diff --git a/README.md b/README.md index 4966620c..59ad89f3 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ docker pull hlohaus789/g4f - Join our Telegram Channel: [t.me/g4f_channel](https://telegram.me/g4f_channel) - Join our Discord Group: [discord.gg/XfybzPXPH5](https://discord.gg/XfybzPXPH5) -##🔻 Site Takedown +## 🔻 Site Takedown Is your site on this repository and you want to take it down ? email takedown@g4f.ai with proof it is yours and it will be removed as fast as possible. - to prevent reproduction please secure your api ; ) -##🚀 Feedback and Todo +## 🚀 Feedback and Todo You can always leave some feedback here: https://forms.gle/FeWV9RLEedfdkmFN6 As per the survey, here is a list of improvements to come @@ -58,7 +58,7 @@ As per the survey, here is a list of improvements to come - [Install using Docker:](#install-using-docker) - [💡 Usage](#-usage) * [Text Generation](#text-generation) - * [Image Generation](#text-generation) + * [Image Generation](#image-generation) * [Web UI](#web-ui) * [Interference API](#interference-api) * [Configuration](#configuration) @@ -166,7 +166,7 @@ image_url = response.data[0].url **Full Documentation for Python API** - New Client API like the OpenAI Python library: [/docs/client](/docs/client.md) -- Leagcy API with python modules: [/docs/leagcy](/docs/leagcy.md) +- Legacy API with python modules: [/docs/legacy](/docs/legacy.md) #### Web UI diff --git a/docs/guides/phone.md b/docs/guides/phone.md index 60a09e9d..ae9865cd 100644 --- a/docs/guides/phone.md +++ b/docs/guides/phone.md @@ -21,7 +21,7 @@ Running Python applications on your smartphone is possible with specialized apps - In the app settings for Pydroid, disable power-saving mode and ensure that the option to pause when not in use is also disabled. This ensures uninterrupted operation of your Python scripts. 4. **Install Required Packages:** - - Open Pip within the Pydroid app and install this necessary packages: + - Open Pip within the Pydroid app and install these necessary packages: ``` g4f flask pillow beautifulsoup4 ``` diff --git a/docs/leagcy.md b/docs/legacy.md similarity index 99% rename from docs/leagcy.md rename to docs/legacy.md index e8808381..d5cd5a36 100644 --- a/docs/leagcy.md +++ b/docs/legacy.md @@ -1,4 +1,4 @@ -### G4F - Leagcy API +### G4F - Legacy API #### ChatCompletion