summaryrefslogtreecommitdiffstats
path: root/etc/unittest/include.py
blob: e67fd5a703ce6d0ae4948483544038c5d7fbab7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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'}]