Trying to use the Conversation in ChatGPT app with the GPT-4o model, which has a Max Token limit of 128,000 according to the OpenAI API Documentation.
For the token length in my app on my Zap, I set it to just over 32,000.
However, when I try to run the Zap, I get an error that says:
“This ChatGPT step hit an error.
Error message: :400] max_tokens is too large: 32768. This model supports at most 4096 completion tokens, whereas you provided 32768.”
Curios if anyone knows why:
- It’s saying my max_tokens is too large?
- It says that “this model supports at most 4096” which from my understanding is not the case, considering the API Docs say it can handle up to 128,000.
Am I missing something?
Any insight would be greatly appreciated!! Thanks!