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 | |
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 |
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | g4f/__init__.py | 2 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -573,4 +573,4 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. <a href="https://github.com/xtekky/gpt4free/stargazers"> <img width="500" alt="Star History Chart" src="https://api.star-history.com/svg?repos=xtekky/gpt4free&type=Date"> -</a> +</a>
\ No newline at end of file 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) @@ -73,4 +73,4 @@ setup( "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", ], -) +)
\ No newline at end of file |