summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update issue templatest.me/xtekky2023-05-072-0/+51
|
* Merge pull request #468 from bruvv/patch-1t.me/xtekky2023-05-071-3/+1
|\ | | | | Optimize dockerfile
| * Optimize dockerfilebruvv2023-05-051-3/+1
| | | | | | Please do as much as possible in 1 RUN command. This is how it is intended. (Docker BP)
* | 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
* | | Merge pull request #504 from MIDORIBIN/maint.me/xtekky2023-05-074-34/+62
|\ \ \ | | | | | | | | Support for new authentication methods in forefront
| * | | fix forefront sampleMIDORIBIN2023-05-071-5/+8
| | | |
| * | | Support for new authentication methodsMIDORIBIN2023-05-073-29/+54
|/ / /
* | | Update README.mdt.me/xtekky2023-05-071-1/+3
| | |
* | | Update README.mdt.me/xtekky2023-05-071-1/+1
| | |
* | | Merge pull request #474 from sudouser777/feature/added_retryt.me/xtekky2023-05-062-23/+39
|\ \ \ | | | | | | | | added retry for you
| * | | added retry for youRaju Komati2023-05-052-23/+39
| | |/ | |/|
* | | Merge pull request #475 from AlephZero255/fix_for_forefront.gitt.me/xtekky2023-05-061-15/+19
|\ \ \ | |/ / |/| | forefront fix
| * | forefront_fixunknown2023-05-051-15/+19
|/ /
* | Merge pull request #451 from valerii-chirkov/maint.me/xtekky2023-05-054-14/+62
|\ \ | | | | | | Quora api requests robustness.
| * | fix(Dockerfile): Fixed issue with unable to fetch the response.valerii@valeriis-air.(none)2023-05-051-1/+1
| | | | | | | | | | | | Added -y flag.
| * | fix(Dockerfile): Fixed issue with unable to fetch the response.valerii@valeriis-air.(none)2023-05-051-0/+3
| | | | | | | | | | | | The issue was that there were no ffmpeg installed.
| * | Merge branch 'xtekky:main' into mainValerii2023-05-0537-303/+387
| |\|
| * | 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
| * | Merge remote-tracking branch 'origin/main'valerii@valeriis-air.(none)2023-05-0412-111/+204
| |\ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # docker-compose.yml # gpt4free/forefront/__init__.py
| * | | update(docker-compose.yml): Removed docker-compose.ymlvalerii@valeriis-air.(none)2023-05-012-53/+42
| | | |
* | | | Merge pull request #452 from ego/feature/requirements-and-docst.me/xtekky2023-05-052-0/+10
|\ \ \ \ | |_|_|/ |/| | | Update requirements
| * | | Update requirementsAlter Ego2023-05-052-0/+10
|/ / /
* | | Merge pull request #443 from TheTrueShell/maint.me/xtekky2023-05-041-1/+9
|\ \ \ | | | | | | | | 🔨 update(theb/__init__.py): add get_response method to Completion class
| * \ \ Merge branch 'main' into maint.me/xtekky2023-05-0415-258/+44
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #441 from hamza1312/maint.me/xtekky2023-05-043-55/+32
|\ \ \ \ | | | | | | | | | | Forefront fixed
| * | | | Fixed importsHamza2023-05-042-0/+5
| | | | |
| * | | | Forefront fixedHamza2023-05-042-55/+27
| | | | |
* | | | | 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
| |/ / / /
* | | | | Merge pull request #438 from xiangsx/maint.me/xtekky2023-05-041-0/+7
|\ \ \ \ \ | | | | | | | | | | | | gpt4free typescript version
| * | | | | gpt4free typescript versionxiangsx2023-05-041-0/+7
| |/ / / /
* / / / / updatest.me/xtekky2023-05-0410-203/+3
|/ / / /
| * / / 🔨 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 README.mdt.me/xtekky2023-05-041-2/+2
| | |
* | | Merge pull request #427 from kainstan/maint.me/xtekky2023-05-041-2/+2
|\ \ \ | | | | | | | | Fix numpy c dependency issue
| * | | Fix numpy c dependency issuekainstan2023-05-041-2/+2
|/ / /
* | | Merge pull request #408 from ZachKLYeh/maint.me/xtekky2023-05-031-0/+1
|\ \ \ | | | | | | | | Solve 'Operation timeout after 30000 milliseconds' error
| * | | Update __init__.pyZachKLYeh2023-05-031-0/+1
|/ / / | | | | | | add timeout argument to solve long response message timeout issue
* | | Merge pull request #391 from VitalyArt/maint.me/xtekky2023-05-032-8/+28
|\ \ \ | | | | | | | | Dockerfile optimization
| * | | Dockerfile optimizationVitalyArt2023-05-022-8/+28
| | | |
* | | | Update README.mdt.me/xtekky2023-05-021-1/+1
|/ / /
* | | Update README.mdt.me/xtekky2023-05-021-2/+6
| | |
* | | Merge pull request #383 from TotoB12/patch-2t.me/xtekky2023-05-021-2/+1
|\ \ \ | | | | | | | | Update README.md
| * | | Update README.mdTotoB122023-05-021-2/+1
| | | | | | | | | | | | remove unnecessary line break
* | | | Merge pull request #386 from MIDORIBIN/accelerate-forefrontt.me/xtekky2023-05-021-1/+33
|\ \ \ \ | |/ / / |/| | | Add function to save Forefront cookies
| * | | Add function to save Forefront cookieskondo2023-05-021-1/+33
|/ / /
* | | Merge pull request #352 from HexyeDEV/maint.me/xtekky2023-05-023-0/+47
|\ \ \ | | | | | | | | add italygpt.it
| * \ \ Merge branch 'main' into maint.me/xtekky2023-05-0222-117/+166
| |\ \ \ | |/ / / |/| | |
* | | | Update README.mdt.me/xtekky2023-05-021-4/+11
| | | |
* | | | Update README.mdt.me/xtekky2023-05-021-0/+2
| | | |
* | | | Update README.mdt.me/xtekky2023-05-021-2/+1
| | | |
* | | | Merge pull request #375 from Fubge/patch-2t.me/xtekky2023-05-021-2/+2
|\ \ \ \ | | | | | | | | | | docs: Update README.md / fix typo
| * | | | docs: Update README.md / fix typoMarvin2023-05-021-2/+2
|/ / / / | | | | | | | | Fixed small capitalization typos
* | | | Merge pull request #371 from wuyuesong/fix-requirementst.me/xtekky2023-05-021-0/+1
|\ \ \ \
| * | | | add Levenshtein in requirements.txt for gui/streamlit_chat_app.pywuyuesong2023-05-021-0/+1
|/ / / /
* | | | Update README.mdt.me/xtekky2023-05-011-12/+15
| | | |
* | | | Merge pull request #359 from Vokturz/maint.me/xtekky2023-05-011-5/+21
|\ \ \ \ | | | | | | | | | | added option to remove conversations
| * | | | added option to remove conversationsVokturz2023-05-011-5/+21
|/ / / /
* | | | Update FUNDING.ymlt.me/xtekky2023-05-011-10/+0
| | | |
* | | | Merge pull request #353 from TotoB12/patch-1t.me/xtekky2023-05-011-1/+1
|\ \ \ \ | | | | | | | | | | Update README.md
| * | | | Update README.mdTotoB122023-05-011-1/+1
|/ / / / | | | | | | | | changed the link of example gui app
* | | | Merge pull request #346 from mache102/maint.me/xtekky2023-05-011-4/+8
|\ \ \ \ | | | | | | | | | | Fix index display for conversation search
| * \ \ \ Merge branch 'xtekky:main' into mainmache1022023-05-015-5/+126
| |\ \ \ \
| * | | | | fix index display for searchmache1022023-05-011-4/+8
| | | | | |
* | | | | | Merge pull request #345 from sudouser777/feature/delete_poe_accountt.me/xtekky2023-05-0114-51/+75
|\ \ \ \ \ \ | | | | | | | | | | | | | | Feature/delete poe account
| * \ \ \ \ \ Merge branch 'main' into feature/delete_poe_accountt.me/xtekky2023-05-016-36/+41
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #337 from CCXXXI/docs/readmet.me/xtekky2023-05-011-1/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | docs(readme): remove duplicate website
| * | | | | | | docs(readme): remove duplicate websiteCCXXXI2023-05-011-1/+0
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | https://chat.forefront.ai is mentioned twice.
* | | | | | | Merge pull request #335 from sagadav/maint.me/xtekky2023-05-013-9/+23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Typo correction in forefront README, theb update
| * | | | | | | theb: multiple messagessagadav2023-05-012-6/+17
| | | | | | | |
| * | | | | | | Typo correction in forefront READMEsagadav2023-05-011-3/+6
| |/ / / / / /
* | | | | | | Merge pull request #347 from xiangsx/maint.me/xtekky2023-05-013-20/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove duplicate docker-compose.yml files and add proxy config
| * | | | | | | Add proxy configxiangsx2023-05-011-3/+3
| | | | | | | |
| * | | | | | | feat: 增加代理xiangsx2023-05-011-2/+2
| | | | | | | |
| * | | | | | | Remove duplicate docker-compose.ymlxiangsx2023-05-013-20/+10
| |/ / / / / /
* | | | | | | Merge pull request #349 from mishalhossin/patch-2t.me/xtekky2023-05-011-5/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update README.md
| * | | | | | | Update README.mdMishal2023-05-011-5/+5
| |/ / / / / /
* | | | | | | Merge pull request #350 from MarijnKoesen/MarijnKoesen-fix-docker-build-instructionst.me/xtekky2023-05-011-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Fix docker build instructions
| * | | | | | Fix docker build instructionsMarijn Koesen2023-05-011-1/+1
|/ / / / / / | | | | | | | | | | | | As the Dockerfile was moved we need to update the path
| * | | | | refactored codeRaju Komati2023-05-019-39/+42
| | | | | |
| * | | | | updated quora readmeRaju Komati2023-05-012-1/+12
| | | | | |
| * | | | | renamed methodRaju Komati2023-05-011-1/+1
| | | | | |
| * | | | | added method for deleting poe accountRaju Komati2023-05-013-11/+19
|/ / / / /
| | * / / add italygpt.itHexye2023-05-013-0/+47
| |/ / / |/| | |
* | | | Merge pull request #332 from mache102/maint.me/xtekky2023-05-011-7/+26
|\| | | | | | | | | | | Add searchbar for conversations
| * | | add searchbarmache1022023-05-011-5/+24
| | | |
| * | | Refactor conversation selectionmache1022023-05-011-2/+2
| | |/ | |/|
* | | Merge pull request #328 from editor-syntax/patch-3t.me/xtekky2023-05-011-4/+3
|\ \ \ | | | | | | | | fix: streamlit_chat_app.py
| * | | Update streamlit_chat_app.py– sanz2023-05-011-4/+3
| |/ /
* | | Merge pull request #330 from wengchaoxi/docker-image-cit.me/xtekky2023-05-011-0/+37
|\ \ \ | | | | | | | | Add docker image ci support
| * | | Add docker image ci supportwengchaoxi2023-05-011-0/+37
| |/ /
* | | Merge pull request #329 from taiyi747/maint.me/xtekky2023-05-013-1/+86
|\ \ \ | |/ / |/| | GUI with PyWebIO
| * | Update README.mdtaiyi7472023-05-011-1/+3
| | |
| * | Update README.mdtaiyi7472023-05-011-0/+23
| | |
| * | Update pywebio-usesless.pytaiyi7472023-05-011-2/+3
| | |
| * | GUI with PyWebIOtaiyi7472023-05-011-0/+58
| | |
| * | Create README.mdtaiyi7472023-05-011-0/+1
| | |
| * | Delete pywebio-guitaiyi7472023-05-011-1/+0
| | |
| * | Create pywebio-guitaiyi7472023-05-011-0/+1
|/ /
* | Update README.mdt.me/xtekky2023-05-011-0/+7
| |
* | Update README.mdt.me/xtekky2023-05-011-1/+1
| |
* | Update README.mdt.me/xtekky2023-05-011-2/+2
| |
* | Merge pull request #325 from DanielShemesh/patch-6t.me/xtekky2023-05-011-22/+56
|\ \ | | | | | | Update README.md
| * | Update README.mdDaniel Shemesh2023-05-011-18/+39
| | | | | | | | | resized banner + moved star history to end
| * | Update README.mdDaniel Shemesh2023-05-011-27/+40
| | | | | | | | | Improved overall design and organization
* | | Merge pull request #323 from tr7zw/patch-1t.me/xtekky2023-05-011-4/+2
|\ \ \ | |/ / |/| | Fix docker-compose.yml
| * | Fix docker-compose.ymltr7zw2023-04-301-4/+2
| | | | | | | | | The image/dockerfile lines are incorrectly indented, also the read_only flag prevents the UI from starting due to not being able to write to the /tmp folder.
* | | forefrontt.me/xtekky2023-04-303-0/+232
|/ /
* | forefront takedownt.me/xtekky2023-04-303-235/+0
| |
* | Update README.mdt.me/xtekky2023-04-301-1/+1
| |
* | Merge branch 'main' of https://github.com/xtekky/gpt4freet.me/xtekky2023-04-307-115/+91
|\|
| * Merge pull request #292 from naa7/patch-8t.me/xtekky2023-04-300-0/+0
| |\ | | | | | | Delete unfinished/writesonic directory
| | * Delete unfinished/writesonic directorynaa2023-04-292-216/+0
| | | | | | | | | help deleting directory -> I am helping delete the directory of writesonic as per the takedown request.
| * | Merge pull request #285 from Akash98Sky/maint.me/xtekky2023-04-303-75/+19
| |\ \ | | | | | | | | forefront: update account creation logic
| | * | forefront: update account creation logicAkash Mondal2023-04-293-75/+19
| | | | | | | | | | | | | | | | | | | | | | | | * 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-303-15/+48
| |\ \ \ | | | | | | | | | | refactor(gpt4free/cocalc/__init__.py): Refactored init file
| | * | | Update(README): Added -d flag for detached modevalerii@valeriis-air.(none)2023-04-291-1/+1
| | | | |
| | * | | update(README) Added lines with docker-compose instructionsvalerii@valeriis-air.(none)2023-04-291-0/+4
| | | | |
| | * | | add(docker-compose) Added a docker-compose filevalerii@valeriis-air.(none)2023-04-291-0/+9
| | | | |
| | * | | refactor(gpt4free/cocalc/__init__.py): Refactored init file, makes it cleaner and more robust.valerii@valeriis-air.(none)2023-04-291-15/+35
| | |/ /
| * | | Update README.mdt.me/xtekky2023-04-301-21/+20
| | | |
* | | | added a site and some refratoringt.me/xtekky2023-04-308-42/+88
|/ / /
* | | Update README.mdt.me/xtekky2023-04-301-57/+0
| | |
* | | Merge pull request #281 from thebigbone/maint.me/xtekky2023-04-302-50/+83
|\ \ \ | | | | | | | | easy deployment with docker-compose
| * \ \ Merge branch 'main' into maint.me/xtekky2023-04-3014-246/+179
| |\ \ \ | |/ / / |/| | |
* | | | 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 #298 from editor-syntax/patch-2t.me/xtekky2023-04-301-10/+13
|\ \ \ \ \ | | | | | | | | | | | | fixed: bug fix on GUI
| * \ \ \ \ Merge branch 'main' into patch-2t.me/xtekky2023-04-3010-19/+168
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | 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.
* | | | | | Merge pull request #306 from Civitasv/feat-proxy-settingt.me/xtekky2023-04-306-20/+43
|\ \ \ \ \ \ | | | | | | | | | | | | | | Feat: add proxy settings in GUI and library.
| * | | | | | Feat: add proxy settings in GUI and library.Civitasv2023-04-306-20/+43
| |/ / / / /
* | | | | | Merge pull request #307 from ezerinz/maint.me/xtekky2023-04-303-0/+87
|\ \ \ \ \ \ | |/ / / / / |/| | | | | add ai.usesless.com
| * | | | | Update exampleezerinz2023-04-301-9/+8
| | | | | |
| * | | | | delete module that is not accessedezerinz2023-04-301-1/+0
| | | | | |
| * | | | | ai.usesless.comezerinz2023-04-301-0/+0
| | | | | |
| * | | | | ai.usesless.comezerinz2023-04-303-0/+76
| | | | | |
| * | | | | usesless testezerinz2023-04-301-0/+13
| | | | | |
| | * | | | fixed: bug fix on GUI– sanz2023-04-301-9/+10
| |/ / / / |/| | | | | | | | | the known bug has been fixed when trying to load a conversation and etc, the bug on the README
* | | | | Merge branch 'main' of https://github.com/xtekky/gpt4freet.me/xtekky2023-04-3070-545/+724
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge pull request #282 from DanielShemesh/patch-5t.me/xtekky2023-04-291-1/+1
| |\ \ \ \
| | * | | | Update README.mdDaniel Shemesh2023-04-291-1/+1
| | | |_|/ | | |/| | | | | | | fixed theb link to file
| * | | | Merge pull request #280 from mishalhossin/patch-1t.me/xtekky2023-04-291-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Update README.mdMishal2023-04-291-1/+1
| |/ / /
* | | | _t.me/xtekky2023-04-302-216/+0
| | | |
| | | * Update docker-compose.ymlthebigbone2023-04-301-1/+1
| | | |
| | | * easy deployment with docker-composethebigbone2023-04-292-50/+83
| | |/ | |/|
| * | Update README.mdt.me/xtekky2023-04-291-2/+2
| | |
| * | Merge pull request #276 from sudouser777/feature/packaging-changest.me/xtekky2023-04-2968-529/+702
| |\ \ | | | | | | | | added gpt4free package
| | * | refactored codeRaju Komati2023-04-295-45/+39
| | | |
| | * | added readme for gpt4 moduleRaju Komati2023-04-292-2/+117
| | | |
| | * | refactored the codeRaju Komati2023-04-293-7/+7
| | | |
| | * | updated query methods in streamlitRaju Komati2023-04-293-60/+54
| | | |
| | * | added gpt4free packageRaju Komati2023-04-2966-422/+492
| |/ /
| * | Update README.mdt.me/xtekky2023-04-291-1/+0
| | |
| * | Merge pull request #269 from cckuailong/maint.me/xtekky2023-04-291-1/+2
| |\ \ | | | | | | | | Fix unicode error in streamlit_chat_app.py
| | * | Update streamlit_chat_app.pycckuailong2023-04-291-1/+2
| | | |
| * | | Update streamlit_app.pyt.me/xtekky2023-04-291-1/+1
| |/ /
| * | Merge pull request #243 from xiangsx/maint.me/xtekky2023-04-292-12/+18
|/| | | | | | | | Correct Dockerfile directory and install requirement first in Dockerfile
| * | Correct Dockerfile directory and install requirement firstxiangsx2023-04-282-12/+18
| | |
* | | Merge branch 'main' of https://github.com/xtekky/gpt4freet.me/xtekky2023-04-2923-96/+1134
|\ \ \
| * \ \ Merge pull request #221 from repollo/STREAMLIT_CHAT_IMPLEMENTATIONt.me/xtekky2023-04-2923-96/+1134
| |\ \ \ | | | | | | | | | | Streamlit chat implementation
| | * \ \ Merge branch 'main' into STREAMLIT_CHAT_IMPLEMENTATIONt.me/xtekky2023-04-2913-108/+299
| | |\ \ \ | | |/ / / | |/| | |
| | * | | made changesnoptuno2023-04-2865-560/+592
| | |\| |
| | * | | Remove ignored files from repositorynoptuno2023-04-2810-20/+1
| | | | |
| | * | | Updated .gitignore and removed unwanted filesnoptuno2023-04-288372-2931373/+0
| | | | |
| | * | | merged pr #218 with the new streamlitnoptuno2023-04-2812-15/+15
| | | | |
| | * | | Resolved merge conflicts and merged pr_218 into STREAMLIT_CHAT_IMPLEMENTATIONnoptuno2023-04-288453-1746/+2933929
| | |\ \ \
| | | * | | Merging PR_218 openai_rev package with new streamlit chat appnoptuno2023-04-288378-3/+2931636
| | | | | |
| | | * | | added pyproject.toml fileRaju Komati2023-04-274-2/+734
| | | | | |
| | | * | | added theb to openai_rev moduleRaju Komati2023-04-279-21/+35
| | | | | |
| | | * | | update openai_rev module add test file with simple useRaju Komati2023-04-2710-74/+72
| | | | | |
| | | * | | added main module for accessing all servicesRaju Komati2023-04-2763-444/+512
| | | | | |
| | * | | | Resolved merge conflicts and merged pr_218 into STREAMLIT_CHAT_IMPLEMENTATIONnoptuno2023-04-2810-4/+5
| | | | | |
| | * | | | First implementation of streamlit chat app in gui foldernoptuno2023-04-281-60/+0
| | | | | |
| | * | | | First implementation of streamlit chat app in gui foldernoptuno2023-04-288-3/+334
| | |/ / /
* | / / / .t.me/xtekky2023-04-292-89/+0
|/ / / /
* | | | readmet.me/xtekky2023-04-294-217/+131
| | | |
* | | | Merge branch 'main' of https://github.com/xtekky/gpt4freet.me/xtekky2023-04-298-185/+343
|\ \ \ \
| * \ \ \ Merge pull request #242 from ezerinz/maint.me/xtekky2023-04-293-52/+76
| |\ \ \ \ | | | |_|/ | | |/| | changes to openaihosted
| | * | | update code, handle escape sequence and othersezerinz2023-04-281-47/+49
| | | | |
| | * | | update readme/usage exampleezerinz2023-04-281-5/+13
| | | | |
| | * | | add openaihosted testingezerinz2023-04-281-0/+14
| | | |/ | | |/|
| * | | Merge pull request #254 from 0dminnimda/don't-output-when-not-neededt.me/xtekky2023-04-291-1/+1
| |\ \ \ | | | | | | | | | | Print the mail messages only when logging
| | * | | Print the mail messages only when logging0dminnimda2023-04-281-1/+1
| | | | |
| * | | | Update README.mdt.me/xtekky2023-04-291-1/+1
| | | | |
| * | | | Update README.mdt.me/xtekky2023-04-291-0/+2
| | | | |
| * | | | Create OLDREADME.mdt.me/xtekky2023-04-291-0/+135
| | | | |
| * | | | Merge pull request #266 from RavenOwO/patch-1t.me/xtekky2023-04-291-3/+3
| |\ \ \ \ | | | | | | | | | | | | typos
| | * | | | typosSamuel Feder2023-04-291-3/+3
| |/ / / /
| * | | | Update README.mdt.me/xtekky2023-04-281-1/+4
| | | | |
| * | | | Merge pull request #259 from MrDiamondDog/maint.me/xtekky2023-04-281-1/+1
| |\ \ \ \ | | | | | | | | | | | | Update README.md with correct Discord link
| | * | | | Update README.mdMrDiamondDog2023-04-281-1/+1
| | |/ / /
| * | | | Merge pull request #253 from Plaba/maint.me/xtekky2023-04-281-23/+33
| |\ \ \ \ | | | | | | | | | | | | Update README.md
| | * | | | Update README.mdPeter Labadorf2023-04-281-23/+33
| | |/ / / | | | | | | | | | | Made the meter flow better and added some verses;)
| * | | | Merge pull request #262 from RavenOwO/patch-1t.me/xtekky2023-04-281-1/+1
| |\ \ \ \ | | |/ / / | |/| | | typo correction
| | * | | typoSamuel Feder2023-04-281-1/+1
| |/ / / | | | | | | | | corrected "refractoring" to "refactoring"
| * | | Merge pull request #252 from Jisan09/maint.me/xtekky2023-04-281-5/+5
| |\ \ \
| | * | | Update __init__.pyJisan2023-04-281-5/+5
| |/ / /
| * | | Update README.mdt.me/xtekky2023-04-281-1/+1
| | | |
| * | | Update README.mdt.me/xtekky2023-04-281-3/+2
| | | |
| * | | Merge pull request #245 from personal-danielshemesh/maint.me/xtekky2023-04-281-0/+75
| |\ \ \ | | | | | | | | | | chatpdf.com reversed API (initial)
| | * | | initial chatpdf reverse apiDaniel Shemesh2023-04-281-0/+75
| |/ / /
| * | | Update README.mdt.me/xtekky2023-04-281-110/+32
| | | |
| * | | Update README.mdt.me/xtekky2023-04-281-14/+2
| |/ /
* / / _t.me/xtekky2023-04-296-27/+146
|/ /
* | Merge pull request #241 from ethanx40/maint.me/xtekky2023-04-281-1/+2
|\ \ | | | | | | escape unicode answer
| * | need escape unicode answer to support Chineseethanx402023-04-281-1/+2
| |/
* | Merge pull request #238 from Fubge/patch-1t.me/xtekky2023-04-281-2/+2
|\ \ | | | | | | Update README.md : typo fix
| * | Update README.md : typo fixMarvin2023-04-281-2/+2
| |/ | | | | small typos fixed
* | Merge pull request #235 from naa7/patch-7t.me/xtekky2023-04-281-2/+3
|\ \ | | | | | | Updated README.md
| * | Updated README.mdnaa2023-04-281-2/+3
| |/ | | | | There is no need for logging as it takes so much space of terminal window. Also, added a print statement to add a line at the end of the Bot's response.
* | Merge pull request #233 from naa7/patch-4t.me/xtekky2023-04-281-1/+2
|\ \ | | | | | | updated README.md
| * | updated README.mdnaa2023-04-281-1/+2
| |/ | | | | A print statement to add a newline after iterating through the loop
* | Merge pull request #231 from naa7/patch-3t.me/xtekky2023-04-281-2/+3
|\ \ | | | | | | added an if-statement for ending loop
| * | added an if-statement for ending loopnaa2023-04-281-2/+3
| |/ | | | | Instead of pressing Ctrl+c to end program. It is easier and less messy for ending chatbot
* | Merge pull request #224 from digger-yu/patch-1t.me/xtekky2023-04-281-4/+5
|\ \ | | | | | | Update README.md
| * | Update README.mddigger-yu2023-04-281-4/+5
| |/ | | | | Modified the style of warning
* | Merge pull request #222 from 9fo/maint.me/xtekky2023-04-287-98/+147
|\ \ | | | | | | finished openaihosted and cocalc
| * | fixed #9fo2023-04-281-1/+1
| | |
| * | Create readme.md9fo2023-04-281-0/+20
| | |
| * | Created readme for openaihosted9fo2023-04-281-0/+10
| | |
| * | refactored cocalc too9fo2023-04-281-0/+57
| | |
| * | openaihosted finished9fo2023-04-281-0/+60
| | |
| * | moving to finished too9fo2023-04-282-54/+0
| | |
| * | moving to finished9fo2023-04-282-44/+0
| |/
* | Merge pull request #215 from hikeri/maint.me/xtekky2023-04-281-3/+6
|\ \ | |/ |/| Update forefront __init__.py
| * Update __init__.pyHikeri2023-04-271-3/+6
|/
* Update README.mdt.me/xtekky2023-04-271-5/+0
|
* Update README.mdt.me/xtekky2023-04-271-3/+4
|
* Update README.mdt.me/xtekky2023-04-271-4/+4
|
* Update README.mdt.me/xtekky2023-04-271-2/+2
|
* theb.ait.me/xtekky2023-04-275-26/+31
|
* remove phindt.me/xtekky2023-04-279-427/+15
|
* Merge branch 'main' of https://github.com/xtekky/gpt4freet.me/xtekky2023-04-2738-943/+1047
|\
| * Merge pull request #205 from AymaneHrouch/reformat__codet.me/xtekky2023-04-2733-663/+672
| |\ | | | | | | Reformat code using PyCharm
| | * Reformat code using PyCharmAymane Hrouch2023-04-2733-663/+672
| |/
| * Merge pull request #201 from DanielShemesh/patch-4t.me/xtekky2023-04-271-1/+5
| |\ | | | | | | automatic stars+star history graph
| | * automatic stars+star history graphDaniel Shemesh2023-04-271-1/+5
| | |
| * | Merge pull request #203 from AymaneHrouch/static_methodst.me/xtekky2023-04-271-0/+2
| |\ \ | | |/ | |/| Use @staticmethod decorator
| | * Use @staticmethod decoratorAymane Hrouch2023-04-271-0/+2
| |/
| * Merge pull request #199 from Andrew-Tsegaye/maint.me/xtekky2023-04-279-302/+353
| |\ | | | | | | As you said, I updated the ./unfinished directory to resembel a professional codebases.
| | * Merge branch 'main' into maint.me/xtekky2023-04-2713-302/+546
| | |\ | | |/ | |/|
| * | Merge pull request #197 from AymaneHrouch/update_syspatht.me/xtekky2023-04-271-1/+6
| |\ \ | | | | | | | | Fix module not found: add root directory to sys path
| | * | Fix module not found: add root directory to sys pathAymane Hrouch2023-04-271-1/+6
| |/ /
| * | Merge pull request #192 from AymaneHrouch/update_reqt.me/xtekky2023-04-271-1/+2
| |\ \ | | | | | | | | Add twocaptcha to requirements
| | * | Add twocaptcha to requirementsAymane Hrouch2023-04-271-1/+2
| | | |
| * | | Merge pull request #190 from editor-syntax/maint.me/xtekky2023-04-271-0/+15
| |\ \ \ | | | | | | | | | | feat: Singularity Docker added
| | * | | Update and rename gpt4free.def to gpt4free.sif– sanz2023-04-271-0/+0
| | | | |
| | * | | Create gpt4free.def– sanz2023-04-271-0/+15
| | |/ /
| * | | Merge pull request #193 from xtekky/upate-readmet.me/xtekky2023-04-271-19/+1
| |\ \ \ | | | | | | | | | | Update README.md
| | * | | 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
| | * Merge branch 'main' of https://github.com/Andrew-Tsegaye/gpt4freeAndrew Tsegaye2023-04-274-82/+101
| | |\
| | | * Merge pull request #1 from xtekky/mainAndrew Tsegaye2023-04-264-82/+101
| | | |\ | | | | | | | | | | Updated Codes
| | * | | well updatedAndrew Tsegaye2023-04-277-283/+310
| | |/ /
| | * | new changesAndrew Tsegaye2023-04-272-20/+42
| | | |
* | | | _t.me/xtekky2023-04-272-38/+0
|/ / /
* | | 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