diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-01-14 16:37:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-14 16:37:21 +0100 |
commit | 42709f55b27f52048939907b34f42cfdc3537ec0 (patch) | |
tree | d7e5f2ad86beabd68fb08612b86b2a66242bf385 /etc | |
parent | Merge pull request #1471 from xtekky/upp (diff) | |
download | gpt4free-42709f55b27f52048939907b34f42cfdc3537ec0.tar gpt4free-42709f55b27f52048939907b34f42cfdc3537ec0.tar.gz gpt4free-42709f55b27f52048939907b34f42cfdc3537ec0.tar.bz2 gpt4free-42709f55b27f52048939907b34f42cfdc3537ec0.tar.lz gpt4free-42709f55b27f52048939907b34f42cfdc3537ec0.tar.xz gpt4free-42709f55b27f52048939907b34f42cfdc3537ec0.tar.zst gpt4free-42709f55b27f52048939907b34f42cfdc3537ec0.zip |
Diffstat (limited to '')
-rw-r--r-- | etc/unittest/main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/unittest/main.py b/etc/unittest/main.py index 61f4ffda..4b92a6a6 100644 --- a/etc/unittest/main.py +++ b/etc/unittest/main.py @@ -11,6 +11,7 @@ from g4f.gui.server.backend import Backend_Api, get_error_message from g4f.base_provider import BaseProvider g4f.debug.logging = False +g4f.debug.version_check = False class MockProvider(BaseProvider): working = True |