Find answers from the community

Updated 2 months ago

Hello everyone I am using llama index

Hello everyone! I'am using llama index with text-davinci-003 (which I think is the default). However since GPT-4 is released, I was asked to shift into it. Is there an added benefit to it especially for in-context learning?
W
1 comment
Since all the API calls to GPT-4 or GPT-3.5 or even GPT-3 are being made separately without keeping any previous history so GPT-x will not be able to remember your past conversation by default.

You can use chat_engine which helps in providing in-context approach.
https://gpt-index.readthedocs.io/en/latest/how_to/chat_engine/root.html
Add a reply
Sign up and join the conversation on Discord