From 82ee3afb7c79de398d5b5ed6335460935ca7510e Mon Sep 17 00:00:00 2001 From: Alex Shirokovskih Date: Tue, 2 Jan 2024 14:53:47 +0300 Subject: Fixed a typo in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 477e1e89..f805a0de 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ docker-compose down import g4f g4f.debug.logging = True # Enable debug logging -g4f.debug.check_version = False # Disable automatic version checking +g4f.debug.version_check = False # Disable automatic version checking print(g4f.Provider.Bing.params) # Print supported args for Bing # Using automatic a provider for the given model -- cgit v1.2.3