We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273f202 commit 7df8fcaCopy full SHA for 7df8fca
operate/models/apis.py
@@ -520,7 +520,7 @@ def call_ollama_llava(messages, model):
520
521
except Exception as e:
522
print(
523
- 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}",
524
e,
525
)
526
0 commit comments