sp-dev-fx-webparts/samples/react-azure-openai-api-stream
dependabot[bot] 75ae2d4773
Bump ip from 1.1.8 to 1.1.9 in /samples/react-azure-openai-api-stream
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.
- [Commits](https://github.com/indutny/node-ip/compare/v1.1.8...v1.1.9)

---
updated-dependencies:
- dependency-name: ip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-22 08:06:56 +00:00
..
.devcontainer Updated readme, container 2024-01-10 22:43:33 -05:00
assets Updated thumbnail 2024-02-10 13:09:20 -05:00
config sample main code added (WIP readme file) 2024-01-02 22:11:30 +01:00
src Moved from spinner to inline thinking indicator 2024-02-08 13:06:17 -05:00
teams sample main code added (WIP readme file) 2024-01-02 22:11:30 +01:00
.eslintrc.js sample main code added (WIP readme file) 2024-01-02 22:11:30 +01:00
.gitignore sample main code added (WIP readme file) 2024-01-02 22:11:30 +01:00
.npmignore sample main code added (WIP readme file) 2024-01-02 22:11:30 +01:00
.nvmrc Updated readme, container 2024-01-10 22:43:33 -05:00
.yo-rc.json sample main code added (WIP readme file) 2024-01-02 22:11:30 +01:00
README.md Merge branch 'main' into react-azure-openai-api-stream_updates 2024-02-10 13:24:05 -05:00
gulpfile.js AI Responses now handle Markdown 2024-02-08 12:10:49 -05:00
package-lock.json Bump ip from 1.1.8 to 1.1.9 in /samples/react-azure-openai-api-stream 2024-02-22 08:06:56 +00:00
package.json AI Responses now handle Markdown 2024-02-08 12:10:49 -05:00
tsconfig.json AI Responses now handle Markdown 2024-02-08 12:10:49 -05:00

README.md

Calling Azure OpenAI API in Streaming Mode

Summary

This web part shows how you can call Azure OpenAI API in Streaming mode. The web part will show the data coming from the API in chunks, giving a much better user experience, so you are not waiting for the entire response. It also shows how you can cancel the streaming response at any point, which is useful to save some tokens (hence money), if the generating response does not look good to you (like when getting AI hallucinations). AI responses render Markdown but there is a toggle to disable so you can compare Markdown rendering of responses with Streaming and without.

Sample in action

Compatibility

⚠️ Important
Every SPFx version is optimally compatible with specific versions of Node.js. In order to be able to build this sample, you need to ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

This sample is optimally compatible with the following environment configuration:

SPFx 1.18.2 Node.js v16 | v18 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Unsupported Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Get your own free development tenant by subscribing to Microsoft 365 developer program

Prerequisites

  • Your Azure Subscription has the Azure OpenAI service available. You will see this message if you try to add Azure OpenAI service in your Subscription (follow the link in the Azure portal to request access).

Azure OpenAI Service is currently available to customers via an application form. The selected subscription has not been enabled for use of the service and does not have quota for any pricing tiers. Click here to request access to Azure OpenAI service.

  • You have created an Azure OpenAI service in your subscription
  • Create a Deployment Model (use GPT-3.5-turbo or GPT-4)
  • Grab the Azure OpenAI Key, Endpoint and the deployment model created in previous step (go to your Azure OpenAI service -> Keys and Endpoint)

Contributors

Version history

Version Date Comments
1.0 January 2, 2024 Initial release
1.1 February 8, 2024 Theme enhancements & markdown support

Minimal Path to Awesome

Features

This sample illustrates the following concepts:

  • Calling Azure OpenAI chat/completions endpoint in streaming mode
  • Keeping chat history during the chat session
  • How to cancel an streaming request
  • Using MS Graph toolkit with the Person component
  • Multiple FluentUI components
  • Markdown rendering of AI responses

References

Help

We do not support samples, but this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.