Skip to content

Commit 9a3567b

Browse files
committed
logs
1 parent bd9b8af commit 9a3567b

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
@@ -626,7 +626,7 @@ def call_ollama_llava(messages, model):
626626

627627
except Exception as e:
628628
print(
629-
f"{ANSI_GREEN}[Self-Operating Computer]{ANSI_BRIGHT_MAGENTA}[llava] That did not work. Trying again {ANSI_RESET}",
629+
f"{ANSI_GREEN}[Self-Operating Computer]{ANSI_BRIGHT_MAGENTA}[{model}] That did not work. Trying again {ANSI_RESET}",
630630
e,
631631
)
632632
print(

0 commit comments

Comments
 (0)