summaryrefslogtreecommitdiff
path: root/config.toml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example2
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