diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -![g4f](g4f.png) +![248433934-7886223b-c1d1-4260-82aa-da5741f303bb](https://github.com/xtekky/gpt4free/assets/98614666/ea012c87-76e0-496a-8ac4-e2de090cc6c9) <a href='https://ko-fi.com/xtekky' target='_blank'><img height='35' style='border:0px;height:46px;' src='https://az743702.vo.msecnd.net/cdn/kofi3.png?v=0' border='0' alt='Buy Me a Coffee at ko-fi.com' /> <div id="top"></div> @@ -6,7 +6,8 @@ > By using this repository or any code related to it, you agree to the [legal notice](LEGAL_NOTICE.md). The author is not responsible for any copies, forks, re-uploads made by other users, or anything else related to GPT4Free. This is the author's only account and repository. To prevent impersonation or irresponsible actions, please comply with the GNU GPL license this Repository uses. > [!Note] -> Latest pypi version: [`0.1.9.2`](https://pypi.org/project/g4f/0.1.9.2) +Lastet version: +>> [![PyPI version](https://badge.fury.io/py/g4f.svg)](https://pypi.org/project/g4f) ```sh pip install -U g4f ``` @@ -165,8 +166,7 @@ docker-compose down import g4f g4f.debug.logging = True # Enable logging -g4f.check_version = False # Disable automatic version checking -print(g4f.version) # Check version +g4f.debug.check_version = False # Disable automatic version checking print(g4f.Provider.Ails.params) # Supported args # Automatic selection of provider |