Skip to content

Commit

Permalink
Local II
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed May 31, 2024
1 parent e2ff17a commit 277be02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/core/computer/vision/vision.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def query(
), contextlib.redirect_stderr(open(os.devnull, "w")):
self.load()
except ImportError:
self.computer.interpreter.display_markdown_message(
self.computer.interpreter.display_message(
"\nTo use local vision, run `pip install 'open-interpreter[local]'`.\n"
)
return ""
Expand Down

0 comments on commit 277be02

Please sign in to comment.