Open collinetnickk opened 10 months ago
The commands are slightly different and include:
git clone https://github.com/semperai/basic-openai-api-wrapper.git
cd basic-openai-api-wrapper
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
Then to run it it's simply:
flask run
Did that, but ran into an error:
Exception: [!] No espeak backend found. Install espeak-ng or espeak to your system.
The commands are slightly different and include:
git clone https://github.com/semperai/basic-openai-api-wrapper.git
cd basic-openai-api-wrapper
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
Then to run it it's simply:
flask run