Spaces:
Running
Running
Update chat_handler.py
Browse files- chat_handler.py +1 -1
chat_handler.py
CHANGED
@@ -18,7 +18,7 @@ from prompt_builder import (build_intent_prompt, build_param_prompt,
|
|
18 |
build_api_humanize_prompt)
|
19 |
from api_executor import call_api
|
20 |
from session import SessionStore
|
21 |
-
from
|
22 |
|
23 |
router = APIRouter()
|
24 |
cfg = ConfigProvider.get()
|
|
|
18 |
build_api_humanize_prompt)
|
19 |
from api_executor import call_api
|
20 |
from session import SessionStore
|
21 |
+
from utils import log
|
22 |
|
23 |
router = APIRouter()
|
24 |
cfg = ConfigProvider.get()
|