JdrCydsek commited on
Commit
8ad5017
·
verified ·
1 Parent(s): 5a41517

Update backend/data/config.json

Browse files
Files changed (1) hide show
  1. backend/data/config.json +1 -33
backend/data/config.json CHANGED
@@ -1,36 +1,4 @@
1
  {
2
  "version": 0,
3
- "ui": {
4
- "default_locale": "",
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
  }
 
1
  {
2
  "version": 0,
3
+ {"ui": {"memory": true, "userLocation": false, "voiceInterruption": false, "showEmojiInCall": true, "models": ["gpt-4o"], "params": {"num_ctx": 1536, "num_batch": 768, "num_keep": 256, "max_tokens": 1024}, "splitLargeChunks": true, "widescreenMode": false, "notificationEnabled": false, "chatBubble": true, "responseAutoPlayback": false, "audio": {"stt": {}, "tts": {"voice": "nova"}}, "keepAlive": "3m"}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }