gpt4free/etc/unittest/include.py

11 lines
222 B
Python
Raw Normal View History

2024-01-20 20:20:23 -05:00
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'}]