You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expected to receive a list of either installed models or api accessible models for interpreter --models. I do not expect interpreter --local to work because I am on the development branch.
Screenshots
No response
Open Interpreter version
1.0.0
Python version
3.12.3_1
Operating System name and version
MacOS Sequoia 15.5
Additional context
No response
The text was updated successfully, but these errors were encountered:
interpreter --local seems deprecated in the dev release (I'll update the issue with this information) as it seems intentional
brandongrahamcobb
changed the title
two command flags are deprecated, but present in the docs or the --help output
open-interpreter.git@development: --models command flag is deprecated, but present in the --help output.
May 23, 2025
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
I run interpreter --models doesn't return a logical value.
https://docs.openinterpreter.com/language-models/local-models/ollama#:~:text=interpreter%20%2D%2Dlocal%20
(venv) spawd@mac ~ % interpreter --models usage: interpreter [--help] [--version] [--profiles] [--save PATH] [--serve] [--model MODEL] [--provider PROVIDER] [--api-base API_BASE] [--api-key API_KEY] [--api-version API_VERSION] [--temperature TEMPERATURE] [--max-tokens MAX_TOKENS] [--tools TOOLS] [--allowed-commands ALLOWED_COMMANDS] [--allowed-paths ALLOWED_PATHS] [--auto-run] [--no-tool-calling] [--interactive] [--no-interactive] [--system-message SYSTEM_MESSAGE] [--instructions INSTRUCTIONS] [--input INPUT] [--max-turns MAX_TURNS] [--profile PATH] [--debug] interpreter: error: unrecognized arguments: --models
Reproduce
Expected behavior
I expected to receive a list of either installed models or api accessible models for interpreter --models. I do not expect interpreter --local to work because I am on the development branch.
Screenshots
No response
Open Interpreter version
1.0.0
Python version
3.12.3_1
Operating System name and version
MacOS Sequoia 15.5
Additional context
No response
The text was updated successfully, but these errors were encountered: