Skip to content

Commit 23f3b36

Browse files
authored
Merge pull request #100 from WecoAI/dev
Add Anthropic BYOK support and bump version (0.3.7)
2 parents 6c71f48 + 9dc5e75 commit 23f3b36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.6"
11+
version = "0.3.7"
1212
license = { file = "LICENSE" }
1313
requires-python = ">=3.8"
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"), ("vertex_ai", "claude-opus-4-5")]
14+
DEFAULT_MODELS = [("gemini", "gemini-3-pro-preview"), ("openai", "o4-mini"), ("anthropic", "claude-opus-4-5")]

0 commit comments

Comments
 (0)