From 2bf0e883896cd1cc933736a0b6a76083c6774480 Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Mon, 17 Nov 2025 17:31:41 -0600 Subject: add timeout config option --- config.json.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.json.sample') diff --git a/config.json.sample b/config.json.sample index 7f6a4fa..20c3594 100644 --- a/config.json.sample +++ b/config.json.sample @@ -1,5 +1,6 @@ { "base_url": "https://api.openai.com", "key": "sk-...", - "model": "gpt-4o" + "model": "gpt-4o", + "timeout": 300 } -- cgit 1.4.1-2-gfad0