mirror of https://github.com/aliasrobotics/cai.git
Fix imports and useless prints
This commit is contained in:
parent
df7a5dffaf
commit
f5e2eea63c
|
|
@ -502,11 +502,8 @@ class OpenAIChatCompletionsModel(Model):
|
|||
stop_active_timer()
|
||||
start_idle_timer()
|
||||
|
||||
# Add visual feedback for interruption
|
||||
print("\n[Non-streaming response interrupted - Cleanup completed]", file=sys.stderr)
|
||||
|
||||
raise
|
||||
|
||||
import sys
|
||||
if _debug.DONT_LOG_MODEL_DATA:
|
||||
logger.debug("Received model response")
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in New Issue