diff options
Diffstat (limited to 'config.json.example')
| -rw-r--r-- | config.json.example | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.json.example b/config.json.example index ca97076..359e862 100644 --- a/config.json.example +++ b/config.json.example @@ -13,5 +13,8 @@ "openai_base_url": "https://api.openai.com/v1", "ollama_model": "qwen2.5-coder:latest", - "ollama_base_url": "http://localhost:11434" + "ollama_base_url": "http://localhost:11434", + + "copilot_model": "gpt-4.1", + "copilot_base_url": "https://api.githubcopilot.com" } |
