Skip to content

Getting json responses and no actions are executed #1652

@NicolasEliasArias

Description

@NicolasEliasArias

Describe the bug

When I run open interpreter the model is loaded correctly but responses are in json format and no actions are being executed (no confirmation asqued either)

▌ Model set to mistral

Open Interpreter will require approval before running code.

Use interpreter -y to bypass this.

Press CTRL-C to exit.

> Hi

  {"name": "execute", "arguments": {"language": "none", "code": "Hi"}}

> open notepad

  {"name": "execute", "arguments": {"language": "powershell", "code": "Start-Process notepad.exe"}}

OS Windows
Python version 3.11
Using ollama with mistral and llama3.1 (same result with both)

Reproduce

Using conda (windows) create and activate a new enviroment
install open interpreter
install ollama
Pull mistral with ollama
run interpreter --local

Expected behavior

It should try to perform some actions and ask for confirmation

Screenshots

Image

Open Interpreter version

0.4.3

Python version

3.11

Operating System name and version

windows 11

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