TradingAgents/tradingagents/llm_clients
Yijia Xiao a3761bdd66
feat: update Ollama and OpenRouter model options
- Ollama: Add Qwen3 (8B), GPT-OSS (20B), GLM-4.7-Flash (30B)
- OpenRouter: Add NVIDIA Nemotron 3 Nano, Z.AI GLM 4.5 Air
- Add explicit Ollama provider handling in OpenAI client for consistency
2026-02-03 22:27:20 +00:00
..
TODO.md feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
__init__.py feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
anthropic_client.py feat: add multi-provider LLM support with thinking configurations 2026-02-03 22:27:20 +00:00
base_client.py feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
factory.py feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
google_client.py feat: add multi-provider LLM support with thinking configurations 2026-02-03 22:27:20 +00:00
openai_client.py feat: update Ollama and OpenRouter model options 2026-02-03 22:27:20 +00:00
validators.py feat: add multi-provider LLM support with thinking configurations 2026-02-03 22:27:20 +00:00
vllm_client.py feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00