Closed dawnwages closed 1 month ago
See https://github.com/Azure-Samples/openai-chat-app-quickstart/pull/193 for a PR for the issue and a discussion of the best approach. The author hasn't updated it per our discussed changes, so you could make the changes there, or I can make them when I have the chance.
I just merged a fix for this, thanks for reminding me about it!
Skips installing uvloop on Windows machines.
Purpose
uvloop doesn't support Windows
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
pip install -r src/requirements.txt
on a windows machineWhat to Check
Verify that the following are valid
Other Information