summaryrefslogtreecommitdiffstats
path: root/g4f
diff options
context:
space:
mode:
authorabc <98614666+xtekky@users.noreply.github.com>2023-10-03 23:07:22 +0200
committerabc <98614666+xtekky@users.noreply.github.com>2023-10-03 23:07:22 +0200
commit896d040c3eb4abb2d390d0c972161cd893d07a42 (patch)
treeb43ca18120cb8dec102ef4458038759db13bba6a /g4f
parent~ (diff)
downloadgpt4free-896d040c3eb4abb2d390d0c972161cd893d07a42.tar
gpt4free-896d040c3eb4abb2d390d0c972161cd893d07a42.tar.gz
gpt4free-896d040c3eb4abb2d390d0c972161cd893d07a42.tar.bz2
gpt4free-896d040c3eb4abb2d390d0c972161cd893d07a42.tar.lz
gpt4free-896d040c3eb4abb2d390d0c972161cd893d07a42.tar.xz
gpt4free-896d040c3eb4abb2d390d0c972161cd893d07a42.tar.zst
gpt4free-896d040c3eb4abb2d390d0c972161cd893d07a42.zip
Diffstat (limited to 'g4f')
-rw-r--r--g4f/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/__init__.py b/g4f/__init__.py
index f56f0dcf..cd900e77 100644
--- a/g4f/__init__.py
+++ b/g4f/__init__.py
@@ -104,4 +104,4 @@ class Completion:
result = provider.create_completion(model.name,
[{"role": "user", "content": prompt}], stream, **kwargs)
- return result if stream else ''.join(result) \ No newline at end of file
+ return result if stream else ''.join(result)