Update Azure OpenAI to new OpenAI API spec

This commit is contained in:
Moishe Lettvin
2023-12-28 13:11:16 -05:00
parent a92d1db4c9
commit 99b6c6992d
3 changed files with 43 additions and 50 deletions

View File

@@ -27,7 +27,7 @@ pip install path_to_this_repo
Tou can run the simple sample like so:
```
src/samples/simple-sample/simple-sample.py -u [YOUR_ROOM_URL] -k [YOUR_DAILY_API_KEY]
src/samples/simple-sample/simple-sample.py -u your_room_url -k your_daily_api_key
```
Note that the sample uses Azure's TTS and LLM services. You'll need to set the following environment variables for the sample to work: