about summary refs log tree commit diff stats
path: root/config.json.sample
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2025-11-23 00:42:54 -0600
committerRen Kararou <[email protected]>2025-11-23 00:49:14 -0600
commitb062128ec1715e5de948347fea1b3df8c6333cac (patch)
tree3c787c504851a8bb27a20cf3b103cb86ac99206c /config.json.sample
parentdb1edb4c90a6f1dbe391d81b9e5b34969494a7af (diff)
downloadviolet-b062128ec1715e5de948347fea1b3df8c6333cac.tar.gz
violet-b062128ec1715e5de948347fea1b3df8c6333cac.tar.bz2
violet-b062128ec1715e5de948347fea1b3df8c6333cac.zip
switch to rig; working repl
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
 }