How to do sequential chains using chat completions? #7408
Replies: 1 comment
-
I figured out that using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to do a sequential chain where users' previous chain outputs are passed on to the next chain as input. Doing engineered prompts to make each chain tailored for the need. Now my question is, since the sequential chain hits "/completions" API and as it's going to be moving away from text-davinci-003 soon, how do I do a sequential chain on top of a chat model like GPT-4?
As in the recent OpenAI blog, they mentioned "Moving from text completions to chat completions".
Any relevant info would be of help. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions