You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Revamp cli args (openai#45)
* Rachel/follow (openai#46)
* Add fine_tunes.follow. Add better error handling for disconnected streams
* return early
* fix an oops
* lint
* Nicer strings
* ensure end token is not applied to classification (openai#44)
* ensure end token is not applied to classification
* black
Co-authored-by: Boris Power <81998504+BorisPower@users.noreply.github.com>
I'd like to send the OpenAI's API, the text from various PDF's. Specifically, the Summarize for a 2nd grader or the TL;DR summarization API's.
I can extract the text from PDF's using
PyMuPDF
and prepare the OpenAI prompt.Question: How best to prepare the
prompt
when the token count is longer than the allowed 2049?The text was updated successfully, but these errors were encountered: