diff options
Diffstat (limited to '')
-rw-r--r-- | etc/unittest/integration.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/unittest/integration.py b/etc/unittest/integration.py index 1f7fb000..d8fc41d0 100644 --- a/etc/unittest/integration.py +++ b/etc/unittest/integration.py @@ -10,7 +10,7 @@ except ImportError: from g4f.client import Client, ChatCompletion from g4f.Provider import Bing, OpenaiChat, DuckDuckGo -DEFAULT_MESSAGES = [{"role": "system", "content": 'Response in json, Example: {"success: true"}'}, +DEFAULT_MESSAGES = [{"role": "system", "content": 'Response in json, Example: {"success": false}'}, {"role": "user", "content": "Say success true in json"}] class TestProviderIntegration(unittest.TestCase): |