revChatGPTServer
revChatGPTServer copied to clipboard
Not supported on Windows?
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?