wavezhang
|
64d5dc951f
|
fix docker build error
fix https://github.com/xtekky/gpt4free/issues/643
|
2023-06-07 12:54:17 +08:00 |
|
xtekky
|
3c5eccb6b0
|
Merge pull request #641 from 00randomize00/main
Rollback to #241 when handling special character
|
2023-06-05 22:49:00 +02:00 |
|
00randomize00
|
70df8698c7
|
Update streamlit_app.py
|
2023-06-04 21:09:43 +08:00 |
|
xtekky
|
97794bbdb9
|
A major update is to come in the next days (statement written 4 Jun)
|
2023-06-04 00:30:13 +02:00 |
|
xtekky
|
9430f20fcf
|
Merge pull request #638 from noes14155/patch-1
Update __init__.py
|
2023-06-04 00:28:50 +02:00 |
|
xtekky
|
61e22b9700
|
Merge pull request #636 from ramonvc/main
Fix: Exception in thread & KeyError: 'displayName'
|
2023-06-04 00:28:22 +02:00 |
|
xtekky
|
13e79dfc02
|
Merge pull request #628 from hpsj/main
Parameter addition uuid
|
2023-06-04 00:27:45 +02:00 |
|
xtekky
|
940d3906a4
|
Merge pull request #626 from cifer-sudo/main
Update Dockerfile and requirements.txt to improve security and reduce vulnerabilities
|
2023-06-04 00:27:19 +02:00 |
|
xtekky
|
5fd0434336
|
Merge pull request #622 from ggindinson/main-3
Create SECURITY.md for better community standards
|
2023-06-04 00:26:42 +02:00 |
|
xtekky
|
a0f2fa006a
|
Merge pull request #620 from enganese/patch-3
Update __init__.py (refactored import)
|
2023-06-04 00:26:18 +02:00 |
|
xtekky
|
ee76533e48
|
Merge pull request #616 from ggindinson/main-1
Create CODE_OF_CONDUCT.md
|
2023-06-04 00:26:03 +02:00 |
|
Noel Samuel
|
1629b8aae0
|
Update __init__.py
Server responds with forbidden when using requests. rewrited with urllib
|
2023-06-03 04:50:35 +04:00 |
|
Ramon Victor Cardoso
|
1207bb5066
|
Fix: Exception in thread & KeyError: 'displayName'
|
2023-06-01 16:15:32 -03:00 |
|
hp256
|
86d907dade
|
Parameter addition uuid
|
2023-05-30 08:33:44 +08:00 |
|
cifer-sudo
|
66d615ef8e
|
Merge pull request #2 from cifer-sudo/snyk-fix-442c15a0753e66f7844e6a36b435906b
Fix for 4 vulnerabilities
|
2023-05-29 14:31:27 +01:00 |
|
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
|
2023-05-29 13:30:44 +00:00 |
|
cifer-sudo
|
1f49140b09
|
Merge pull request #1 from cifer-sudo/snyk-fix-723cf4df10e62e0b58bd67456edec2bc
Security upgrade python from 3.11 to 3.12.0b1-slim
|
2023-05-29 14:20:02 +01:00 |
|
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
|
2023-05-29 13:19:13 +00:00 |
|
ggindinson
|
b1a1c4487b
|
Create SECURITY.md
|
2023-05-28 14:34:17 +03:00 |
|
Ulan Aitbay
|
872bb6db52
|
Update __init__.py (refactored import)
### **Before**:
`from typings import AiColorsResponse`
### **After**:
`from typings import AiColorsResponse`
### **Comment**:
`Now, it perfectly works!`
|
2023-05-28 14:20:29 +05:00 |
|
ggindinson
|
edc17eaf47
|
Create CODE_OF_CONDUCT.md
Code of conduct for improving community standards
|
2023-05-28 03:59:56 +03:00 |
|
xtekky
|
ebc10fa465
|
Merge pull request #532 from with1874/main
Fix Chinese garbled characters
|
2023-05-28 01:39:37 +01:00 |
|
xtekky
|
1c227b8ea0
|
Merge pull request #610 from ggindinson/main
Added support for AiColors
|
2023-05-28 01:39:03 +01:00 |
|
xtekky
|
cc2c0b08e7
|
Merge branch 'main' into main
|
2023-05-28 01:38:56 +01:00 |
|
xtekky
|
f013c8952a
|
Update requirements.txt
|
2023-05-28 01:36:46 +01:00 |
|
xtekky
|
2e1b464766
|
Create requirements.txt
|
2023-05-28 01:36:27 +01:00 |
|
xtekky
|
1fd9d9d087
|
Merge pull request #612 from enganese/main
Delete .vscode directory
|
2023-05-28 01:33:06 +01:00 |
|
xtekky
|
7a8f7c55e9
|
Merge pull request #614 from enganese/patch-2
Fixed `from utils import create_email, check_email` in `gpt4free/uses…
|
2023-05-28 01:32:38 +01:00 |
|
ggindinson
|
4186ff19b3
|
Create requirements.txt
|
2023-05-27 16:53:26 +03:00 |
|
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`
|
2023-05-27 18:42:23 +05:00 |
|
Ulan Aitbay
|
7764849e5d
|
Delete .vscode directory
Not needed, bruh
|
2023-05-27 15:36:04 +05:00 |
|
ggindinson
|
223f09a4f1
|
Added testing file and init in gpt4free
|
2023-05-26 21:57:22 +03:00 |
|
ggindinson
|
97346e6257
|
Added support for AiColors
|
2023-05-26 21:43:25 +03:00 |
|
xtekky
|
e35264d3db
|
Merge pull request #607 from enganese/main
Fixed entire usesless (huge update)
|
2023-05-26 15:56:17 +01:00 |
|
xtekky
|
6598265e2b
|
Merge pull request #601 from hpsj/main
Automatically obtain restNonce
|
2023-05-26 15:54:51 +01:00 |
|
Ulan Aitbay
|
423bc8c085
|
Update __init__.py (removed import pyperclip )
|
2023-05-26 19:54:44 +05:00 |
|
xtekky
|
2c6c2a779f
|
Merge pull request #604 from localagi/patch-1
Use poetry (again) - disable all up and downstream version conflicts
|
2023-05-26 15:54:18 +01:00 |
|
Ulan Aitbay
|
30cb707903
|
Update README.md
|
2023-05-26 19:31:22 +05:00 |
|
enganese
|
7e1a0d1f2e
|
Fixed entire usesless (huge update)
|
2023-05-26 19:22:22 +05:00 |
|
localAGI
|
64e88c5090
|
add all deps, reorder alphabetically, regenerate lockfile
|
2023-05-25 21:49:06 +01:00 |
|
localAGI
|
ff3217a55f
|
regenerate poetry lock and remove duplicate dependency file
|
2023-05-25 21:41:45 +01:00 |
|
localagi
|
473b0e7cbf
|
Update pyproject.toml
Make poetry manage again
|
2023-05-25 21:34:23 +01:00 |
|
hp256
|
b0dee1385d
|
Automatically obtain restNonce
|
2023-05-25 10:41:45 +08:00 |
|
xtekky
|
86142cddd1
|
Merge pull request #598 from enganese/patch-4
Fixed error in gpt4free/usesless/__init__.py [IndexError: list index out of range]
|
2023-05-24 18:40:12 +01:00 |
|
xtekky
|
cb42a33284
|
Merge pull request #597 from enganese/patch-3
Updated requirements.txt (added: `random-password-generator`)
|
2023-05-24 18:40:02 +01:00 |
|
xtekky
|
edbdc2ae30
|
Merge pull request #595 from enganese/patch-2
Update gpt4free/aiassist/__init__.py
|
2023-05-24 18:39:46 +01:00 |
|
xtekky
|
8edd0ddbe2
|
Merge pull request #596 from enganese/main-1
Create CONTRIBUTING.md
|
2023-05-24 18:39:24 +01:00 |
|
xtekky
|
362f9877ce
|
Merge pull request #592 from hpsj/main
add hpgptapi
|
2023-05-24 17:30:41 +01:00 |
|
xtekky
|
88d96ac1f6
|
Merge pull request #590 from ezerinz/main
update requirements: add random password generator
|
2023-05-24 17:29:26 +01:00 |
|
Ulan Aitbay
|
d34d7d5119
|
Latest commit __init__.py (Check this one)
|
2023-05-24 20:36:04 +05:00 |
|