Commit 9e9163df authored by Kantz's avatar Kantz
Browse files

verschiebung des Orchestrators um mehrere Bots im selben Repo zu ermöglichen

parent 33f69451
......@@ -7,7 +7,8 @@ import logging
from fastapi import APIRouter, HTTPException, Path, Query
from pydantic import BaseModel, Field
from app.deterministic_services import orchestrator, session_store
from app.deterministic_services import session_store
from app.deterministic_services.tutor_specific import orchestrator
router = APIRouter()
logger = logging.getLogger(__name__)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment