Threads in gpt3 (like chatgpt)?

one of the greatest features of chatgpt IMHO is the threading capability. i can create and maintain different threads by subject, mood, context, etc… but how can i mimic this with the GPT-3 API? seems like i always run into the limits either input or output or both.

anyone been successful in doing this?

1 Like

For subject and context, you can squeeze them into the context window by summarizing the conversation history. For mood/personality, you can edit the original response according to what Anthropic AI call a “consitution”, which is outlined here with a video and my summary thereof:

gotcha. kindof wondering if it’s worth trying to square-peg-round-hole this or if it’s better to just wait for the chatgpt api?

It’s definitely doable, and will likely become more easily doable in the near future. There are already YT tutorials that eplain how to create a ChatGPT-like experience using GPT-3. Here’s a couple that I have saved for later:

1 Like