open-webui/backend/data/config.json

37 lines
1.5 KiB
JSON
Raw Normal View History

2024-02-20 03:28:34 +00:00
{
2024-03-31 09:01:42 +00:00
"version": 0,
"ui": {
"default_locale": "en-US",
"prompt_suggestions": [
{
2024-05-02 07:35:50 +00:00
"title": ["Help me study", "vocabulary for a college entrance exam"],
"content": "Help me study vocabulary: write a sentence for me to fill in the blank, and I'll try to pick the correct option."
2024-03-31 09:01:42 +00:00
},
{
2024-05-02 07:35:50 +00:00
"title": ["Give me ideas", "for what to do with my kids' art"],
"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."
2024-03-31 09:01:42 +00:00
},
{
2024-05-02 07:35:50 +00:00
"title": ["Tell me a fun fact", "about the Roman Empire"],
"content": "Tell me a random fun fact about the Roman Empire"
2024-03-31 09:01:42 +00:00
},
{
2024-05-02 07:35:50 +00:00
"title": ["Show me a code snippet", "of a website's sticky header"],
"content": "Show me a code snippet of a website's sticky header in CSS and JavaScript."
2024-05-02 07:23:32 +00:00
},
{
2024-05-02 07:35:50 +00:00
"title": ["Explain options trading", "if I'm familiar with buying and selling stocks"],
"content": "Explain options trading in simple terms if I'm familiar with buying and selling stocks."
2024-05-02 07:23:32 +00:00
},
{
2024-05-02 07:35:50 +00:00
"title": ["Overcome procrastination", "give me tips"],
"content": "Could you start by asking me about instances when I procrastinate the most and then give me some suggestions to overcome it?"
},
{
"title": ["Grammar check", "rewrite it for better readability "],
"content": "Check the following sentence for grammar and clarity: \"[sentence]\". Rewrite it for better readability while maintaining its original meaning."
2024-05-02 07:35:50 +00:00
}
2024-03-31 09:01:42 +00:00
]
}
2024-05-02 07:35:50 +00:00
}