2024-08-30
版本发布时间: 2024-08-31 05:10:54
Azure-Samples/azure-search-openai-demo最新发布版本:2024-10-28(2024-10-29 06:10:12)
There is now an optional feature to enable a language picker in the UI: https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/deploy_features.md#enabling-language-picker This will change the language of UI messages, but not affect anything about the LLM system prompt.
Screenshot:
As a result of this PR, all text messages for the UI are now in single files, per language, and all messages can be edited in one place. See guide here: https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/docs/customization.md#customizing-the-ui
What's Changed
- Reduce JS size by using more specific import for react-syntax-highlighter by @pamelafox in https://github.com/Azure-Samples/azure-search-openai-demo/pull/1947
- Send down LLM messages as dictionaries in thought process by @pamelafox in https://github.com/Azure-Samples/azure-search-openai-demo/pull/1948
- Frontend multi-language support #1690 by @bnodir in https://github.com/Azure-Samples/azure-search-openai-demo/pull/1790
New Contributors
- @bnodir made their first contribution in https://github.com/Azure-Samples/azure-search-openai-demo/pull/1790
Full Changelog: https://github.com/Azure-Samples/azure-search-openai-demo/compare/2024-08-23...2024-08-30