about summary refs log tree commit diff stats
path: root/config.json.sample
blob: ada3a381a44b752c21af802ff76444c949ff9a63 (plain) (blame)
1
2
3
4
5
6
7
{
	"base_url": "https://api.openai.com",
	"key": "sk-...",
	"model": "gpt-4o",
	"system_prompt": "You are a helpful agent!",
	"timeout": 300
}