ezerinz
74f949e099
add aiassist.site test
2023-05-20 21:44:01 +08:00
xtekky
7fbe472b74
Merge pull request #574 from Sife-shuo/main
...
ReWrite italygpt
2023-05-19 22:10:10 +01:00
Sife-shuo
053719847d
upload italtgpt2
2023-05-19 23:01:57 +08:00
xtekky
288fe0777f
countdown timer
2023-05-19 14:17:27 +01:00
xtekky
45718abc3b
Merge pull request #571 from ben-ying/update-readme-to-install-ffmpeg-and-set-proxy
...
feat: update readme to install ffmpeg and set proxy
2023-05-19 14:15:53 +01:00
benying1988@gmail.com
2cca6a7cdd
feat: update readme to install ffmpeg and set proxy
2023-05-19 17:00:27 +08:00
xtekky
2e4bce90b2
Merge pull request #561 from ading2210/main
...
Add DeepAI wrapper
2023-05-18 10:33:31 +01:00
xtekky
942cfcb9ef
countdown
2023-05-18 09:22:15 +01:00
ading2210
6f8cbf876f
add references to deepai to the main readme
2023-05-18 00:36:16 -07:00
ading2210
0a59e65c6a
add gpt4free.ChatCompletion class
2023-05-18 00:21:18 -07:00
ading2210
34e042bb33
add deepai wrapper
2023-05-18 00:07:29 -07:00
xtekky
b6efc1b776
Merge pull request #543 from mitchcapper/analytics_warning_pr
...
README.md disclaimers analytic data
2023-05-14 22:46:53 +01:00
Mitch Capper
2a54c36043
README.md disclaimers analytic data
2023-05-11 22:44:17 -07:00
t.me/xtekky
fd5f463488
Merge pull request #536 from MIDORIBIN/fix-dockerfile
...
fix Dockerfile
2023-05-10 21:41:13 +01:00
MIDORIBIN
a3de6208fb
fix Dockerfile
2023-05-11 00:45:00 +09:00
t.me/xtekky
217d20d98d
Update README.md
2023-05-07 23:50:35 +01:00
t.me/xtekky
63d89d4aa2
Update default_issue.md
2023-05-07 22:33:50 +01:00
t.me/xtekky
086059dd0b
Update and rename default-issue.md to default_issue.md
2023-05-07 22:33:39 +01:00
t.me/xtekky
4bc3546d52
Rename issue-format.md to default-issue.md
2023-05-07 22:29:31 +01:00
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