feat: add Portfolio Management module with AI monitoring

This commit is contained in:
TIANHE
2026-01-12 22:36:10 +08:00
parent bb45248982
commit ec56b59530
24 changed files with 7940 additions and 90 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class LLMService:
config = load_addon_config()
openrouter_config = config.get('openrouter', {})
default_model = openrouter_config.get('model', 'google/gemini-3-pro-preview')
default_model = openrouter_config.get('model', 'openai/gpt-4o')
if model is None:
model = default_model