about summary refs log tree commit diff stats
path: root/config.json.sample
diff options
context:
space:
mode:
Diffstat (limited to 'config.json.sample')
-rw-r--r--config.json.sample7
1 files changed, 5 insertions, 2 deletions
diff --git a/config.json.sample b/config.json.sample
index ada3a38..79edfad 100644
--- a/config.json.sample
+++ b/config.json.sample
@@ -1,7 +1,10 @@
 {
-	"base_url": "https://api.openai.com",
+	"base_url": "https://api.openai.com/v1",
 	"key": "sk-...",
 	"model": "gpt-4o",
+	"audio_model": "tts-1",
+	"audio_voice": "alloy",
 	"system_prompt": "You are a helpful agent!",
-	"timeout": 300
+	"timeout": 300,
+	"max_tokens": 200
 }