Skip to content

Commit a0a5890

Browse files
committed
Bump version
1 parent da3bdbd commit a0a5890

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ weco run --model gpt-5 --source optimize.py [other options...]
251251
- `claude-opus-4-6`, `claude-sonnet-4-6`, `claude-opus-4-5`, `claude-opus-4-1`, `claude-opus-4`, `claude-sonnet-4-5`, `claude-sonnet-4`, `claude-haiku-4-5`
252252

253253
**Google Gemini:**
254-
- `gemini-3.1-pro-preview`, `gemini-3-pro-preview`, `gemini-3-flash-preview`, `gemini-2.5-pro`, `gemini-2.5-flash`, `gemini-2.5-flash-lite`
254+
- `gemini-3.1-pro-preview`, `gemini-3-flash-preview`, `gemini-2.5-pro`, `gemini-2.5-flash`, `gemini-2.5-flash-lite`
255255

256256
All models are available through Weco. If no model is specified, Weco automatically selects the best model for your optimization task.
257257

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.22"
11+
version = "0.3.23"
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-pro-preview"), ("openai", "o4-mini"), ("anthropic", "claude-opus-4-5")]
14+
DEFAULT_MODELS = [("gemini", "gemini-3.1-pro-preview"), ("openai", "o4-mini"), ("anthropic", "claude-opus-4-5")]

0 commit comments

Comments
 (0)