Skip to content

Commit 7df8fca

Browse files
committed
logs
1 parent 273f202 commit 7df8fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operate/models/apis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ def call_ollama_llava(messages, model):
520520

521521
except Exception as e:
522522
print(
523-
f"{ANSI_GREEN}[Self-Operating Computer]{ANSI_BRIGHT_MAGENTA}[llava] That did not work. Trying again {ANSI_RESET}",
523+
f"{ANSI_GREEN}[Self-Operating Computer]{ANSI_BRIGHT_MAGENTA}[{model}] That did not work. Trying again {ANSI_RESET}",
524524
e,
525525
)
526526
print(

0 commit comments

Comments
 (0)