#Larger inputs than the maximum number of tokens
6 messages · Page 1 of 1 (latest)
Chunk the text into what will fit in 3500 tokens and allow a 590 token response. Then do it again, then merge the responses.
also have a look at the embedding API
The embedding api is very Interesting however I’m not sure it’s useful for what I’m trying to do. I’m not trying to model similarities or perform search, just take in a large human readable document and summarize it into something more condensed but still meant for humans
Maybe I’m just confused though
Yeah I don’t think most of this will work since I want a human readable summary, although I do have some ideas.