In the Model properties dioalogue dialogue several advanced properties of an OpenAI model can be set:
...
- general capabilities of the underlying Model. Note that only some selected OpenAI Models can be tuned (the model is selected when adding an OpenAI language-resource)
...
- A GPT Model always has a maximum size of tokens that can be used within a single request. This amout amount calculates as the sum of the semt sent tokens and the returned tokens. For a (pre)translation, this is the system message and the text or batch to translate plus the returned translations. Therefore a ratio is needed to leave "room" in a sent request for the generated translation. This is only relevant for batch-translations as used when pretranslating
...