mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-13 17:52:38 +02:00
Reorganize streaming orchestration modules into relay and orchestration folders.
This commit is contained in:
parent
f8754a9dab
commit
52593d88db
10 changed files with 170 additions and 12 deletions
|
|
@ -75,7 +75,7 @@ from app.tasks.chat.stream_new_chat import (
|
|||
stream_new_chat as legacy_stream_new_chat,
|
||||
stream_resume_chat as legacy_stream_resume_chat,
|
||||
)
|
||||
from app.tasks.chat.streaming.orchestrator import (
|
||||
from app.tasks.chat.streaming.orchestration.orchestrator import (
|
||||
stream_chat,
|
||||
stream_regenerate,
|
||||
stream_resume,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue