Hi all! I created an App which will call ChatBot for making summary of some articles. It works well, however, error would occurred if the article is too long. Is there any limit for words? Should I split the long article before calling ChatBot?
Thanks a lot!
Harry
If you are not providing your own API key via the ApiKey property, then we allow for roughly 10k tokens of use per day. If you want to use more than that, you will have to set up an API key for your own OpenAI account and provide it in the property, at which point your account will be billed for the usage.