Commit Graph

462 Commits

Author SHA1 Message Date
t.me/xtekky
9033f1e3a0
Update issue templates 2023-05-07 22:28:22 +01:00
t.me/xtekky
761bd35a1c
Merge pull request #468 from bruvv/patch-1
Optimize dockerfile
2023-05-07 21:00:38 +01:00
t.me/xtekky
183714770e
Merge pull request #461 from williamstein/main
remove cocalc; all non-authenticated access has been disabled
2023-05-07 21:00:00 +01:00
t.me/xtekky
46bc0e99a9
Merge pull request #504 from MIDORIBIN/main
Support for new authentication methods in forefront
2023-05-07 20:59:00 +01:00
MIDORIBIN
34fb3fc185 fix forefront sample 2023-05-08 01:31:14 +09:00
MIDORIBIN
21715f4480 Support for new authentication methods 2023-05-08 00:29:23 +09:00
t.me/xtekky
98339256c5
Update README.md 2023-05-06 23:23:48 +01:00
t.me/xtekky
7d333c35ab
Update README.md 2023-05-06 23:23:10 +01:00
t.me/xtekky
48c0841d8f
Merge pull request #474 from sudouser777/feature/added_retry
added retry for you
2023-05-06 22:44:18 +01:00
t.me/xtekky
69f260e853
Merge pull request #475 from AlephZero255/fix_for_forefront.git
forefront fix
2023-05-06 22:43:50 +01:00
unknown
401d7d8982 forefront_fix 2023-05-05 21:49:07 +03:00
Raju Komati
28597ed280
added retry for you 2023-05-06 00:02:29 +05:30
bruvv
d634011d05
Optimize dockerfile
Please do as much as possible in 1 RUN command. This is how it is intended. (Docker BP)
2023-05-05 11:32:21 +00:00
t.me/xtekky
4825a84572
Merge pull request #451 from valerii-chirkov/main
Quora api requests robustness.
2023-05-05 09:23:14 +01:00
t.me/xtekky
d08fa7bb07
Merge pull request #452 from ego/feature/requirements-and-docs
Update requirements
2023-05-05 09:22:01 +01:00
William Stein
42b8450be3 remove cocalc; all non-authenticated access has been disabled
- cocalc is my website
- i have disabled *all* non-authenticated access, so gpt4free will
  no longer work with cocalc.
- it's better to remove it so you don't confuse your users, who might
  expect cocalc to work with gpt4free
2023-05-05 05:07:28 +00:00
Alter Ego
3a99f1d577 Update requirements 2023-05-05 01:09:13 +02:00
valerii@valeriis-air.(none)
e4b774070d fix(Dockerfile): Fixed issue with unable to fetch the response.
Added -y flag.
2023-05-05 01:53:29 +03:00
valerii@valeriis-air.(none)
0d9ff67704 fix(Dockerfile): Fixed issue with unable to fetch the response.
The issue was that there were no ffmpeg installed.
2023-05-05 01:36:17 +03:00
Valerii
b3754facf9
Merge branch 'xtekky:main' into main 2023-05-05 01:14:29 +03:00
valerii@valeriis-air.(none)
cc9179eda8 add(quora/tests): Added a module with quora tests.
It is covering 3 scenarios:
1. test_successful_request
2. test_exponential backoff
3. test_too_many_requests

Run tests: python -m unittest gpt4free/quora/tests/test_api.py
2023-05-05 01:13:34 +03:00
valerii@valeriis-air.(none)
12a639fb2a update(quora/api): Modified a request_with_retries function.
Added delay between retries (maybe it's better to wrap it in a context manager).
Error logging.
Function renamed.
If not 200 status - raise_for_status() exception
2023-05-05 00:52:53 +03:00
valerii@valeriis-air.(none)
8bdd71fe6e Merge remote-tracking branch 'origin/main'
# Conflicts:
#	docker-compose.yml
#	gpt4free/forefront/__init__.py
2023-05-05 00:40:33 +03:00
t.me/xtekky
7cd8a58c37
Merge pull request #443 from TheTrueShell/main
🔨 update(theb/__init__.py): add get_response method to Completion class
2023-05-04 19:14:09 +01:00
t.me/xtekky
e865fcbc5a
Merge branch 'main' into main 2023-05-04 19:13:58 +01:00
t.me/xtekky
4a26913b6e
Merge pull request #441 from hamza1312/main
Forefront fixed
2023-05-04 19:13:08 +01:00
t.me/xtekky
53177ea123
Merge pull request #439 from mishalhossin/patch-1
This should prevent the UnicodeDecodeError in theb
2023-05-04 19:09:55 +01:00
t.me/xtekky
95e0f7e13d
Merge pull request #438 from xiangsx/main
gpt4free typescript version
2023-05-04 19:09:33 +01:00
t.me/xtekky
824d7259d0 updates 2023-05-04 17:29:09 +01:00
Rory Durrant
82a3a03929
🔨 update(theb/__init__.py): add get_response method to Completion class
The get_response method was added to the Completion class to allow for easier retrieval of the response from the GPT-3 API. This method takes in a prompt and an optional proxy and returns the response as a string. The method uses the create method to generate a generator object and then iterates over it to append each message to a list. Finally, the list is joined into a single string and returned. This allows for non stream usage of theb.
2023-05-04 17:14:18 +01:00
Hamza
64ab4770dd Fixed imports 2023-05-04 16:30:34 +01:00
Hamza
c60d33c4a0 Forefront fixed 2023-05-04 16:05:45 +01:00
Mishal
a233818333
Update __init__.py 2023-05-04 20:25:51 +06:00
xiangsx
d76747fbf6 gpt4free typescript version 2023-05-04 22:16:38 +08:00
t.me/xtekky
1f2f16f02b
Update README.md 2023-05-04 12:42:37 +01:00
t.me/xtekky
88d94fbee8
Merge pull request #427 from kainstan/main
Fix numpy c dependency issue
2023-05-04 12:34:16 +01:00
kainstan
2ed8ddaf27 Fix numpy c dependency issue 2023-05-04 15:09:10 +08:00
t.me/xtekky
1b32d4f898
Merge pull request #408 from ZachKLYeh/main
Solve 'Operation timeout after 30000 milliseconds' error
2023-05-03 21:38:37 +01:00
ZachKLYeh
68583f46cd
Update __init__.py
add timeout argument to solve long response message timeout issue
2023-05-03 20:55:26 +08:00
t.me/xtekky
53b6cf45c6
Merge pull request #391 from VitalyArt/main
Dockerfile optimization
2023-05-03 10:28:08 +01:00
VitalyArt
527a66c2af
Dockerfile optimization 2023-05-02 23:24:48 +05:00
t.me/xtekky
d0d1eba265
Update README.md 2023-05-02 19:21:18 +01:00
t.me/xtekky
871e397638
Update README.md 2023-05-02 19:20:02 +01:00
t.me/xtekky
506ba16411
Merge pull request #383 from TotoB12/patch-2
Update README.md
2023-05-02 19:15:59 +01:00
t.me/xtekky
d3836a2502
Merge pull request #386 from MIDORIBIN/accelerate-forefront
Add function to save Forefront cookies
2023-05-02 19:15:40 +01:00
kondo
f6db1426e4 Add function to save Forefront cookies 2023-05-03 02:12:37 +09:00
TotoB12
2d3447f78c
Update README.md
remove unnecessary line break
2023-05-02 09:14:39 -04:00
t.me/xtekky
43e5e21bbb
Merge pull request #352 from HexyeDEV/main
add italygpt.it
2023-05-02 11:47:00 +01:00
t.me/xtekky
33fa009125
Merge branch 'main' into main 2023-05-02 11:46:54 +01:00
t.me/xtekky
7aab31081c
Update README.md 2023-05-02 09:44:36 +01:00