OpenInterpreter / open-interpreter

A natural language interface for computers
http://openinterpreter.com/
GNU Affero General Public License v3.0
50.54k stars 4.4k forks source link

Failure to run computer.browser.search in open interpreter #1288

Open lisanhu opened 4 weeks ago

lisanhu commented 4 weeks ago

Describe the bug

Hi! I started the interpreter with no cli parameters using GPT4o model. I tried to ask it about tomorrow's weather, it successfully detect tomorrow's date and tried to do a browser search but never succeeded. Throwing JSONDecodeError

Reproduce

  1. launch the interpreter using the command line interpreter
  2. Ask this question: What's the weather tomorrow?

Expected behavior

It should do the browser search successfully

Screenshots

image image

Open Interpreter version

0.2.5

Python version

Python 3.10.14

Operating System name and version

Pop OS 22.04

Additional context

No response