Commit Graph

693 Commits (030b3e37816ebe2ba0b5b2ef19c380d97acb66fa)
 

Author SHA1 Message Date
Noel Samuel 1629b8aae0
Update __init__.py
Server responds with forbidden when using requests. rewrited with urllib
1 year ago
Ramon Victor Cardoso 1207bb5066 Fix: Exception in thread & KeyError: 'displayName' 1 year ago
hp256 86d907dade Parameter addition uuid 1 year ago
cifer-sudo 66d615ef8e
Merge pull request #2 from cifer-sudo/snyk-fix-442c15a0753e66f7844e6a36b435906b
Fix for 4 vulnerabilities
1 year ago
snyk-bot f7569dcb08
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321964
- https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321966
- https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970
- https://snyk.io/vuln/SNYK-PYTHON-TORNADO-5537286
1 year ago
cifer-sudo 1f49140b09
Merge pull request #1 from cifer-sudo/snyk-fix-723cf4df10e62e0b58bd67456edec2bc
Security upgrade python from 3.11 to 3.12.0b1-slim
1 year ago
snyk-bot bd6b23035d
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN11-AOM-1290331
- https://snyk.io/vuln/SNYK-DEBIAN11-AOM-1298721
- https://snyk.io/vuln/SNYK-DEBIAN11-AOM-1300249
- https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3320493
- https://snyk.io/vuln/SNYK-DEBIAN11-CURL-3320493
1 year ago
ggindinson b1a1c4487b
Create SECURITY.md 1 year ago
Ulan Aitbay 872bb6db52
Update __init__.py (refactored import)
### **Before**:
`from typings import AiColorsResponse`

### **After**:
`from typings import AiColorsResponse`

### **Comment**:
`Now, it perfectly works!`
1 year ago
ggindinson edc17eaf47
Create CODE_OF_CONDUCT.md
Code of conduct for improving community standards
1 year ago
xtekky ebc10fa465
Merge pull request #532 from with1874/main
Fix Chinese garbled characters
1 year ago
xtekky 1c227b8ea0
Merge pull request #610 from ggindinson/main
Added support for AiColors
1 year ago
xtekky cc2c0b08e7
Merge branch 'main' into main 1 year ago
xtekky f013c8952a
Update requirements.txt 1 year ago
xtekky 2e1b464766
Create requirements.txt 1 year ago
xtekky 1fd9d9d087
Merge pull request #612 from enganese/main
Delete .vscode directory
1 year ago
xtekky 7a8f7c55e9
Merge pull request #614 from enganese/patch-2
Fixed `from utils import create_email, check_email` in `gpt4free/uses…
1 year ago
ggindinson 4186ff19b3
Create requirements.txt 1 year ago
Ulan Aitbay 41b056b756
Fixed `from utils import create_email, check_email` in `gpt4free/usesless/__init__.py`
### **Before**:
```
from utils import create_email, check_email
```


### **Now**:
```
from .utils import create_email, check_email
```


### **Change**:
`Added dot before module name`
1 year ago
Ulan Aitbay 7764849e5d
Delete .vscode directory
Not needed, bruh
1 year ago
ggindinson 223f09a4f1 Added testing file and init in gpt4free 1 year ago
ggindinson 97346e6257 Added support for AiColors 1 year ago
xtekky e35264d3db
Merge pull request #607 from enganese/main
Fixed entire usesless (huge update)
1 year ago
xtekky 6598265e2b
Merge pull request #601 from hpsj/main
Automatically obtain restNonce
1 year ago
Ulan Aitbay 423bc8c085
Update __init__.py (removed `import pyperclip`) 1 year ago
xtekky 2c6c2a779f
Merge pull request #604 from localagi/patch-1
Use poetry (again) - disable all up and downstream version conflicts
1 year ago
Ulan Aitbay 30cb707903
Update README.md 1 year ago
enganese 7e1a0d1f2e Fixed entire usesless (huge update) 1 year ago
localAGI 64e88c5090 add all deps, reorder alphabetically, regenerate lockfile 1 year ago
localAGI ff3217a55f regenerate poetry lock and remove duplicate dependency file 1 year ago
localagi 473b0e7cbf
Update pyproject.toml
Make poetry manage again
1 year ago
hp256 b0dee1385d Automatically obtain restNonce 1 year ago
xtekky 86142cddd1
Merge pull request #598 from enganese/patch-4
Fixed error in gpt4free/usesless/__init__.py [IndexError: list index out of range]
1 year ago
xtekky cb42a33284
Merge pull request #597 from enganese/patch-3
Updated requirements.txt (added: `random-password-generator`)
1 year ago
xtekky edbdc2ae30
Merge pull request #595 from enganese/patch-2
Update gpt4free/aiassist/__init__.py
1 year ago
xtekky 8edd0ddbe2
Merge pull request #596 from enganese/main-1
Create CONTRIBUTING.md
1 year ago
xtekky 362f9877ce
Merge pull request #592 from hpsj/main
add hpgptapi
1 year ago
xtekky 88d96ac1f6
Merge pull request #590 from ezerinz/main
update requirements: add random password generator
1 year ago
Ulan Aitbay d34d7d5119
Latest commit __init__.py (Check this one) 1 year ago
Ulan Aitbay 1a354adf3b
Changed the first solution of error __init__.py
Tried another approach that perfectly fits the logic of [@ezerinz's](https://github.com/ezerinz) email confirmation code
1 year ago
Ulan Aitbay 13d4a04501
Updated gpt4free/usesless/__init__.py (email confirmation in while loop) 1 year ago
Ulan Aitbay be3d6cdfc2
Update requirements.txt [added random-password-generator]
Added: random-password-generator

`random-password-generator` was used `in gpt4free/usesless/__init__.py`, but it's not written in requirements.txt
1 year ago
Ulan Aitbay fbe6dcaa08
Create CONTRIBUTING.md
To meet the community standards .

For more: https://github.com/xtekky/gpt4free/community
1 year ago
enganese (aka Ulxn) 75a52d68f8
Update gpt4free/aiassist/__init__.py
Added:
request.encoding = request.apparent_encoding
1 year ago
hp256 f545f4b479 add gptworldai 1 year ago
hp256 a74d4ae363 add hpgptai 1 year ago
hp256 25dcf166a7 delete ora 1 year ago
Hp_mzx a9403e7cef
Merge branch 'xtekky:main' into main 1 year ago
xtekky a076cd916a
Merge pull request #591 from enganese/patch-1 1 year ago
enganese (aka Ulxn) f8284d6073
Update __init__.py
Added:
`request.encoding = request.apparent_encoding # <--- Fix is here`


Fixed:
 - Cyrllic response text encoding
1 year ago