You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gpt4free/etc/unittest/include.py

11 lines
222 B
Python

6 months ago
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'}]