Skip to content

Commit e597076

Browse files
feat: make sonnet-5 the new default model for askui
1 parent 3a19b85 commit e597076

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/askui/model_providers/askui_vlm_provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from askui.models.shared.prompts import SystemPrompt
2929
from askui.models.shared.tools import ToolCollection
3030

31-
_DEFAULT_MODEL_ID = "claude-sonnet-4-6"
31+
_DEFAULT_MODEL_ID = "claude-sonnet-5"
3232
_DEFAULT_MAX_IMAGE_EDGE = 1024
3333
# Claude emits native pixel coordinates; Gemini emits coordinates in a
3434
# 1000x1000 normalised grid.

0 commit comments

Comments
 (0)