We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e891d61 commit 9593880Copy full SHA for 9593880
1 file changed
AIVision/platforms.py
@@ -26,7 +26,7 @@
26
class Platforms(Enum):
27
"""Enum defining supported AI platforms with their default configurations."""
28
Ollama = {
29
- "default_model": "qwen3-coder:480b-cloud",
+ "default_model": "kimi-k2.5:cloud",
30
"default_base_url": "http://localhost:11434/v1",
31
"api_key_required": False,
32
"supports_vision": True
0 commit comments