config.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536
  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. "title": ["Explain options trading", "if I'm familiar with buying and selling stocks"],
  24. "content": "Explain options trading in simple terms if I'm familiar with buying and selling stocks."
  25. },
  26. {
  27. "title": ["Overcome procrastination", "give me tips"],
  28. "content": "Could you start by asking me about instances when I procrastinate the most and then give me some suggestions to overcome it?"
  29. },
  30. {
  31. "title": ["Grammar check", "rewrite it for better readability "],
  32. "content": "Check the following sentence for grammar and clarity: \"[sentence]\". Rewrite it for better readability while maintaining its original meaning."
  33. }
  34. ]
  35. }
  36. }