Update stock_analyzer.py
This commit is contained in:
@@ -18,7 +18,7 @@ class StockAnalyzer:
|
||||
load_dotenv()
|
||||
|
||||
# 设置 Gemini API
|
||||
self.gemini_api_url = "https://api.linzefeng.top"
|
||||
self.gemini_api_url = "https://api.xxx.xxx"
|
||||
self.gemini_api_key = os.getenv('GEMINI_API_KEY')
|
||||
|
||||
# 配置参数
|
||||
|
||||
Reference in New Issue
Block a user