feat: add OpenAI-compatible API support

This commit is contained in:
zhulinsen
2026-01-11 15:46:23 +08:00
parent 3ba7342c3e
commit 5d5c095be5
7 changed files with 234 additions and 41 deletions

View File

@@ -20,6 +20,7 @@ numpy>=1.24.0 # 数值计算
# AI 分析
google-generativeai>=0.8.0 # Gemini API
openai>=1.0.0 # OpenAI 兼容 API可选支持 DeepSeek/通义千问等)
# 搜索引擎(用于获取股票新闻)
tavily-python>=0.3.0 # Tavily 搜索 API每月 1000 次免费)