config.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "version": 0,
  3. "ui": {
  4. "default_locale": "en-US",
  5. "prompt_suggestions": [
  6. {
  7. "title": [
  8. "Help me study",
  9. "vocabulary for a college entrance exam"
  10. ],
  11. "content": "Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option."
  12. },
  13. {
  14. "title": [
  15. "Give me ideas",
  16. "for what to do with my kids' art"
  17. ],
  18. "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."
  19. },
  20. {
  21. "title": [
  22. "Tell me a fun fact",
  23. "about the Roman Empire"
  24. ],
  25. "content": "Tell me a random fun fact about the Roman Empire"
  26. },
  27. {
  28. "title": [
  29. "Show me a code snippet",
  30. "of a website's sticky header"
  31. ],
  32. "content": "Show me a code snippet of a website's sticky header in CSS and JavaScript."
  33. }
  34. ]
  35. }
  36. }