diff --git a/workers/openai/worker.py b/workers/openai/worker.py index 22c39f9..a03b36e 100644 --- a/workers/openai/worker.py +++ b/workers/openai/worker.py @@ -77,8 +77,8 @@ worker_config = WorkerConfig( ], log_action_config=LogActionConfig( on_load=["llama runner started in "], - #on_error=MODEL_ERROR_LOG_MSGS, - #on_info=MODEL_INFO_LOG_MSGS + on_error=["!error"], + on_info=["!info"] ) )