diff options
author | Bagus Indrayana <bagusindrayanaindo@gmail.com> | 2023-08-17 15:46:50 +0200 |
---|---|---|
committer | Bagus Indrayana <bagusindrayanaindo@gmail.com> | 2023-08-17 15:46:50 +0200 |
commit | d9b066f039c6495423f609740880d4a3f1deb7f7 (patch) | |
tree | e941023ba109a738a84f552af7a3e8fa833fe412 /testing/test_chat_completion.py | |
parent | another merge (diff) | |
download | gpt4free-d9b066f039c6495423f609740880d4a3f1deb7f7.tar gpt4free-d9b066f039c6495423f609740880d4a3f1deb7f7.tar.gz gpt4free-d9b066f039c6495423f609740880d4a3f1deb7f7.tar.bz2 gpt4free-d9b066f039c6495423f609740880d4a3f1deb7f7.tar.lz gpt4free-d9b066f039c6495423f609740880d4a3f1deb7f7.tar.xz gpt4free-d9b066f039c6495423f609740880d4a3f1deb7f7.tar.zst gpt4free-d9b066f039c6495423f609740880d4a3f1deb7f7.zip |
Diffstat (limited to 'testing/test_chat_completion.py')
-rw-r--r-- | testing/test_chat_completion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/test_chat_completion.py b/testing/test_chat_completion.py index d408d9ec..d091d47b 100644 --- a/testing/test_chat_completion.py +++ b/testing/test_chat_completion.py @@ -8,7 +8,7 @@ import g4f stream = False response = g4f.ChatCompletion.create( model="gpt-3.5-turbo", - provider=g4f.provider.Ails, + provider=g4f.Provider.Ails, messages=[{"role": "user", "content": "hello"}], stream=stream, active_server=5, |