Improve tests

This commit is contained in:
Heiner Lohaus
2024-01-21 02:20:23 +01:00
parent 9cf2ee0279
commit 9cbe9c1ccb
13 changed files with 204 additions and 95 deletions

11
etc/unittest/include.py Normal file
View File

@@ -0,0 +1,11 @@
import sys
import pathlib
sys.path.append(str(pathlib.Path(__file__).parent.parent.parent))
import g4f
g4f.debug.logging = False
g4f.debug.version_check = False
DEFAULT_MESSAGES = [{'role': 'user', 'content': 'Hello'}]