summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdupate-readmet.me/xtekky2023-04-271-19/+1
|
* Update README.mdt.me/xtekky2023-04-271-1/+1
|
* Merge pull request #191 from DanielShemesh/patch-3t.me/xtekky2023-04-271-6/+3
|\ | | | | Update README.md
| * Update README.mdDaniel Shemesh2023-04-271-6/+3
|/ | | fixed table
* forefront (gpt-4)t.me/xtekky2023-04-276-1/+269
|
* Update main.pyt.me/xtekky2023-04-271-2/+1
|
* Merge pull request #173 from sudouser777/feature/code_refactort.me/xtekky2023-04-273-278/+253
|\
| * Merge branch 'main' into feature/code_refactorRaju Komati2023-04-273-14/+21
| |\
| * | updated quora readmeRaju Komati2023-04-271-1/+1
| | |
| * | removed unused variablesRaju Komati2023-04-271-3/+0
| | |
| * | refactored the code and updated Poe class to accept keyword arguments to specify driver typeRaju Komati2023-04-273-278/+256
| | |
* | | Merge pull request #182 from naa7/patch-2t.me/xtekky2023-04-271-3/+3
|\ \ \ | |_|/ |/| |
| * | Updated README.mdnaa2023-04-271-3/+3
|/ / | | | | tweaked it a little bit for minor fixes
* | https://discord.gg/gpt4freet.me/xtekky2023-04-261-1/+1
| |
* | Update README.mdt.me/xtekky2023-04-261-0/+3
| |
* | Merge pull request #165 from sudouser777/feature/code_refactort.me/xtekky2023-04-263-82/+98
|\| | | | | code refactor
| * refactored you code added error handling and updated regex for parsing responseRaju Komati2023-04-263-82/+98
| |
* | Merge pull request #157 from phishontop/maint.me/xtekky2023-04-261-1/+1
|\ \ | | | | | | Update __init__.py
| * | Update __init__.pyPhish2023-04-261-1/+1
| |/ | | | | simple fix used builtin map func instead of a list comprehension, incorrect usage of comprehensions.
* | Merge pull request #155 from Daniele-Polizzi/Daniele-Polizzi-patch-1t.me/xtekky2023-04-261-12/+16
|\ \ | | | | | | Update __init__.py
| * | Update __init__.pyDaniele Polizzi2023-04-261-12/+16
| | | | | | | | | | | | | | | | | | | | | I changed the import statement from request import Session to import requests because in the original the Session class is the only class imported from the request library. In this case, it is more efficient to import the whole library with import requests and use requests.Session() instead of Session() and added various code comments Instead of having a separate dictionary, I created a headers dictionary and used the update() method to update the session header. The create() function returns the results of a request made to a website as a JSON dictionary using the .json() method. However, you don't need to import the json library explicitly because the json() function is a method of the Response object returned by session.post(). In other words, the .json() method does the json decoding for us, so we don't need to use the json module's json()
* | | Merge pull request #159 from DanielShemesh/patch-2t.me/xtekky2023-04-261-1/+1
|\ \ \ | |_|/ |/| | Update README.md - automatic star count update
| * | Update README.mdDaniel Shemesh2023-04-261-1/+1
|/ / | | | | automatic star count update
* | Merge pull request #152 from 3k3n3/patch-1t.me/xtekky2023-04-261-1/+1
|\ \ | | | | | | Update README.md
| * | Update README.md3k3n32023-04-261-1/+1
|/ / | | | | Updated Star count from 6k to 7k
* | http://easy-ai.ink/t.me/xtekky2023-04-261-9/+15
| |
* | .t.me/xtekky2023-04-261-0/+26
| |
* | play.vercel.ait.me/xtekky2023-04-264-1/+30
| |
* | Merge pull request #139 from vatva691/maint.me/xtekky2023-04-261-0/+1
|\ \ | | | | | | update new gpt4/gpt3.5 website https://chat.forefront.ai/
| * | update new gpt4/gpt3.5 websitevatva692023-04-261-1/+1
| | | | | | | | | update new gpt4/gpt3.5 website https://chat.forefront.ai/
| * | update new website https://chat.forefront.ai/vatva692023-04-261-0/+1
| | |
* | | Merge pull request #136 from gliptak/patch-1t.me/xtekky2023-04-261-1/+2
|\ \ \ | | | | | | | | Correct Dockerfile
| * | | Correct DockerfileGábor Lipták2023-04-261-1/+2
| |/ /
* | | Merge pull request #130 from DanielShemesh/patch-1t.me/xtekky2023-04-261-24/+21
|\ \ \ | | | | | | | | Update README.md + made a Jupyter notebook
| * | | Update README.mdDaniel Shemesh2023-04-261-1/+1
| | | | | | | | | | | | Star count
| * | | Update README.mdDaniel Shemesh2023-04-261-1/+1
| | | |
| * | | Update README.mdDaniel Shemesh2023-04-261-1/+1
| | | |
| * | | Update README.mdDaniel Shemesh2023-04-261-1/+1
| | | | | | | | | | | | Stars count
| * | | Update README.mdDaniel Shemesh2023-04-261-1/+1
| | | |
| * | | Update README.mdDaniel Shemesh2023-04-261-0/+13
| | | | | | | | | | | | added legal notice
| * | | Merge branch 'main' into patch-1Daniel Shemesh2023-04-261-12/+0
| |\| |
| * | | Update README.mdDaniel Shemesh2023-04-261-1/+1
| | | | | | | | | | | | Updated star count
| * | | Update README.md (added announcement)Daniel Shemesh2023-04-261-0/+17
| | | | | | | | | | | | added announcement
| * | | Update README.mdDaniel Shemesh2023-04-251-3/+0
| | | | | | | | | | | | removed APIs that were removed from repo (writesonic, sqlchat, t3nsor)
| * | | Update README.mdDaniel Shemesh2023-04-251-3/+1
| | | | | | | | | | | | removed ora.sh + changed phind to active
| * | | Update README.mdDaniel Shemesh2023-04-251-23/+25
| | |/ | |/|
* | | Merge pull request #135 from TSOA2/maint.me/xtekky2023-04-261-2/+3
|\ \ \ | | | | | | | | Trim remaining characters
| * | | Trim remaining charactersTSOA22023-04-261-2/+3
| | |/ | |/|
* | | Merge pull request #144 from Joonsey/maint.me/xtekky2023-04-261-2/+9
|\ \ \ | |/ / |/| | fixes #143 missing cf_clearance raises error
| * | added error checking to the remaining methodsJohannes2023-04-261-3/+10
| | | | | | | | | | | | | | | all the methods within Phind should now raise a value error if cf_clearance is missing
| * | corrected error messageJohannes2023-04-261-1/+1
| | |
| * | fixes #143 missing cf_clearance raises errorJohannes2023-04-261-2/+2
|/ / | | | | | | Phind Search.create now raises ValueError if missing cf_clearance.
* | announcementt.me/xtekky2023-04-261-1/+1
| |
* | announcementt.me/xtekky2023-04-261-13/+31
|/
* Merge branch 'main' of https://github.com/xtekky/gpt4freet.me/xtekky2023-04-251-2/+2
|\
| * Merge pull request #129 from naa7/patch-1t.me/xtekky2023-04-251-2/+2
| |\ | | | | | | Update README.md
| | * Update README.mdnaa2023-04-251-2/+2
| |/
* | discontinue ora.sh apit.me/xtekky2023-04-2515-371/+2
| |
* | _t.me/xtekky2023-04-252-2/+2
|/
* testingt.me/xtekky2023-04-256-191/+16
|
* poe.com updatet.me/xtekky2023-04-251-1/+6
|
* fix for account creationt.me/xtekky2023-04-251-4/+8
|
* Merge pull request #89 from sudouser777/fix/poe_account_creationt.me/xtekky2023-04-256-387/+613
|\ | | | | Fix for Poe account creation
| * Merge branch 'main' into fix/poe_account_creationRaju Komati2023-04-249-32/+135
| |\
| * | added validation for model parameterRaju Komati2023-04-241-2/+11
| | |
| * | updated poe readmeRaju Komati2023-04-241-1/+1
| | |
| * | updated the bot names in poeRaju Komati2023-04-242-11/+23
| | |
| * | added create bot method in Poe classRaju Komati2023-04-241-5/+24
| | |
| * | updated type hintRaju Komati2023-04-241-1/+2
| | |
| * | updated readmeRaju Komati2023-04-231-0/+9
| | |
| * | updated quora module, added selenium to get cookieRaju Komati2023-04-235-387/+563
| | |
* | | gui foldert.me/xtekky2023-04-251-0/+8
| | |
* | | gui foldert.me/xtekky2023-04-251-0/+1
| | |
* | | gui foldert.me/xtekky2023-04-252-4/+5
| | |
* | | added ora x-signed-token headert.me/xtekky2023-04-254-12/+109
| | |
* | | phind needs cf_clearance againt.me/xtekky2023-04-252-13/+18
| | |
* | | Merge pull request #114 from kailust/maint.me/xtekky2023-04-252-1/+23
|\ \ \ | | | | | | | | Dockerization
| * | | Update README.mdkail5182023-04-251-9/+10
| | | |
| * | | Update README.mdkail5182023-04-251-1/+11
| | | |
| * | | Create Dockerfilekail5182023-04-251-0/+11
| | | |
* | | | Merge pull request #111 from kylekirch/maint.me/xtekky2023-04-251-8/+8
|\ \ \ \ | |/ / / |/| | | Update README.md
| * | | Update README.mdkylekirch2023-04-251-8/+8
|/ / / | | | | | | Fixed some minor grammatical errors.
* | | Merge pull request #107 from DanielShemesh/maint.me/xtekky2023-04-241-0/+4
|\ \ \ | | | | | | | | Made a repl for the webui that people can fork and host their own ChatGPT
| * | | Update README.mdDaniel Shemesh2023-04-241-3/+2
| | | |
| * | | Update README.mdDaniel Shemesh2023-04-241-0/+5
|/ / /
* | | new best modelst.me/xtekky2023-04-241-10/+6
| | |
* | | phind removed cloudflaret.me/xtekky2023-04-243-8/+8
| |/ |/|
* | userid and session_tokent.me/xtekky2023-04-241-1/+4
| |
* | Merge pull request #101 from Riczap/patch-1t.me/xtekky2023-04-241-1/+1
|\ \ | | | | | | Spelling check
| * | Spelling correctionRicardo Zapata2023-04-241-1/+1
| | | | | | | | | In line 17 the word "install" was missing the "s"!
* | | Merge pull request #100 from rupeshs/add-guit.me/xtekky2023-04-243-1/+48
|\ \ \ | | | | | | | | Added GUI
| * | | Added GUIRupesh Sreeraman2023-04-243-1/+48
| |/ /
* / / ora userid and session token for gpt-4t.me/xtekky2023-04-244-23/+42
|/ /
* | Merge pull request #90 from Whoffie/maint.me/xtekky2023-04-241-5/+5
|\ \ | | | | | | Grammar suggestions in README
| * | Grammar suggestions in READMEWill H2023-04-241-5/+5
|/ /
* | to do listt.me/xtekky2023-04-231-5/+16
| |
* | Merge pull request #86 from eltociear/patch-2t.me/xtekky2023-04-231-1/+1
|\ \
| * | Update README.mdIkko Eltociear Ashimine2023-04-231-1/+1
|/ / | | | | github -> GitHub
* | phind, user_agent and cf_clearance param for cloudflare bypasst.me/xtekky2023-04-233-7/+17
| |
* | Update ora_gpt4.pyt.me/xtekky2023-04-231-0/+13
|/
* disclaimer & legal noticet.me/xtekky2023-04-231-4/+21
|
* Create FUNDING.ymlt.me/xtekky2023-04-221-0/+13
|
* Update README.mdt.me/xtekky2023-04-221-1/+1
|
* stylingt.me/xtekky2023-04-221-22/+16
|
* stylingt.me/xtekky2023-04-221-1/+1
|
* better stylingt.me/xtekky2023-04-221-5/+7
|
* bannert.me/xtekky2023-04-221-1/+1
|
* bannert.me/xtekky2023-04-221-11/+3
|
* bannert.me/xtekky2023-04-221-1/+3
|
* Merge pull request #70 from CalyGit/brancht.me/xtekky2023-04-223-3/+3
|\ | | | | Fix typos in READMEs
| * Fix typos in READMEsCalistus Saratuki2023-04-223-3/+3
|/
* best models (gpt4/3.5/search)t.me/xtekky2023-04-221-4/+4
|
* best models (gpt4/3.5/search)t.me/xtekky2023-04-223-3/+37
|
* sqlchatt.me/xtekky2023-04-221-0/+2
|
* sqlchatt.me/xtekky2023-04-225-32/+166
|
* docut.me/xtekky2023-04-221-3/+5
|
* documentationt.me/xtekky2023-04-221-7/+7
|
* move documenation to individual foldert.me/xtekky2023-04-228-280/+265
|
* Merge branch 'main' of https://github.com/xtekky/gpt4freet.me/xtekky2023-04-221-8/+2
|\
| * Update README.mdt.me/xtekky2023-04-221-8/+2
| |
* | code refractoringt.me/xtekky2023-04-223-23/+15
|/
* phind cloudflare fixt.me/xtekky2023-04-223-17/+58
|
* fixt.me/xtekky2023-04-221-2/+2
|
* poe.com update (still patched)t.me/xtekky2023-04-224-95/+220
|
* Merge pull request #65 from VilotStar/maint.me/xtekky2023-04-222-0/+43
|\ | | | | Add cocalc
| * Readme for cocalcElonGates2023-04-221-0/+15
| |
| * Basic cocalc implElonGates2023-04-221-0/+28
|/
* Merge pull request #63 from kwekewk/maint.me/xtekky2023-04-212-0/+41
|\
| * added openaihosted folderkwekewk2023-04-212-0/+41
|/
* Merge pull request #54 from eltociear/patch-1t.me/xtekky2023-04-201-1/+1
|\ | | | | Fix typo in api.py
| * Fix typo in api.pyIkko Eltociear Ashimine2023-04-201-1/+1
|/ | | occured -> occurred
* unfinished api's (help is welcome)t.me/xtekky2023-04-2018-0/+355
|
* ora.sht.me/xtekky2023-04-202-2/+11
|
* phind.com stream + response formattingt.me/xtekky2023-04-201-19/+28
|
* phind major improvement ( stream )t.me/xtekky2023-04-203-28/+141
| | | | removed timeout error, added data streaming. Soon integration into gpt clone
* add curl_cffit.me/xtekky2023-04-201-1/+2
|
* added modulest.me/xtekky2023-04-201-1/+4
|
* poe.com recaptcha bypasst.me/xtekky2023-04-202-1/+5
|
* poe.com graphql dir updatet.me/xtekky2023-04-192-1/+2
|
* https://chatbot.sex is opensourcet.me/xtekky2023-04-191-0/+1
|
* t3nsor api downt.me/xtekky2023-04-191-1/+3
|
* Create PoeBotEditMutation.graphqlt.me/xtekky2023-04-181-0/+24
|
* poe.com api (gpt-4) [updated api.py]t.me/xtekky2023-04-182-6/+160
|
* phind.com api (gpt4 & search)t.me/xtekky2023-04-182-1/+1
|
* jt.me/xtekky2023-04-182-0/+0
|
* testingt.me/xtekky2023-04-171-0/+0
|
* star history & copyright noticet.me/xtekky2023-04-171-1/+7
|
* poe.com api (gpt-4) [added license for api.py]t.me/xtekky2023-04-173-0/+3
|
* add copyright noticet.me/xtekky2023-04-171-0/+25
|
* Merge pull request #33 from xtekky/add-license-1t.me/xtekky2023-04-171-0/+674
|\ | | | | Create LICENSE
| * Create LICENSEadd-license-1t.me/xtekky2023-04-171-0/+674
|/
* poe.com api (gpt-4) [added license for api.pyt.me/xtekky2023-04-171-0/+20
|
* opena, bard & bing [experimental]t.me/xtekky2023-04-164-0/+281
|
* ora.sh gpt-4t.me/xtekky2023-04-161-2/+1
|
* ora.sh gpt-4t.me/xtekky2023-04-161-4/+5
|
* ora.sh load model ( to use gpt-4 )t.me/xtekky2023-04-163-3/+44
|
* quora (poe) [gpt-4/3.5] api unpatcht.me/xtekky2023-04-164-98/+119
|
* Merge pull request #30 from xtekky/revert-29-patch-1t.me/xtekky2023-04-161-16/+40
|\ | | | | Revert "unpatch mail"
| * Revert "unpatch mail"revert-29-patch-1t.me/xtekky2023-04-161-16/+40
|/
* Merge pull request #29 from editor-syntax/patch-1t.me/xtekky2023-04-161-40/+16
|\ | | | | unpatch mail
| * Update mail.py– sanz2023-04-161-3/+3
| |
| * unpatch mail– sanz2023-04-161-42/+18
|/ | | fixed #27
* https://chat.chatbot.sex/chat gpt-4 / jailbreak, internett.me/xtekky2023-04-161-1/+1
|
* updated quora(poe) (token creation patched atm)t.me/xtekky2023-04-155-60/+86
|
* phind.com api (gpt-4 + internet) best answerst.me/xtekky2023-04-153-0/+180
|
* xtekky.com sitet.me/xtekky2023-04-131-2/+2
|
* t3nsor.tech api unpatcht.me/xtekky2023-04-132-5/+21
|
* quora (poe) [gpt-4/3.5] create bot feature fixt.me/xtekky2023-04-131-5/+6
| | | fixed custom model not working
* t3nsor.tech is downt.me/xtekky2023-04-122-3/+3
|
* new chatgpt site with jailbreak, internet access & gpt4t.me/xtekky2023-04-121-1/+5
|
* _t.me/xtekky2023-04-121-0/+0
|
* _t.me/xtekky2023-04-121-0/+0
|
* t3nsor api working againt.me/xtekky2023-04-121-1/+1
|
* ora.sh update (gpt-3.5)t.me/xtekky2023-04-113-5/+48
|
* quora (poe) [gpt-4/3.5] create bot featuret.me/xtekky2023-04-111-4/+3
|
* quora (poe) [gpt-4/3.5] create bot featuret.me/xtekky2023-04-115-34/+159
| | | | | | | | | | | | | | | | added create bot feature quora.Model.create new model names: { 'sage' : 'capybara', 'gpt-4' : 'beaver', 'claude-v1.2' : 'a2_2', 'claude-instant-v1.0' : 'a2', 'gpt-3.5-turbo' : 'chinchilla' }
* t3nsor api is downt.me/xtekky2023-04-111-0/+2
|
* quora (poe) test [gpt 4]t.me/xtekky2023-04-112-1/+2
|
* unofficial chat.openai.com api (experimental)t.me/xtekky2023-04-101-0/+72
|
* poe (quora) updatedt.me/xtekky2023-04-101-0/+0
|
* rename poe api ( gpt 4 ) to quorat.me/xtekky2023-04-1039-35/+37
| | | | due to having same name as poe-api, I changed the name for it to be used with the other package
* you.com api (gpt 3.5 + internet)t.me/xtekky2023-04-103-4/+153
|
* to do listt.me/xtekky2023-04-101-4/+4
|
* Update README.mdt.me/xtekky2023-04-101-1/+9
|
* writesonic.com api (gpt3.5 with internet)t.me/xtekky2023-04-064-1/+264
| | | | will add image generation later on
* updated t3nsor (gpt 3.5)t.me/xtekky2023-04-062-24/+30
| | | | changed iter lines to iter content chunks, way smoother and more updates + resolved dict issue
* updated poe api (gpt4)t.me/xtekky2023-04-066-41/+246
| | | | fixed tls_client issue by switching to request Session, and update the poe api
* important notet.me/xtekky2023-04-011-29/+65
|
* important notet.me/xtekky2023-04-011-12/+13
|
* gpt 3.5 / customize models (site: ora.sh)t.me/xtekky2023-04-013-0/+107
|
* important note + new site (ora.sh)t.me/xtekky2023-04-011-1/+1
|
* important note + new site (ora.sh)t.me/xtekky2023-04-011-0/+39
|
* important notet.me/xtekky2023-04-011-6/+6
|
* Update README.mdt.me/xtekky2023-04-011-2/+19
|
* Merge pull request #2 from QuartzWarrior/main-1t.me/xtekky2023-03-311-0/+3
|\ | | | | Create requirements.txt
| * Create requirements.txtQuartzWarrior2023-03-301-0/+3
|/ | | Add the requirements needed to run this
* poe.com & t3nsor.tech gpt-4t.me/xtekky2023-03-291-4/+9
|
* poe api gpt-4t.me/xtekky2023-03-2936-0/+1411
|
* t3nsor api gpt-3.5t.me/xtekky2023-03-292-1/+160
|
* Update README.mdt.me/xtekky2023-03-291-2/+1
|
* Initial committ.me/xtekky2023-03-291-0/+2