Skip to content

Bug: hardcoded llama3.2:1b model ref in useEnvironmentAnalysis.ts #2480

@mrveiss

Description

@mrveiss

Problem

autobot-frontend/src/composables/analytics/useEnvironmentAnalysis.ts:33 has a hardcoded AI model name:

const aiFilteringModel = ref('llama3.2:1b')

After #2383 changed the default model to qwen3.5:9b, this reference is stale. The model name should come from SSOT config or a backend endpoint.

Discovered During

Code review of PR #2456 (decompose useSpecializedAnalysis, Issue #2372)

Related

Fix

Replace hardcoded model string with a config-driven value.

Impact

Severity: low -- Wrong model may cause degraded AI filtering but no crash.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions