How to create a Thread or 'progressive prompt'? #89
Replies: 3 comments
-
The way they suggest you handle this is to continue summarizing the conversation by feeding the convo back into the models and asking them to re-summarize then respond to a prompt, which is usually the last one or two lines of the convo. Thats how u get around the token limit. |
Beta Was this translation helpful? Give feedback.
-
I agree with @gotmike, but it will get quite expensive very quickly. |
Beta Was this translation helpful? Give feedback.
-
Would anyone say that this can now be done via the new ChatGPT support? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In Chat-GPT you can have multiple "threads" or "chats" which accumulate 'knowledge' and can be extended upon.
Is this a 'fine-tune' or is it an upcoming feature? That is, can the openai SDK here support a similar implementation?
Note:
Beta Was this translation helpful? Give feedback.
All reactions