summaryrefslogtreecommitdiffstats
path: root/testing/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/test.py')
-rw-r--r--testing/test.py2
1 files changed, 1 insertions, 1 deletions
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: