summaryrefslogtreecommitdiffstats
path: root/gpt4free (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add gptworldaihp2562023-05-232-0/+128
|
* add hpgptaihp2562023-05-231-1/+2
|
* delete orahp2562023-05-232-122/+0
|
* Merge branch 'xtekky:main' into mainHp_mzx2023-05-231-0/+1
|\
| * Update __init__.pyenganese (aka Ulxn)2023-05-221-0/+1
| | | | | | | | | | | | | | | | Added: `request.encoding = request.apparent_encoding # <--- Fix is here` Fixed: - Cyrllic response text encoding
* | add hpgptapihp2562023-05-222-0/+122
| |
* | Merge branch 'main' of https://github.com/hpsj/gpt4freehp2562023-05-227-20/+258
|\|
| * Update readmeezerinz2023-05-211-5/+4
| |
| * Merge branch 'main' of https://github.com/ezerinz/gpt4freeezerinz2023-05-211-1/+1
| |\
| | * Update README.mdEdwin2023-05-201-1/+1
| | |
| * | update usesless, add function to retrieve tokenezerinz2023-05-213-21/+108
| |/
| * add aiassist.siteezerinz2023-05-202-0/+53
| |
| * Merge pull request #574 from Sife-shuo/mainxtekky2023-05-192-0/+99
| |\ | | | | | | ReWrite italygpt
| | * upload italtgpt2Sife-shuo2023-05-192-0/+99
| | |
* | | add oraaihp2562023-05-192-0/+122
|/ /
* | add gpt4free.ChatCompletion classading22102023-05-181-0/+23
| |
* | add deepai wrapperading22102023-05-183-1/+79
|/
* Merge pull request #461 from williamstein/maint.me/xtekky2023-05-074-98/+0
|\ | | | | remove cocalc; all non-authenticated access has been disabled
| * remove cocalc; all non-authenticated access has been disabledWilliam Stein2023-05-054-98/+0
| | | | | | | | | | | | | | | | - 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
* | fix forefront sampleMIDORIBIN2023-05-071-5/+8
| |
* | Support for new authentication methodsMIDORIBIN2023-05-072-26/+51
| |
* | Merge pull request #474 from sudouser777/feature/added_retryt.me/xtekky2023-05-061-23/+38
|\ \ | | | | | | added retry for you
| * | added retry for youRaju Komati2023-05-051-23/+38
| | |
* | | forefront_fixunknown2023-05-051-15/+19
|/ /
* | Merge branch 'xtekky:main' into mainValerii2023-05-0514-63/+115
|\|
| * Merge branch 'main' into maint.me/xtekky2023-05-046-103/+32
| |\
| | * Merge pull request #441 from hamza1312/maint.me/xtekky2023-05-042-55/+28
| | |\ | | | | | | | | Forefront fixed
| | | * Fixed importsHamza2023-05-042-0/+5
| | | |
| | | * Forefront fixedHamza2023-05-041-55/+23
| | | |
| | * | Merge pull request #439 from mishalhossin/patch-1t.me/xtekky2023-05-041-1/+1
| | |\ \ | | | | | | | | | | This should prevent the UnicodeDecodeError in theb
| | | * | Update __init__.pyMishal2023-05-041-1/+1
| | | |/
| | * / updatest.me/xtekky2023-05-043-48/+2
| | |/
| * / 🔨 update(theb/__init__.py): add get_response method to Completion classRory Durrant2023-05-041-1/+7
| |/ | | | | 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.
| * Update __init__.pyZachKLYeh2023-05-031-0/+1
| | | | | | add timeout argument to solve long response message timeout issue
| * Add function to save Forefront cookieskondo2023-05-021-1/+33
| |
| * Merge branch 'main' into maint.me/xtekky2023-05-0213-54/+92
| |\
| | * Merge branch 'main' into feature/delete_poe_accountt.me/xtekky2023-05-013-9/+25
| | |\
| | | * theb: multiple messagessagadav2023-05-012-6/+17
| | | |
| | | * Typo correction in forefront READMEsagadav2023-05-011-3/+6
| | | |
| | * | refactored codeRaju Komati2023-05-017-34/+39
| | | |
| | * | updated quora readmeRaju Komati2023-05-011-0/+9
| | | |
| | * | renamed methodRaju Komati2023-05-011-1/+1
| | | |
| | * | added method for deleting poe accountRaju Komati2023-05-013-11/+19
| | |/
| * / add italygpt.itHexye2023-05-012-0/+46
| |/
* | add(quora/tests): Added a module with quora tests.valerii@valeriis-air.(none)2023-05-052-0/+38
| | | | | | | | | | | | | | | | | | 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
* | update(quora/api): Modified a request_with_retries function.valerii@valeriis-air.(none)2023-05-041-14/+21
|/ | | | | | | 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
* forefrontt.me/xtekky2023-04-303-0/+232
|
* forefront takedownt.me/xtekky2023-04-303-235/+0
|
* Merge branch 'main' of https://github.com/xtekky/gpt4freet.me/xtekky2023-04-304-93/+56
|\
| * Merge pull request #285 from Akash98Sky/maint.me/xtekky2023-04-302-75/+18
| |\ | | | | | | forefront: update account creation logic
| | * forefront: update account creation logicAkash Mondal2023-04-292-75/+18
| | | | | | | | | | | | | | | | | | * update account creation and verification as per latest forefont API * use official Mail TM library pymailtm, instead of maintaining custom API code
| * | Merge pull request #284 from ahmedazizkhelifi/fix-readme-examplest.me/xtekky2023-04-301-3/+3
| |\ \ | | | | | | | | fix you README
| | * | fix you READMEKHELIFI Ahmed Aziz2023-04-291-3/+3
| | |/
| * | Merge pull request #287 from valerii-chirkov/maint.me/xtekky2023-04-301-15/+35
| |\ \ | | | | | | | | refactor(gpt4free/cocalc/__init__.py): Refactored init file
| | * | refactor(gpt4free/cocalc/__init__.py): Refactored init file, makes it cleaner and more robust.valerii@valeriis-air.(none)2023-04-291-15/+35
| | |/
* | / added a site and some refratoringt.me/xtekky2023-04-303-0/+87
|/ /
* | Merge pull request #303 from gran4/maint.me/xtekky2023-04-301-1/+0
|\ \ | | | | | | Update README.md
| * | Update README.mdGrant Hur2023-04-301-1/+0
| | |
* | | Merge pull request #304 from taiyi747/maint.me/xtekky2023-04-301-0/+37
|\ \ \ | | | | | | | | backup options to Emailnator
| * | | backup options to Emailnatortaiyi7472023-04-301-0/+37
| |/ / | | | | | | | | | Emailnator seems to be a bit unstable, and there may be emails already in the original mailbox. This code is completely modeled after the original Mail.py.
* / / Feat: add proxy settings in GUI and library.Civitasv2023-04-304-5/+24
|/ /
* / Update README.mdMishal2023-04-291-1/+1
|/
* Update README.mdt.me/xtekky2023-04-291-2/+2
|
* refactored codeRaju Komati2023-04-294-44/+38
|
* added readme for gpt4 moduleRaju Komati2023-04-291-0/+116
|
* refactored the codeRaju Komati2023-04-293-7/+7
|
* updated query methods in streamlitRaju Komati2023-04-291-10/+14
|
* added gpt4free packageRaju Komati2023-04-2951-0/+2806