diff options
Diffstat (limited to 'config.toml.example')
| -rw-r--r-- | config.toml.example | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example index 84f716e..473e48c 100644 --- a/config.toml.example +++ b/config.toml.example @@ -60,7 +60,7 @@ chat_prefixes = ["?", "!", ":", ";"] # single-character items # temperature = 0.6 [provider] -name = "openai" # openai | openrouter | copilot | ollama +name = "openai" # openai | openrouter | copilot | ollama | anthropic [openai] model = "gpt-4.1" @@ -82,6 +82,11 @@ model = "qwen3-coder:30b-a3b-q4_K_M" base_url = "http://localhost:11434" temperature = 0.2 +[anthropic] +model = "claude-3-5-sonnet-20241022" +base_url = "https://api.anthropic.com/v1" +temperature = 0.2 + # Prompt templates (optional). Leave commented to use defaults. [prompts] |
