mirror of
https://github.com/TauricResearch/TradingAgents.git
synced 2026-08-02 03:35:28 +03:00
feat(llm): add Claude Sonnet 5 and Fable 5 to the catalog
- refresh the Anthropic lineup to the current GA set (Fable 5, Opus 4.8, Sonnet 5, Opus 4.7, Haiku 4.5) - extend the effort gate to single-number Claude 5 IDs (claude-sonnet-5, claude-fable-5) so their effort setting is honored
This commit is contained in:
@@ -16,9 +16,12 @@ class TestTemperatureForwarding:
|
||||
@pytest.mark.parametrize(
|
||||
"provider,model",
|
||||
[
|
||||
# gpt-4.1 is intentionally a non-reasoning model: the GPT-5 family
|
||||
# are reasoning models and correctly drop temperature (see
|
||||
# test_openai_reasoning_effort), so forwarding is tested on gpt-4.1.
|
||||
("openai", "gpt-4.1"),
|
||||
("anthropic", "claude-sonnet-4-6"),
|
||||
("google", "gemini-2.5-flash"),
|
||||
("anthropic", "claude-sonnet-5"),
|
||||
("google", "gemini-3.5-flash"),
|
||||
("deepseek", "deepseek-chat"),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user