Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ketsapiwiq committed May 19, 2024
1 parent 273f202 commit 7df8fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operate/models/apis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7df8fca

Please sign in to comment.