ai icon indicating copy to clipboard operation
ai copied to clipboard

[v5] max completion/output token calculations

Open gr2m opened this issue 6 months ago • 0 comments

Description

Follow up to #5769. @lgrammel talked shortly about this:

packages/openai/src/openai-chat-language-model.ts:

  190        // openai specific settings:
  191:       // TODO remove in next major version; we auto-map maxOutputTokens now
  192        max_completion_tokens: openaiOptions.maxCompletionTokens,

There is a difference between output and completion tokens and it will take some testing and some math to consolidate the options. Or we might end up keeping both. This requires more investigation.

gr2m avatar Apr 15 '25 19:04 gr2m