diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-02-24 02:07:01 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-02-24 02:07:01 +0100 |
commit | cbfa5ee7e9a5e224a032f19dfc770f6208d14b29 (patch) | |
tree | 1b2c7c9924b53a59e9e1af462ed97a2eaaf8648a | |
parent | Add help me coding guide (diff) | |
download | gpt4free-cbfa5ee7e9a5e224a032f19dfc770f6208d14b29.tar gpt4free-cbfa5ee7e9a5e224a032f19dfc770f6208d14b29.tar.gz gpt4free-cbfa5ee7e9a5e224a032f19dfc770f6208d14b29.tar.bz2 gpt4free-cbfa5ee7e9a5e224a032f19dfc770f6208d14b29.tar.lz gpt4free-cbfa5ee7e9a5e224a032f19dfc770f6208d14b29.tar.xz gpt4free-cbfa5ee7e9a5e224a032f19dfc770f6208d14b29.tar.zst gpt4free-cbfa5ee7e9a5e224a032f19dfc770f6208d14b29.zip |
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | docs/guides/phone.md | 2 | ||||
-rw-r--r-- | docs/legacy.md (renamed from docs/leagcy.md) | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -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 index e8808381..d5cd5a36 100644 --- a/docs/leagcy.md +++ b/docs/legacy.md @@ -1,4 +1,4 @@ -### G4F - Leagcy API +### G4F - Legacy API #### ChatCompletion |