summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-08-17 15:35:54 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-08-17 15:35:54 +0200
commit1530c2e4058569eac8671dbf67efbeb5eb501541 (patch)
tree7addcc1f99bc0bd924c64f677e8979ce1047a8d5
parent ~ |  Merge pull request #817 (diff)
parentMerge pull request #812 from HexyeDEV/main-1 (diff)
downloadgpt4free-1530c2e4058569eac8671dbf67efbeb5eb501541.tar
gpt4free-1530c2e4058569eac8671dbf67efbeb5eb501541.tar.gz
gpt4free-1530c2e4058569eac8671dbf67efbeb5eb501541.tar.bz2
gpt4free-1530c2e4058569eac8671dbf67efbeb5eb501541.tar.lz
gpt4free-1530c2e4058569eac8671dbf67efbeb5eb501541.tar.xz
gpt4free-1530c2e4058569eac8671dbf67efbeb5eb501541.tar.zst
gpt4free-1530c2e4058569eac8671dbf67efbeb5eb501541.zip
-rw-r--r--README.md12
-rw-r--r--interference/requirements.txt2
2 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9e972ce7..e21f01b5 100644
--- a/README.md
+++ b/README.md
@@ -141,6 +141,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
@@ -284,6 +289,13 @@ if __name__ == "__main__":
<td><a href="https://github.com/MIDORIBIN/langchain-gpt4free/issues"><img alt="Issues" src="https://img.shields.io/github/issues/MIDORIBIN/langchain-gpt4free?style=flat-square&labelColor=343b41"/></a></td>
<td><a href="https://github.com/MIDORIBIN/langchain-gpt4free/pulls"><img alt="Pull Requests" src="https://img.shields.io/github/issues-pr/MIDORIBIN/langchain-gpt4free?style=flat-square&labelColor=343b41"/></a></td>
</tr>
+ <tr>
+ <td><a href="https://github.com/HexyeDEV/Telegram-Chatbot-Gpt4Free"><b>ChatGpt Telegram Bot</b></a></td>
+ <td><a href="https://github.com/HexyeDEV/Telegram-Chatbot-Gpt4Free/stargazers"><img alt="Stars" src="https://img.shields.io/github/stars/HexyeDEV/Telegram-Chatbot-Gpt4Free?style=flat-square&labelColor=343b41"/></a></td>
+ <td><a href="https://github.com/HexyeDEV/Telegram-Chatbot-Gpt4Free/network/members"><img alt="Forks" src="https://img.shields.io/github/forks/HexyeDEV/Telegram-Chatbot-Gpt4Free?style=flat-square&labelColor=343b41"/></a></td>
+ <td><a href="https://github.com/HexyeDEV/Telegram-Chatbot-Gpt4Free/issues"><img alt="Issues" src="https://img.shields.io/github/issues/HexyeDEV/Telegram-Chatbot-Gpt4Free?style=flat-square&labelColor=343b41"/></a></td>
+ <td><a href="https://github.com/HexyeDEV/Telegram-Chatbot-Gpt4Free/pulls"><img alt="Pull Requests" src="https://img.shields.io/github/issues-pr/HexyeDEV/Telegram-Chatbot-Gpt4Free?style=flat-square&labelColor=343b41"/></a></td>
+ </tr>
</tbody>
</table>
diff --git a/interference/requirements.txt b/interference/requirements.txt
new file mode 100644
index 00000000..113e0575
--- /dev/null
+++ b/interference/requirements.txt
@@ -0,0 +1,2 @@
+flask_cors
+watchdog~=3.0.0