diff options
author | Bagus Indrayana <bagusindrayanaindo@gmail.com> | 2023-08-17 15:46:32 +0200 |
---|---|---|
committer | Bagus Indrayana <bagusindrayanaindo@gmail.com> | 2023-08-17 15:46:32 +0200 |
commit | 6f999d5151c39b614c2872f428e8f61bf3042ccc (patch) | |
tree | 60a3378a89f70bccd35cae14e6b236ccd4422f85 /README.md | |
parent | refactor V50 and Raycast (diff) | |
parent | ~ | Merge pull request #812 (diff) | |
download | gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.gz gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.bz2 gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.lz gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.xz gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.tar.zst gpt4free-6f999d5151c39b614c2872f428e8f61bf3042ccc.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 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> @@ -372,4 +384,4 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. <a href="https://github.com/xtekky/gpt4free/stargazers"> <img width="500" alt="Star History Chart" src="https://api.star-history.com/svg?repos=xtekky/gpt4free&type=Date"> - </a> +</a>
\ No newline at end of file |