mirror of
https://github.com/ZhuLinsen/daily_stock_analysis
synced 2026-09-20 10:53:33 +08:00
feat: add OpenAI-compatible API support
This commit is contained in:
@@ -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 次免费)
|
||||
|
||||
Reference in New Issue
Block a user