Spaces:
Paused
Paused
Update inference_test.py
Browse files- inference_test.py +1 -1
inference_test.py
CHANGED
|
@@ -6,7 +6,7 @@ import intent_test_runner
|
|
| 6 |
from service_config import ServiceConfig
|
| 7 |
import intent, intent, llm_model
|
| 8 |
from log import log
|
| 9 |
-
from
|
| 10 |
|
| 11 |
s_config = ServiceConfig()
|
| 12 |
s_config.setup_environment()
|
|
|
|
| 6 |
from service_config import ServiceConfig
|
| 7 |
import intent, intent, llm_model
|
| 8 |
from log import log
|
| 9 |
+
from chat_handler_debug import handle_chat
|
| 10 |
|
| 11 |
s_config = ServiceConfig()
|
| 12 |
s_config.setup_environment()
|