diff options
author | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-03 23:07:22 +0200 |
---|---|---|
committer | abc <98614666+xtekky@users.noreply.github.com> | 2023-10-03 23:07:22 +0200 |
commit | 896d040c3eb4abb2d390d0c972161cd893d07a42 (patch) | |
tree | b43ca18120cb8dec102ef4458038759db13bba6a /g4f | |
parent | ~ (diff) | |
download | gpt4free-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 '')
-rw-r--r-- | g4f/__init__.py | 2 |
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) |