summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--README.md2
-rw-r--r--g4f/__init__.py2
-rw-r--r--setup.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5e862ecb..8783111e 100644
--- a/README.md
+++ b/README.md
@@ -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)
diff --git a/setup.py b/setup.py
index 48b5ee17..a508ec25 100644
--- a/setup.py
+++ b/setup.py
@@ -73,4 +73,4 @@ setup(
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
],
-)
+) \ No newline at end of file