mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
refactor(backend): Update references from document summary LLM to agent LLM across multiple files
This commit is contained in:
parent
ddfe60c2f0
commit
e4d7b01b09
9 changed files with 10 additions and 12 deletions
|
|
@ -103,7 +103,7 @@ def init_worker(**kwargs):
|
|||
"""Initialize the LLM Router and Image Gen Router when a Celery worker process starts.
|
||||
|
||||
This ensures the Auto mode (LiteLLM Router) is available for background tasks
|
||||
like document summarization and image generation.
|
||||
like agent workflows and image generation.
|
||||
"""
|
||||
from app.observability.bootstrap import init_otel
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue