From 7df8fca0e0bc11b44dde6609b32b27a33385f717 Mon Sep 17 00:00:00 2001 From: Hadrien Date: Sun, 19 May 2024 14:41:34 +0200 Subject: [PATCH] logs --- operate/models/apis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operate/models/apis.py b/operate/models/apis.py index a4168d6..82d56b0 100644 --- a/operate/models/apis.py +++ b/operate/models/apis.py @@ -520,7 +520,7 @@ def call_ollama_llava(messages, model): except Exception as e: print( - f"{ANSI_GREEN}[Self-Operating Computer]{ANSI_BRIGHT_MAGENTA}[llava] That did not work. Trying again {ANSI_RESET}", + f"{ANSI_GREEN}[Self-Operating Computer]{ANSI_BRIGHT_MAGENTA}[{model}] That did not work. Trying again {ANSI_RESET}", e, ) print(