This C# demo is based on azure-search-openai-demo and uses a static web app for the frontend and Azure functions for the backend API's. This solution uses the Azure Functions OpenAI triggers and binding extension for the backend capabilities.
MIT License
20
stars
11
forks
source link
Adding initial sample to show using Azure Functions OpenAI extension #1
Adding sample to show how to use the Azure Functions OpenAI triggers and bindings in an application.
Does this introduce a breaking change?
[ ] Yes
[x ] No
## Pull Request Type
What kind of change does this Pull Request introduce?
Initial sample code for demo application
<!-- Please check the one that applies to this PR using "x". -->
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[x ] Other... Please describe:
Add initial sample code.
Purpose
Adding sample to show how to use the Azure Functions OpenAI triggers and bindings in an application.
Does this introduce a breaking change?
[ ] Yes [x ] No
[ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [ ] Documentation content changes [x ] Other... Please describe: Add initial sample code.