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