transitive-bullshit / agentic

AI agent stdlib that works with any LLM and TypeScript AI SDK.
MIT License
16.07k stars 2.11k forks source link

Continue generating in ChatGPTUnofficialProxyAPI #599

Closed maisyshantelle closed 1 month ago

maisyshantelle commented 1 year ago

Describe the feature

As you may know, in generating long texts, sometimes ChatGPT will temporarily pause and request the user to click the "continue generating" button. If the ChatGPTUnofficialProxyAPI is used, the text may be delivered incomplete. Is it possible to also receive the continuation of the text?

thanhtoan1196 commented 9 months ago

any updates?

transitive-bullshit commented 1 month ago

This project is undergoing a major revamp; closing out old issues as part of the prep process.

The chatgpt package is pretty outdated at this point. I recommend that you use the openai package or the openai-fetch package instead.