We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9b8af commit 9a3567bCopy full SHA for 9a3567b
operate/models/apis.py
@@ -626,7 +626,7 @@ def call_ollama_llava(messages, model):
626
627
except Exception as e:
628
print(
629
- 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}",
630
e,
631
)
632
0 commit comments