Fix typo in i.py

programatically -> programmatically
pull/129/head
Ikko Eltociear Ashimine 10 months ago committed by GitHub
parent f9cc6bb665
commit 97c9769510
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -357,7 +357,7 @@ def configure_interpreter(interpreter: OpenInterpreter):
interpreter.computer.languages = [l for l in interpreter.computer.languages if l.name.lower() in ["applescript", "shell", "zsh", "bash", "python"]]
interpreter.force_task_completion = True
# interpreter.offline = True
interpreter.id = 206 # Used to identify itself to other interpreters. This should be changed programatically so it's unique.
interpreter.id = 206 # Used to identify itself to other interpreters. This should be changed programmatically so it's unique.
### RESET conversations/user.json
app_dir = user_data_dir('01')

Loading…
Cancel
Save