diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-08-17 15:35:54 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-08-17 15:35:54 +0200 |
commit | 1530c2e4058569eac8671dbf67efbeb5eb501541 (patch) | |
tree | 7addcc1f99bc0bd924c64f677e8979ce1047a8d5 | |
parent | ~ | Merge pull request #817 (diff) | |
parent | Merge pull request #812 from HexyeDEV/main-1 (diff) | |
download | gpt4free-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.md | 12 | ||||
-rw-r--r-- | interference/requirements.txt | 2 |
2 files changed, 14 insertions, 0 deletions
@@ -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 |