OpenInterpreter / open-interpreter

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

Crashes with gpt-4-turbo-2024-04-09 #1190

Closed kinopeee closed 5 months ago

kinopeee commented 5 months ago

Describe the bug

When I run the program with gpt-4-turbo-2024-04-09, it generates a dump and then crashes.

Reproduce

  1. launch interpreter with gpt-4-turbo-2024-04-09.
  2. Have interpreter write and execute a program.

Expected behavior

no error and no clash.

Screenshots

e1 e2 e3

Open Interpreter version

0.2.4 New Computer Update

Python version

3.10.4

Operating System name and version

macOS 14.4.1

Additional context

No response

arksenu commented 5 months ago

Im getting the same. My guess is that litellm hasn't added support for the new turbo model yet. Not sure though because mine even crashes with older models sometimes now.

emec2023 commented 5 months ago

The new Turbo model is working fine in my system

MikeBirdTech commented 5 months ago

This PR bumps the LiteLLM version and I believe it will resolve the issue https://github.com/OpenInterpreter/open-interpreter/pull/1195

Stay tuned!

kinopeee commented 5 months ago

I've confirmed this issue has been resolved. Thanks! @MikeBirdTech