You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to get this to run by using Windows Subsystem for Linux. Sending requests to the server throws an internal server error though. I think OpenAI updated the website to check security settings on logging in which I assume this app does not take into account for.
My development environment is Windows 11 and VS Code. When installing the packages from the requirements.txt file there is the error:
Runtime error: Uvloop does not support Windows at the moment
After some research it seems uvicorn requires uvloop. Could we replace this Web server with one compatible with Windows also?
The text was updated successfully, but these errors were encountered: