Skip to content

Commit

Permalink
Better import_computer_api
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Mar 24, 2024
1 parent cd00f1b commit e296a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/terminal_interface/start_terminal_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def set_attributes(args, arguments):


def main():
interpreter = OpenInterpreter()
interpreter = OpenInterpreter(import_computer_api=True)
try:
start_terminal_interface(interpreter)
except KeyboardInterrupt:
Expand Down

0 comments on commit e296a06

Please sign in to comment.