Find answers from the community

Updated 7 months ago

How can i know the extact name of the

How can i know the extact name of the models that i can use from open ai, i am updating the model from gpt-3.5-turbo i want to change it to 4. How can i see the the model names for chat-gpt-4.

Do i need to update to the latest version of llama-index to use newer versions of models?
L
F
8 comments
Any models listed on openais website should be supported (assuming you have the latest version of the LLM package: pip install -U llama-index-llms-openai)
Mmm i have not yet updated my entire codebase to use the new version of llama. I am still at version 0.9.7
hmm, that should support gpt-4 at least. Not sure about other names
I will son update to the latest version of llama-index to be able to use the new features
Do you recommend something while doing so?
I have a lot of function callings,
chat_agent
Does the newer version of the model handle memory by themself? Or do i still need to manage it?
Memory is still handled in the chat engine
Add a reply
Sign up and join the conversation on Discord