From 6a1ec3269b81c574c387e0c31afcc31621486c51 Mon Sep 17 00:00:00 2001 From: zuki <56563509+zukixa@users.noreply.github.com> Date: Fri, 6 Oct 2023 02:54:25 -0700 Subject: Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2407e2d8..b2125710 100644 --- a/README.md +++ b/README.md @@ -439,13 +439,20 @@ if __name__ == "__main__": Issues Pull Requests - gpt4free-ts Stars Forks Issues Pull Requests + + Free AI API's & Potential Providers List + Stars + Forks + Issues + Pull Requests + + ChatGPT-Clone Stars @@ -495,7 +502,8 @@ if __name__ == "__main__": to add another provider, its very simple: -1. create a new file in [g4f/provider](./g4f/provider) with the name of the Provider +0. Check out the current [list of potential providers](https://github.com/zukixa/cool-ai-stuff#ai-chat-websites), or find your own provider source! +1. Create a new file in [g4f/provider](./g4f/provider) with the name of the Provider 2. Implement a class that extends [BaseProvider](./g4f/provider/base_provider.py). ```py -- cgit v1.2.3