Commit Graph

481 Commits (74f949e0993958af6789dadc346f98a0ac27e345)
 

Author SHA1 Message Date
ezerinz 74f949e099
add aiassist.site test 1 year ago
xtekky 7fbe472b74
Merge pull request #574 from Sife-shuo/main
ReWrite italygpt
1 year ago
Sife-shuo 053719847d upload italtgpt2 1 year ago
xtekky 288fe0777f
countdown timer 1 year ago
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
1 year ago
benying1988@gmail.com 2cca6a7cdd feat: update readme to install ffmpeg and set proxy 1 year ago
xtekky 2e4bce90b2
Merge pull request #561 from ading2210/main
Add DeepAI wrapper
1 year ago
xtekky 942cfcb9ef
countdown 1 year ago
ading2210 6f8cbf876f add references to deepai to the main readme 1 year ago
ading2210 0a59e65c6a add gpt4free.ChatCompletion class 1 year ago
ading2210 34e042bb33 add deepai wrapper 1 year ago
xtekky b6efc1b776
Merge pull request #543 from mitchcapper/analytics_warning_pr
README.md disclaimers analytic data
1 year ago
Mitch Capper 2a54c36043 README.md disclaimers analytic data 1 year ago
t.me/xtekky fd5f463488
Merge pull request #536 from MIDORIBIN/fix-dockerfile
fix Dockerfile
1 year ago
MIDORIBIN a3de6208fb fix Dockerfile 1 year ago
t.me/xtekky 217d20d98d
Update README.md 1 year ago
t.me/xtekky 63d89d4aa2
Update default_issue.md 1 year ago
t.me/xtekky 086059dd0b
Update and rename default-issue.md to default_issue.md 1 year ago
t.me/xtekky 4bc3546d52
Rename issue-format.md to default-issue.md 1 year ago
t.me/xtekky 9033f1e3a0
Update issue templates 1 year ago
t.me/xtekky 761bd35a1c
Merge pull request #468 from bruvv/patch-1
Optimize dockerfile
1 year ago
t.me/xtekky 183714770e
Merge pull request #461 from williamstein/main
remove cocalc; all non-authenticated access has been disabled
1 year ago
t.me/xtekky 46bc0e99a9
Merge pull request #504 from MIDORIBIN/main
Support for new authentication methods in forefront
1 year ago
MIDORIBIN 34fb3fc185 fix forefront sample 1 year ago
MIDORIBIN 21715f4480 Support for new authentication methods 1 year ago
t.me/xtekky 98339256c5
Update README.md 1 year ago
t.me/xtekky 7d333c35ab
Update README.md 1 year ago
t.me/xtekky 48c0841d8f
Merge pull request #474 from sudouser777/feature/added_retry
added retry for you
1 year ago
t.me/xtekky 69f260e853
Merge pull request #475 from AlephZero255/fix_for_forefront.git
forefront fix
1 year ago
unknown 401d7d8982 forefront_fix 1 year ago
Raju Komati 28597ed280
added retry for you 1 year ago
bruvv d634011d05
Optimize dockerfile
Please do as much as possible in 1 RUN command. This is how it is intended. (Docker BP)
1 year ago
t.me/xtekky 4825a84572
Merge pull request #451 from valerii-chirkov/main
Quora api requests robustness.
1 year ago
t.me/xtekky d08fa7bb07
Merge pull request #452 from ego/feature/requirements-and-docs
Update requirements
1 year ago
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
1 year ago
Alter Ego 3a99f1d577 Update requirements 1 year ago
valerii@valeriis-air.(none) e4b774070d fix(Dockerfile): Fixed issue with unable to fetch the response.
Added -y flag.
1 year ago
valerii@valeriis-air.(none) 0d9ff67704 fix(Dockerfile): Fixed issue with unable to fetch the response.
The issue was that there were no ffmpeg installed.
1 year ago
Valerii b3754facf9
Merge branch 'xtekky:main' into main 1 year ago
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
1 year ago
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
1 year ago
valerii@valeriis-air.(none) 8bdd71fe6e Merge remote-tracking branch 'origin/main'
# Conflicts:
#	docker-compose.yml
#	gpt4free/forefront/__init__.py
1 year ago
t.me/xtekky 7cd8a58c37
Merge pull request #443 from TheTrueShell/main
🔨 update(theb/__init__.py): add get_response method to Completion class
1 year ago
t.me/xtekky e865fcbc5a
Merge branch 'main' into main 1 year ago
t.me/xtekky 4a26913b6e
Merge pull request #441 from hamza1312/main
Forefront fixed
1 year ago
t.me/xtekky 53177ea123
Merge pull request #439 from mishalhossin/patch-1
This should prevent the UnicodeDecodeError in theb
1 year ago
t.me/xtekky 95e0f7e13d
Merge pull request #438 from xiangsx/main
gpt4free typescript version
1 year ago
t.me/xtekky 824d7259d0 updates 1 year ago
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.
1 year ago
Hamza 64ab4770dd Fixed imports 1 year ago