ai icon indicating copy to clipboard operation
ai copied to clipboard

Continue generation and regeneration

Open Distortedlogic opened this issue 2 years ago • 1 comments

a way to continue generation when the response is over max tokens.

right now a dev can call complete directly to regenerate. but a function for this with a boolean on the request body for is regeneration or not, would be a nice QOL feature

Distortedlogic avatar Jun 22 '23 11:06 Distortedlogic

Kinda related to https://github.com/vercel-labs/ai/issues/167#issuecomment-1604790534.

shuding avatar Jun 23 '23 19:06 shuding

#2164 adds support for requesting a generation without adding another user message while using handleSubmit

jeremyphilemon avatar Jul 05 '24 11:07 jeremyphilemon