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.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
-}