mirror of
https://github.com/TauricResearch/TradingAgents.git
synced 2026-06-29 19:26:24 +03:00
docs: drop retired model IDs from the reproducibility note and smoke script
The README reproducibility example named gpt-4.1 and the structured-output smoke script listed gemini-2.5-flash / deepseek-chat / qwen-plus / grok-4 — all retired from the catalog. Generalize the note and refresh the smoke defaults.
This commit is contained in:
@@ -31,12 +31,12 @@ from tradingagents.llm_clients import create_llm_client
|
||||
|
||||
PROVIDER_DEFAULTS = {
|
||||
"openai": ("gpt-5.4-mini", None),
|
||||
"google": ("gemini-2.5-flash", None),
|
||||
"google": ("gemini-3.5-flash", None),
|
||||
"anthropic": ("claude-sonnet-4-6", None),
|
||||
"deepseek": ("deepseek-chat", None),
|
||||
"qwen": ("qwen-plus", None),
|
||||
"deepseek": ("deepseek-v4-flash", None),
|
||||
"qwen": ("qwen3.7-plus", None),
|
||||
"glm": ("glm-5", None),
|
||||
"xai": ("grok-4", None),
|
||||
"xai": ("grok-4.3", None),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user