Skip to content

Version 1.1

Compare
Choose a tag to compare
@Paul-Borisov Paul-Borisov released this 11 Dec 20:41
· 106 commits to main since this release

Release 1.1 supports all key features of 1.0.

New features and improvements:

  1. The option to search on the internet with Azure Bing Search service.
  2. The option to search on the internet with Google Custom Search service.
  3. The option to generate images with the Dalle 3 model from prompt text like "Create an image: an illustration of a business meeting."
  4. Improved performance for event streaming on a large number of own chats in the navigation.
  5. Added the Stop streaming button for the upper and lower positions of the prompt text area.
  6. Minor changes to the Code Highlighter.
  7. Added support for the new Azure OpenAI model GPT-4-1106-preview (GPT-4 Turbo).
  • It supports 128k input tokens.
  • The preview model is available for the selection in the web part settings. It is disabled by default.
  1. The option to display the dropdown box with examples for prompt text.
  2. The option to use voice input to prompt text. It supports 16 popular languages.

Fixed bugs of the previous version

  1. Slow rendering when the Code Highlighting option enabled. The rendering logic was optimized,
  2. Image analysis with GPT-4 Vision: saving Chat history could fail if the user selected a large image generated by Dalle3 for the analysis. Image saving logic was optimized.
  3. Requests failed when Native OpenAI was used with disabled Event Streaming option. The logical mistake fixed.
  4. If SPFx permissions have not been approved, the request logic stuck on attempts to execute People Search and select people from People Picker for sharing. The logic has been improved.