Hi.
I’m using gpt using AzureOpenAI and I’m using AI translation
I’m using gpt-4o and gpt-4o-mini, but for 4o it says Max output 4096 token.
If the sentence to be translated is long, I think the translated sentence will not be perfect and cut, what should I do in this case? For example, I translated “Hello I’m using GPT” but according to token restrictions, "Hello I’m GPT… " If you only print it out, the context is not perfect.
I don’t want you to put Python’s space in order to get the context. Is there any way?