diff options
| author | Ren Kararou <[email protected]> | 2025-11-17 17:31:41 -0600 |
|---|---|---|
| committer | Ren Kararou <[email protected]> | 2025-11-17 17:31:41 -0600 |
| commit | 2bf0e883896cd1cc933736a0b6a76083c6774480 (patch) | |
| tree | c70905eb3b5d35b01a45cd75ad7d23db10daa204 /config.json.sample | |
| parent | 8e5950ac17fd8717b71933e6740fda3f87e0cb82 (diff) | |
| download | violet-2bf0e883896cd1cc933736a0b6a76083c6774480.tar.gz violet-2bf0e883896cd1cc933736a0b6a76083c6774480.tar.bz2 violet-2bf0e883896cd1cc933736a0b6a76083c6774480.zip | |
add timeout config option
Diffstat (limited to 'config.json.sample')
| -rw-r--r-- | config.json.sample | 3 |
1 files changed, 2 insertions, 1 deletions
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 } |
