open-interpreter icon indicating copy to clipboard operation
open-interpreter copied to clipboard

Always in debug_mode?

Open stevenbaert opened this issue 2 years ago • 2 comments

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 avatar Nov 22 '23 16:11 stevenbaert

@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

Notnaton avatar Nov 27 '23 17:11 Notnaton

@stevenbaert Is this still a problem? Can I close this issue?

Notnaton avatar Dec 04 '23 16:12 Notnaton