From b062128ec1715e5de948347fea1b3df8c6333cac Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Sun, 23 Nov 2025 00:42:54 -0600 Subject: switch to rig; working repl --- config.json.sample | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'config.json.sample') 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 } -- cgit 1.4.1-2-gfad0