diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-07-16 21:31:51 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-07-16 21:31:51 +0200 |
commit | e9467297369dd4f429c084bd1d034f3b1b63e7c2 (patch) | |
tree | a8ef4184e60e226baf2dab207225ce8f52502c38 /testing/test.py | |
parent | minor fixes (diff) | |
download | gpt4free-e9467297369dd4f429c084bd1d034f3b1b63e7c2.tar gpt4free-e9467297369dd4f429c084bd1d034f3b1b63e7c2.tar.gz gpt4free-e9467297369dd4f429c084bd1d034f3b1b63e7c2.tar.bz2 gpt4free-e9467297369dd4f429c084bd1d034f3b1b63e7c2.tar.lz gpt4free-e9467297369dd4f429c084bd1d034f3b1b63e7c2.tar.xz gpt4free-e9467297369dd4f429c084bd1d034f3b1b63e7c2.tar.zst gpt4free-e9467297369dd4f429c084bd1d034f3b1b63e7c2.zip |
Diffstat (limited to '')
-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: |