fix ollama after profile change

This commit is contained in:
larssand
2026-07-06 12:24:10 +02:00
parent 9eb2448eb7
commit 6a0df3bc74
4 changed files with 57 additions and 5 deletions

View File

@@ -988,7 +988,7 @@ async function applySuggestedProfile(streamId) {
llm_model: config.llm_model || '',
profile_advisor_enabled: Boolean(config.profile_advisor_enabled),
profile_advisor_model: config.profile_advisor_model || 'qwen3:8b',
profile_advisor_timeout: config.profile_advisor_timeout || 120,
profile_advisor_timeout: config.profile_advisor_timeout || 240,
threat_intel_enabled: Boolean(config.threat_intel_enabled),
threat_intel_provider: config.threat_intel_provider || 'auto',
threat_intel_daily_limit: config.threat_intel_daily_limit || 100,