mirror of
https://github.com/TauricResearch/TradingAgents.git
synced 2026-09-19 11:15:24 +03:00
feat(llm): add GPT-6 Astra, Gemini 3.8 Flash and the current Claude models
- OpenAI: gpt-6-astra - Google: gemini-3.8-flash and gemini-3.5-flash-lite - Anthropic: claude-opus-5 and claude-fable-5-1 - models taken out of the picker stay valid through LEGACY_MODELS, so configs that name them run without an unknown-model warning
This commit is contained in:
@@ -60,7 +60,7 @@ class TestEffortGate:
|
||||
@pytest.mark.parametrize(
|
||||
"model",
|
||||
# Claude 5 family uses single-number version IDs; all are effort-capable.
|
||||
["claude-sonnet-5", "claude-fable-5", "claude-mythos-5"],
|
||||
["claude-sonnet-5", "claude-fable-5", "claude-mythos-5", "claude-opus-5", "claude-fable-5-1"],
|
||||
)
|
||||
def test_claude_5_family_receives_effort(self, monkeypatch, model):
|
||||
captured = _capture_kwargs(monkeypatch)
|
||||
|
||||
Reference in New Issue
Block a user