How to enable context (history) for gpt 3.5 turbo or gpt 4? #1082
Unanswered
TheGreatApollyon
asked this question in
Q&A
Replies: 1 comment 1 reply
-
did it work via mentioning the whole conversation in the payload of messages? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I enable context history, regardless of whether it does it itself or I'll have to provide a json of previous queries and responses, so that the queries made henceforth are influenced by previous context.
What I'm trying to achieve:
User: (Message 1) Tell me about India.
Response 1: _________________
User: (Message 2) Where is it located?
Response 2: Southern Asia
Beta Was this translation helpful? Give feedback.
All reactions