diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/test.py | 2 |
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: |