diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-17 23:01:16 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-17 23:01:16 +0300 |
| commit | c5cd5e47a5d534608d5beabce21aa386b346b210 (patch) | |
| tree | d4d94581e83ed88974305239a92161960f624f96 /config.toml.example | |
| parent | 6468d9f188001d70931c7e2844c44665a7aacd9b (diff) | |
feat(openai): set default model to gpt-4o
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example index 9ac6f51..b8198a6 100644 --- a/config.toml.example +++ b/config.toml.example @@ -31,7 +31,7 @@ chat_prefixes = ["?", "!", ":", ";"] # single-character items name = "openai" # openai | copilot | ollama [openai] -model = "gpt-4.1" +model = "gpt-4o" base_url = "https://api.openai.com/v1" temperature = 0.2 |
