I am using OpenAI to translate text.
The conditional I am setting is if text:Character count < 10,000 use GPT 3.5.
If > use GPT-4
When the text is over 10,000 I am not getting a response. I also do not receive any errors from the API. The text is still within GPT-4 max token range.
I’m guessing this is something I did wrong in bubble. Should I set the conditional on the front end and separate it into two backend API calls?
Have a great weekend everyone!