config.json 1.2 KB

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