release-connector-2.7.1
tinaengel
released this
16 May 09:38
·
830 commits
to main
since this release
Added userlibs that were missing in release 2.7.0.
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.