summaryrefslogtreecommitdiff
path: root/config.toml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example7
1 files changed, 6 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index e054ef0..9aa217f 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -55,13 +55,18 @@ chat_prefixes = ["?", "!", ":", ";"] # single-character items
# temperature = 0.6
[provider]
-name = "openai" # openai | copilot | ollama
+name = "openai" # openai | openrouter | copilot | ollama
[openai]
model = "gpt-4.1"
base_url = "https://api.openai.com/v1"
temperature = 0.2
+[openrouter]
+model = "openrouter/auto"
+base_url = "https://openrouter.ai/api/v1"
+temperature = 0.2
+
[copilot]
model = "gpt-4o-mini"
base_url = "https://api.githubcopilot.com"