Files
AI-Trader/agent
Bill ed6647ed66 refactor: use model factory in BaseAgent
Replaces direct ChatOpenAI instantiation with create_model() factory.

Benefits:
- DeepSeek models now use native ChatDeepSeek
- Other models continue using ChatOpenAI
- Provider-specific optimizations in one place
- Easier to add new providers

Logging now shows both model name and provider class for debugging.
2025-11-06 07:52:10 -05:00
..