TradingAgents/tradingagents
liuping 8acf6feec0 fix: resolve DashScope embedding 404 error and add CLI model options
� Fixed Issues:
- Resolve 404 error when using DashScope LLM with OpenAI embeddings
- Add missing DashScope model options in CLI selection
- Improve embedding provider fallback logic

� Memory System Updates:
- Add DashScope embedding support (text-embedding-v3)
- Implement intelligent fallback: DashScope → OpenAI → Error
- Add proper API key validation and error messages
- Support multiple embedding providers based on LLM selection

� CLI Enhancements:
- Add DashScope models to SHALLOW_AGENT_OPTIONS and DEEP_AGENT_OPTIONS
- Support qwen-turbo, qwen-plus, qwen-max, qwen-max-longcontext
- Fix KeyError when selecting DashScope as LLM provider

 Test Results:
- All .env configuration tests pass
- DashScope embeddings working correctly
- Proper fallback to OpenAI when DashScope unavailable
- Memory initialization successful with real API keys

� Now users can successfully:
1. Select DashScope in CLI without errors
2. Use DashScope embeddings for memory system
3. Automatic fallback if DashScope unavailable
4. Complete end-to-end DashScope workflow
2025-07-06 01:43:13 +08:00
..
agents fix: resolve DashScope embedding 404 error and add CLI model options 2025-07-06 01:43:13 +08:00
api feat: merge Chinese version features 2025-07-06 00:26:49 +08:00
config feat: merge Chinese version features 2025-07-06 00:26:49 +08:00
dataflows feat: merge requirements.txt and add optional dependencies 2025-07-06 00:50:20 +08:00
graph fix: improve DashScope integration and fix import paths 2025-07-06 01:20:25 +08:00
llm_adapters feat: merge Chinese version features 2025-07-06 00:26:49 +08:00
default_config.py feat: add DashScope (Alibaba Cloud) LLM provider support 2025-07-06 01:15:35 +08:00