Update stock_analyzer.py

This commit is contained in:
DR-lin-eng
2025-02-27 22:54:57 +08:00
committed by GitHub
parent 6a41109204
commit 0383edb385

View File

@@ -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')
# 配置参数