There was an error while loading. Please reload this page.
1 parent 3a19b85 commit e597076Copy full SHA for e597076
1 file changed
src/askui/model_providers/askui_vlm_provider.py
@@ -28,7 +28,7 @@
28
from askui.models.shared.prompts import SystemPrompt
29
from askui.models.shared.tools import ToolCollection
30
31
-_DEFAULT_MODEL_ID = "claude-sonnet-4-6"
+_DEFAULT_MODEL_ID = "claude-sonnet-5"
32
_DEFAULT_MAX_IMAGE_EDGE = 1024
33
# Claude emits native pixel coordinates; Gemini emits coordinates in a
34
# 1000x1000 normalised grid.
0 commit comments