Skip to content

release-connector-2.7.0

Compare
Choose a tag to compare
@tswarmerdam-mx tswarmerdam-mx released this 14 May 16:13
· 832 commits to main since this release

All chat completions operations now support vision which enables models like GPT-4 Turbo to interpret and analyze images, allowing them to answer questions and perform tasks related to visual content. For Chat Completions without History the ImageCollection is an optional input parameter, while for Chat Completions with History the ImageCollection can optionally be added to individual user messages in ChatCompletionsSession_AddMessage.

Additionally, the chat completions operations have a new optional input parameter called “MaxTokens” to control the maximum number of tokens to generate in the chat completion.