-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Description
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
Open Interpreter version
0.4.3
Python version
3.11
Operating System name and version
windows 11
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels