Skip to content

open-interpreter.git@development: --models command flag is deprecated, but present in the --help output. #1626

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
brandongrahamcobb opened this issue May 23, 2025 · 2 comments

Comments

@brandongrahamcobb
Copy link

brandongrahamcobb commented May 23, 2025

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

  1. source ~/venv/bin/activate (MacOS Darwin)
  2. pip install git+https://github.com/OpenInterpreter/open-interpreter.git@development
  3. interpreter --models
  4. 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

@brandongrahamcobb
Copy link
Author

interpreter --local seems deprecated in the dev release (I'll update the issue with this information) as it seems intentional

@brandongrahamcobb 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
@brandongrahamcobb
Copy link
Author

--models and --local are deprecated in the development branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant