Open
Description
Describe the bug
I run interpreter --models doesn't return a logical value.
(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
- source ~/venv/bin/activate (MacOS Darwin)
- pip install git+https://github.com/OpenInterpreter/open-interpreter.git@development
- interpreter --models
- interpreter --local
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
Metadata
Metadata
Assignees
Labels
No labels