From e9467297369dd4f429c084bd1d034f3b1b63e7c2 Mon Sep 17 00:00:00 2001 From: abc <98614666+xtekky@users.noreply.github.com> Date: Sun, 16 Jul 2023 20:31:51 +0100 Subject: minor fixes --- testing/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/test.py') diff --git a/testing/test.py b/testing/test.py index 727b92ac..0a14417a 100644 --- a/testing/test.py +++ b/testing/test.py @@ -2,7 +2,7 @@ import g4f # Set with provider stream = False -response = g4f.ChatCompletion.create(model='gpt-3.5-turbo', provider=g4f.Provider.ChatgptLogin, messages=[ +response = g4f.ChatCompletion.create(model='gpt-3.5-turbo', provider=g4f.Provider.Yqcloud, messages=[ {"role": "user", "content": "hello"}], stream=stream) if stream: -- cgit v1.2.3