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 |
|
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
|
2023-05-24 01:06:39 +05:00 |
|
Ulan Aitbay
|
13d4a04501
|
Updated gpt4free/usesless/__init__.py (email confirmation in while loop)
|
2023-05-24 00:38:59 +05:00 |
|
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
|
2023-05-24 00:13:03 +05:00 |
|
Ulan Aitbay
|
fbe6dcaa08
|
Create CONTRIBUTING.md
To meet the community standards .
For more: https://github.com/xtekky/gpt4free/community
|
2023-05-23 19:05:43 +05:00 |
|
enganese (aka Ulxn)
|
75a52d68f8
|
Update gpt4free/aiassist/__init__.py
Added:
request.encoding = request.apparent_encoding
|
2023-05-23 15:35:54 +05:00 |
|
hp256
|
f545f4b479
|
add gptworldai
|
2023-05-23 17:03:26 +08:00 |
|
hp256
|
a74d4ae363
|
add hpgptai
|
2023-05-23 16:52:00 +08:00 |
|
hp256
|
25dcf166a7
|
delete ora
|
2023-05-23 16:10:13 +08:00 |
|
Hp_mzx
|
a9403e7cef
|
Merge branch 'xtekky:main' into main
|
2023-05-23 15:34:27 +08:00 |
|
xtekky
|
a076cd916a
|
Merge pull request #591 from enganese/patch-1
|
2023-05-23 08:30:43 +01:00 |
|
enganese (aka Ulxn)
|
f8284d6073
|
Update __init__.py
Added:
`request.encoding = request.apparent_encoding # <--- Fix is here`
Fixed:
- Cyrllic response text encoding
|
2023-05-22 11:46:01 +05:00 |
|
ezerinz
|
61f4a1f125
|
requirements: add random password generator
|
2023-05-22 14:34:23 +08:00 |
|
hp256
|
3faf3630ce
|
add hpgptapi
|
2023-05-22 14:14:09 +08:00 |
|
hp256
|
c7d26ed867
|
Merge branch 'main' of https://github.com/hpsj/gpt4free
|
2023-05-22 14:00:00 +08:00 |
|
xtekky
|
9b6848766d
|
Merge pull request #584 from ezerinz/main
Usesless: add token generation
|
2023-05-21 18:48:10 +01:00 |
|
ezerinz
|
2dc4900db7
|
Update readme
|
2023-05-21 19:34:28 +08:00 |
|
ezerinz
|
daff422dc0
|
Merge branch 'main' of https://github.com/ezerinz/gpt4free
|
2023-05-21 19:30:15 +08:00 |
|
ezerinz
|
7f4322e106
|
update usesless, add function to retrieve token
|
2023-05-21 19:28:19 +08:00 |
|
xtekky
|
261f4dbd20
|
Merge pull request #578 from ezerinz/main
|
2023-05-21 10:42:56 +01:00 |
|