Skip to content

Commit

Permalink
Update README.md - include mention of Web Speech API (#27060)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR
@azure/openai

### Issues associated with this PR


### Describe the problem that is addressed by this PR
Better description in readme for sample

### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
  • Loading branch information
glharper authored Sep 8, 2023
1 parent a916d2f commit c1c67fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This is a browser page demonstrating speech to speech chat implementation using the Azure OpenAI JS SDK and Azure JS Speech SDK.
This is a browser page demonstrating speech to speech chat implementation using the Azure OpenAI JS SDK and [Azure JS Speech SDK](https://github.com/microsoft/cognitive-services-speech-sdk-js) (or optionally the [Web Speech API](https://developer.mozilla.org/docs/Web/API/Web_Speech_API)).

To run:
1.
Expand Down

0 comments on commit c1c67fa

Please sign in to comment.