Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
hlohaus committed Feb 24, 2024
1 parent 775a0c4 commit cbfa5ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/phone.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion docs/leagcy.md → docs/legacy.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### G4F - Leagcy API
### G4F - Legacy API

#### ChatCompletion

Expand Down

0 comments on commit cbfa5ee

Please sign in to comment.