Skip to content

Commit

Permalink
~ | g4f v-0.1.4.6 pip install -U g4f
Browse files Browse the repository at this point in the history
  • Loading branch information
xtekky committed Oct 3, 2023
1 parent f71a0c7 commit 896d040
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion g4f/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
return result if stream else ''.join(result)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
],
)
)

0 comments on commit 896d040

Please sign in to comment.