Always in debug_mode?
Is your feature request related to a problem? Please describe.
Maybe I'm missing something but missing config for default interpreter (installed via pip3 install open-interpreter), like setting it to azure openai, setting it to -y for auto continue or disable debug. Now interpreter is running continuously in debug :-(
@stevenbaert You can use interpreter --config to open the config file. You can see more arguments here: https://docs.openinterpreter.com/usage/terminal/arguments
I believe Azure needs api_version also. it is included in this PR https://github.com/KillianLucas/open-interpreter/pull/786 and is a part of the latest release: https://github.com/KillianLucas/open-interpreter/releases/tag/v0.1.16
Please update interpreter:
pip install --upgrade open-interpreter
@stevenbaert Is this still a problem? Can I close this issue?