From 484b96d850aca9b9144f3b8dd2fb502b25356c22 Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Thu, 7 Dec 2023 07:18:05 +0100 Subject: Add websearch to gui (#1314) * Add websearch to gui * Fix version_check config * Add version badge in README.md * Show version in gui * Add docker hub build * Fix gui backend, improve style --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7641fd25..5d0d94d8 100644 --- a/README.md +++ b/README.md @@ -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) Buy Me a Coffee at ko-fi.com
@@ -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 -- cgit v1.2.3