TradingAgents/tradingagents/llm_clients
OpenClaw Assistant 01bd138f84 fix: address Gemini review - centralize llamacpp base_url logic
- openai_client.py: don't use self.base_url for llamacpp (it would
  inherit openai default); read BACKEND_URL then LLAMACPP_BASE_URL directly
- default_config.py: remove redundant LLAMACPP_BASE_URL fallback from
  backend_url, keep only generic BACKEND_URL env var
2026-03-21 10:33:03 +01: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 fix: add http_client support for SSL certificate customization 2026-03-16 07:41:20 +08: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 llama.cpp local LLM support via .env configuration 2026-03-21 10:26:48 +01:00
google_client.py fix: add http_client support for SSL certificate customization 2026-03-16 07:41:20 +08:00
openai_client.py fix: address Gemini review - centralize llamacpp base_url logic 2026-03-21 10:33:03 +01:00
validators.py feat: add llama.cpp local LLM support via .env configuration 2026-03-21 10:26:48 +01:00