TradingAgents/tradingagents/llm_adapters/__init__.py

6 lines
165 B
Python

# LLM Adapters for TradingAgents
from .dashscope_adapter import ChatDashScope
from .dashscope_openai_adapter import ChatDashScopeOpenAI
__all__ = ["ChatDashScope"]