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
t.me/xtekky
bf45b5366c
Update README.md
2023-05-02 09:40:12 +01:00
t.me/xtekky
9a52ab80cf
Update README.md
2023-05-02 09:37:44 +01:00
t.me/xtekky
82a519d918
Merge pull request #375 from Fubge/patch-2
...
docs: Update README.md / fix typo
2023-05-02 09:35:25 +01:00
Marvin
f4d476371b
docs: Update README.md / fix typo
...
Fixed small capitalization typos
2023-05-02 10:14:04 +02:00
t.me/xtekky
119fa60e43
Merge pull request #371 from wuyuesong/fix-requirements
2023-05-02 08:05:19 +01:00
wuyuesong
cb17cc7fe4
add Levenshtein in requirements.txt for gui/streamlit_chat_app.py
2023-05-02 13:37:41 +08:00
t.me/xtekky
ac09fc80d4
Update README.md
2023-05-01 21:21:45 +01:00
t.me/xtekky
a25f5d44ec
Merge pull request #359 from Vokturz/main
...
added option to remove conversations
2023-05-01 21:19:07 +01:00
Vokturz
1379ec96b9
added option to remove conversations
2023-05-01 15:44:58 -04:00
t.me/xtekky
3f49f18e07
Update FUNDING.yml
2023-05-01 18:39:59 +01:00
t.me/xtekky
d818f5aa5f
Merge pull request #353 from TotoB12/patch-1
...
Update README.md
2023-05-01 18:39:21 +01:00
TotoB12
0735ce5baa
Update README.md
...
changed the link of example gui app
2023-05-01 13:26:49 -04:00
t.me/xtekky
5ca2ab6cce
Merge pull request #346 from mache102/main
...
Fix index display for conversation search
2023-05-01 18:25:42 +01:00
t.me/xtekky
9c0b440b6c
Merge pull request #345 from sudouser777/feature/delete_poe_account
...
Feature/delete poe account
2023-05-01 18:25:20 +01:00