Add interference requirements

For ease of use and consistency, so the user would not need to guess versions and packages
Also document it in README.md
This commit is contained in:
0dminnimda 2023-08-17 16:28:49 +03:00
parent cfa4380e89
commit f6a9fffb0a
2 changed files with 7 additions and 0 deletions

View File

@ -144,6 +144,11 @@ response = g4f.ChatCompletion.create(..., provider=ProviderName)
### interference openai-proxy api (use with openai python package)
get requirements:
```sh
pip install -r interference/requirements.txt
```
run server:
```sh
python3 -m interference.app

View File

@ -0,0 +1,2 @@
flask_cors
watchdog~=3.0.0