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 | |
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 '')
-rw-r--r-- | testing/test_chat_completion.py | 2 | ||||
-rw-r--r-- | tool/provider_init.py | 2 |
2 files changed, 2 insertions, 2 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) diff --git a/tool/provider_init.py b/tool/provider_init.py index 22f21d4d..cd7f9333 100644 --- a/tool/provider_init.py +++ b/tool/provider_init.py @@ -30,4 +30,4 @@ def create_content(): if __name__ == "__main__": - main() + main()
\ No newline at end of file |