Find answers from the community

Updated 6 months ago

The Llama index library that you are

At a glance

The community member is using the Llama index library, which requires openai>=1.0.1, but their existing Copilot code requires openai==0.27.6, creating a conflict. The comments suggest using an older version of the Llama index library, specifically 0.8.62 or less, as a potential solution. However, the other community member notes that other libraries should also be updated to resolve the issue.

The Llama index library that you are using needs openai>=1.0.1 . And existing copilot code needs openai==0.27.6
This is creating a conflict. Does anyone have solution?
L
2 comments
use an older version of llama-index 0.8.62 or less
other libraries really should be updating though
Add a reply
Sign up and join the conversation on Discord