about summary refs log tree commit diff stats
path: root/config.json.sample
diff options
context:
space:
mode:
authorRen Kararou <[email protected]>2025-11-28 21:11:11 -0600
committerRen Kararou <[email protected]>2025-11-28 21:11:11 -0600
commitb0429fdf9164c3b59f9cd8186b971d9cb038c46c (patch)
tree0d86884506beeffebe2f272d6241abd55045092a /config.json.sample
parentb062128ec1715e5de948347fea1b3df8c6333cac (diff)
downloadviolet-b0429fdf9164c3b59f9cd8186b971d9cb038c46c.tar.gz
violet-b0429fdf9164c3b59f9cd8186b971d9cb038c46c.tar.bz2
violet-b0429fdf9164c3b59f9cd8186b971d9cb038c46c.zip
llm now speaks; config autogenerates
Diffstat (limited to 'config.json.sample')
-rw-r--r--config.json.sample10
1 files changed, 0 insertions, 10 deletions
diff --git a/config.json.sample b/config.json.sample
deleted file mode 100644
index 79edfad..0000000
--- a/config.json.sample
+++ /dev/null
@@ -1,10 +0,0 @@
-{
-	"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,
-	"max_tokens": 200
-}