-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Support variant
and continue
#22
Comments
Looks like #18 can be solved with |
Which means. I can implement |
No, I mean you could implement |
Got it. I will start working on it now. |
Because I need to implement |
No, actually the Line 40 in e6adbcf
|
I need to save the previous message for chatgpt in order to implement |
I don't really know what is |
Sure. The purpose of |
I found that
content_type
has three types when I was analyzing the API:next
variant
andcontinue
. Chatgpt plugin currently implementsnext
type, and thevariant
type allows the AI to change the way it says, while thecontinue
type completes a truncated sentence. Now I want to implement these two types in chatgpt plugin.The text was updated successfully, but these errors were encountered: