summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTekky <98614666+xtekky@users.noreply.github.com>2023-08-20 05:49:53 +0200
committerGitHub <noreply@github.com>2023-08-20 05:49:53 +0200
commitf55b24a9145d46ed207c120f27212af244223c13 (patch)
tree4ab04db3724741f1bb7688883fbb4dd9e1385f9a /testing
parent ~ | Merge pull request #808 (diff)
parentprovider to Provider in testing (diff)
downloadgpt4free-f55b24a9145d46ed207c120f27212af244223c13.tar
gpt4free-f55b24a9145d46ed207c120f27212af244223c13.tar.gz
gpt4free-f55b24a9145d46ed207c120f27212af244223c13.tar.bz2
gpt4free-f55b24a9145d46ed207c120f27212af244223c13.tar.lz
gpt4free-f55b24a9145d46ed207c120f27212af244223c13.tar.xz
gpt4free-f55b24a9145d46ed207c120f27212af244223c13.tar.zst
gpt4free-f55b24a9145d46ed207c120f27212af244223c13.zip
Diffstat (limited to 'testing')
-rw-r--r--testing/test_chat_completion.py2
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,