Skip to content

Commit

Permalink
~ | g4f v-0.1.4.5 pip install -U g4f
Browse files Browse the repository at this point in the history
  • Loading branch information
xtekky committed Oct 2, 2023
1 parent c915050 commit da50e84
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 @@ -4,7 +4,7 @@ By using this repository or any code related to it, you agree to the [legal noti

### New
- official website: *https://g4f.ai*
- latest pypi version: ([0.1.4.4](https://pypi.org/project/g4f/0.1.4.4)):
- latest pypi version: ([0.1.4.5](https://pypi.org/project/g4f/0.1.4.5)):
```sh
pip install -U g4f
```
Expand Down
2 changes: 1 addition & 1 deletion g4f/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from requests import get

logging = False
version = '0.1.4.4'
version = '0.1.4.5'

def check_pypi_version():
try:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
with open("interference/requirements.txt") as f:
api_required = f.read().splitlines()

VERSION = '0.1.4.4'
VERSION = '0.1.4.5'
DESCRIPTION = (
"The official gpt4free repository | various collection of powerful language models"
)
Expand Down

0 comments on commit da50e84

Please sign in to comment.