semperai / basic-openai-api-wrapper

4 stars 2 forks source link

For windows users: #3

Open collinetnickk opened 10 months ago

collinetnickk commented 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

kende commented 10 months ago

Did that, but ran into an error:

Exception: [!] No espeak backend found. Install espeak-ng or espeak to your system.