From 896d040c3eb4abb2d390d0c972161cd893d07a42 Mon Sep 17 00:00:00 2001
From: abc <98614666+xtekky@users.noreply.github.com>
Date: Tue, 3 Oct 2023 22:07:22 +0100
Subject: [PATCH] ~ | g4f v-0.1.4.6 `pip install -U g4f`
---
README.md | 2 +-
g4f/__init__.py | 2 +-
setup.py | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 5e862ecbb9..8783111ef0 100644
--- a/README.md
+++ b/README.md
@@ -573,4 +573,4 @@ along with this program. If not, see .
-
+
\ No newline at end of file
diff --git a/g4f/__init__.py b/g4f/__init__.py
index f56f0dcfd4..cd900e77d8 100644
--- a/g4f/__init__.py
+++ b/g4f/__init__.py
@@ -104,4 +104,4 @@ def create(
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 48b5ee17d5..a508ec252a 100644
--- a/setup.py
+++ b/setup.py
@@ -73,4 +73,4 @@
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
],
-)
+)
\ No newline at end of file