about summary refs log tree commit diff stats
path: root/config.json.sample
blob: 79edfad9eef798d7c44ea11200279846de002881 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
	"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
}