config.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "version": "0.0.1",
  3. "ui": {
  4. "prompt_suggestions": [
  5. {
  6. "title": [
  7. "Help me study",
  8. "vocabulary for a college entrance exam"
  9. ],
  10. "content": "Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option."
  11. },
  12. {
  13. "title": [
  14. "Give me ideas",
  15. "for what to do with my kids' art"
  16. ],
  17. "content": "What are 5 creative things I could do with my kids' art? I don't want to throw them away, but it's also so much clutter."
  18. },
  19. {
  20. "title": [
  21. "Tell me a fun fact",
  22. "about the Roman Empire"
  23. ],
  24. "content": "Tell me a random fun fact about the Roman Empire"
  25. },
  26. {
  27. "title": [
  28. "Show me a code snippet",
  29. "of a website's sticky header"
  30. ],
  31. "content": "Show me a code snippet of a website's sticky header in CSS and JavaScript."
  32. }
  33. ]
  34. }
  35. }