diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2023-10-10 16:58:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-10 16:58:13 +0200 |
commit | 0ac32656aff7d29186212abaa4b9e5b0f9d412ba (patch) | |
tree | dcd6b7d2aff68068d2a85080bd7d7a75061edfd0 | |
parent | ~ | g4f `v-0.1.5.8` (diff) | |
download | gpt4free-0ac32656aff7d29186212abaa4b9e5b0f9d412ba.tar gpt4free-0ac32656aff7d29186212abaa4b9e5b0f9d412ba.tar.gz gpt4free-0ac32656aff7d29186212abaa4b9e5b0f9d412ba.tar.bz2 gpt4free-0ac32656aff7d29186212abaa4b9e5b0f9d412ba.tar.lz gpt4free-0ac32656aff7d29186212abaa4b9e5b0f9d412ba.tar.xz gpt4free-0ac32656aff7d29186212abaa4b9e5b0f9d412ba.tar.zst gpt4free-0ac32656aff7d29186212abaa4b9e5b0f9d412ba.zip |
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 |