Skip to content

Commit 9593880

Browse files
authored
Change default model for Ollama platform to kimi-k2.5:cloud
1 parent e891d61 commit 9593880

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AIVision/platforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
class Platforms(Enum):
2727
"""Enum defining supported AI platforms with their default configurations."""
2828
Ollama = {
29-
"default_model": "qwen3-coder:480b-cloud",
29+
"default_model": "kimi-k2.5:cloud",
3030
"default_base_url": "http://localhost:11434/v1",
3131
"api_key_required": False,
3232
"supports_vision": True

0 commit comments

Comments
 (0)