Find answers from the community

Updated 3 months ago

Access

Hi! OpenAI just announced newer version of gpt4 ('gpt-4-1106-preview') that we can use it now through openai API. Could we have a quick access it through llama-index?
1
L
M
K
14 comments
It's already merged, but you might have to install from source.

We are working very hard to support a ton of new stuff πŸ‘
That's awesome! Thanks a lot for your work! πŸ‘
@Logan M Sorry, but one quick question. I need to use 'pip install' for my project, and it's not still working with 'gpt-4-1106-preview'. When do you expect to deploy this to pip install?
Whoops, looks like someone forgot to tag the release (so no automatic build was deployed

I can fix that in a few minutes
Thanks for checking. Let me know if you have done!
Should be out!
plz let me know if you run into any bugs, that was a ton of changes to include the new openai client too lol
pip install llama-index==0.8.63
gives:
ERROR: No matching distribution found for llama-index==0.8.63
pip install llama-index --upgrade
also give nothing newer version than 0.8.62
Just found 0.8.63.post1 and installed it.
@Logan M It works Lol. Will do comprehensive test and let you know if I find any bugs. We are working on some cool app with our customer and this updates are huge for us. Looking forward to sharing soon! Thanks πŸ™‚
@Logan M Are a bunch of things broken with this? Like ConversationSummaryBufferMemory for example?
They shouldn't be. We have unit tests for that moduke for example.

What issue are you seeing?
FYI everyone - they are churning out the builds
llama-index 0.8.63.post2 is now available!

Thanks Team!
Add a reply
Sign up and join the conversation on Discord