diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-08-25 18:29:22 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-08-25 18:29:22 +0200 |
commit | b953024f85bc78f39a5901bd914f436412c0953e (patch) | |
tree | 05b2337868f1e915d2509ad1265fd8063e5b0387 /testing/test_chat_completion.py | |
parent | ~ (diff) | |
download | gpt4free-b953024f85bc78f39a5901bd914f436412c0953e.tar gpt4free-b953024f85bc78f39a5901bd914f436412c0953e.tar.gz gpt4free-b953024f85bc78f39a5901bd914f436412c0953e.tar.bz2 gpt4free-b953024f85bc78f39a5901bd914f436412c0953e.tar.lz gpt4free-b953024f85bc78f39a5901bd914f436412c0953e.tar.xz gpt4free-b953024f85bc78f39a5901bd914f436412c0953e.tar.zst gpt4free-b953024f85bc78f39a5901bd914f436412c0953e.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 d091d47b..32c069be 100644 --- a/testing/test_chat_completion.py +++ b/testing/test_chat_completion.py @@ -14,4 +14,4 @@ response = g4f.ChatCompletion.create( active_server=5, ) -print(response)
\ No newline at end of file +print(response) |