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
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.