Skip to content

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

Open
@brandongrahamcobb

Description

@brandongrahamcobb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions