config.json 837 B

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