Skip to content

Commit cebb708

Browse files
authored
Merge pull request #136 from WecoAI/dev
Update default model to gemini-3-flash-preview & bump (0.3.27)
2 parents 9b3e65c + 91bfdd9 commit cebb708

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "weco"
88
authors = [{ name = "Weco AI Team", email = "contact@weco.ai" }]
99
description = "Documentation for `weco`, a CLI for using Weco AI's code optimizer."
1010
readme = "README.md"
11-
version = "0.3.26"
11+
version = "0.3.27"
1212
license = { file = "LICENSE" }
1313
requires-python = ">=3.9"
1414
dependencies = [

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)