Skip to content

Commit 1476fdb

Browse files
committed
Update default model to gemini-3-flash-preview
1 parent 8ac3e3c commit 1476fdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

weco/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
SUPPORTED_FILE_EXTENSIONS = [".md", ".txt", ".rst"]
1212

1313
# Default models for each provider in order of preference
14-
DEFAULT_MODELS = [("gemini", "gemini-3.1-pro-preview"), ("openai", "o4-mini"), ("anthropic", "claude-opus-4-5")]
14+
DEFAULT_MODELS = [("gemini", "gemini-3-flash-preview"), ("openai", "o4-mini"), ("anthropic", "claude-opus-4-5")]

0 commit comments

Comments
 (0)