Find answers from the community

Updated 3 months ago

The Open Interpreter Project

Hey folks! I am really have been having fun playing around with llamaindex. I am trying to building with open-interpreter. https://openinterpreter.com/ and would like to build a tool for it that can leverage it but keep bumping up against issues with openai versions.. Any ideas here?

llama-index 0.9.15 requires openai>=1.1.0, but you have openai 0.28.1 which is incompatible.

And on upgrade

Plain Text
litellm 0.13.2 requires openai<0.29.0,>=0.27.0, but you have openai 1.3.9 which is incompatible.
open-interpreter 0.1.17 requires openai<0.29.0,>=0.28.0, but you have openai 1.3.9 which is incompatible.
L
J
3 comments
It seems like litellm and openinterpreter aren't supporting the new openai client.

You'll need to use llama-index<0.8.63 for this to work
(Or get those other packages to bump the dependencies lol_
Yeah I figured as much. I have an ask out to open-interpter now! )
Add a reply
Sign up and join the conversation on Discord