diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -158,6 +158,9 @@ docker compose down ```py import g4f +g4f.logging = True # enable logging +g4f.check_version = False # Disable automatic version checking +print(g4f.version) # check version print(g4f.Provider.Ails.params) # supported args # Automatic selection of provider |