Switch default model provider to copilot_chat
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 10s
Nix Format Check / check-format (push) Failing after 1m21s
Python Lint Check / check-python (push) Failing after 5s

This commit is contained in:
2025-08-29 17:04:13 +02:00
parent a15d382c8e
commit 0b7e727fc9

View File

@@ -74,7 +74,7 @@
"default_profile": "write",
"model_parameters": [],
"default_model": {
"provider": "openai",
"provider": "copilot_chat",
"model": "gpt-5"
}
},