Wykres commitów

144 Commity (47e26cc7a231df563fc6d4b289eab0dfee5339e6)

Autor SHA1 Wiadomość Data
Michael Di Prisco 47e26cc7a2
chore: fixing param stop being array instead of string 2023-02-04 14:54:23 +01:00
Michael Di Prisco 329e076189
chore: moving from im_end to completion params
As we allow the constructor to define completionParams, it would be better to allow devs using the library to use the specified stop token.
As of right now, the library allows such stop to be passed but it isn't considered in the class itself.
2023-02-04 09:44:51 +01:00
Travis Fischer bc79490bf2 feat: update chatgpt model 2023-02-02 23:33:57 -06:00
Travis Fischer 1c5d0a0e53 feat: replace chat model with text-davinci-003 as temporary workaround 2023-02-02 14:11:39 -06:00
Travis Fischer dc4997d511 fix: completionParams 2023-02-02 13:59:08 -06:00
Travis Fischer 82e89b3237 fix: completionParams should be partial optional 2023-02-02 13:58:02 -06:00
Travis Fischer 9d49e78415 feat: add more config params and docs 2023-02-01 18:01:34 -06:00
Travis Fischer b20fa74793 fix: conversationId undefined 2023-02-01 12:35:04 -06:00
Travis Fischer 531e180e3f feat: add persistence demo and keyv support 2023-02-01 04:48:36 -06:00
Travis Fischer 21dd9d518f feat: MAJOR BREAKING CHANGE; moved from browser to official completion API with unofficial chatgpt model 2023-02-01 03:14:10 -06:00
Travis Fischer 83bb9cf813 fix; isProAccount should be optional 2023-01-22 01:52:43 -06:00
Pawan Osman ba71198ab3 Support for Pro Accounts 2023-01-22 07:43:41 +00:00
Lawrence Onah e21a690e9e chore: add support for userDataDir 2023-01-19 14:31:08 +01:00
Travis Fischer b5698e3ae2 chore: remove unused code 2023-01-18 00:21:05 -06:00
Travis Fischer 0c11a4d766 feat: improve support for proxy auth 2023-01-15 03:53:31 -06:00
Travis Fischer e0fd5f4652 feat: add onProgress to ChatGPTAPIBrowser.sendMessage 2023-01-12 03:55:20 -06:00
Travis Fischer c64d3055cc feat: add bypass for 2023-01-09 update modal 2023-01-11 03:42:13 -06:00
czzonet 384db42dcb fix JSON parse error 2023-01-10 15:54:54 +08:00
Travis Fischer b6649b9484 fix: add slight delay for password => login click 2023-01-06 16:05:07 -06:00
Travis Fischer c1ec537903 fix: minor PR cleanups 2022-12-31 15:21:55 -06:00
Holegots e98f740f1a ️ Improve robustness 2023-01-01 01:50:37 +08:00
Travis Fischer 6187ded9e1 🔖 2022-12-29 01:14:41 -06:00
Travis Fischer 10db1601a0 feat: minor improvements to captcha bypass 2022-12-28 16:33:24 -06:00
Travis Fischer 533a65db1c feat: puppeteer robustness improvements 2022-12-28 01:58:29 -06:00
suhaotian 345b5be4ec fix: No element found for selector: button[data-provider="google"] 2022-12-27 19:26:32 +08:00
Travis Fischer 69f955ddb8 fix: minor improvement to nopecha init 2022-12-27 00:45:51 -06:00
Travis Fischer 4e9ce99888 fix: minor fixes 2022-12-27 00:41:34 -06:00
Skippy 8d4abc36a3 Minor Cleanups to improve efficiency 2022-12-25 19:35:56 +02:00
Skippy bfa0a90a12 Fix double call to refreshSession() on 403 2022-12-25 11:07:35 +02:00
Skippy 1090fd8a89 refreshSession() Info Logging 2022-12-25 10:45:07 +02:00
Skippy 7dfea52545 Fix for Failure to Retry request after 403
While loop condition was not being satisfied due to result being set to a value (the OpenAI response), thus the (!result) condition was False.
2022-12-25 10:42:39 +02:00
Skippy 8b24a9e80a Improve refreshSession
Waiting for cloudflare cookie to be received which fixes the issue of non-authenticated false-postive due to the refreshSession() function returning while the CF anti-bot is still on-going
2022-12-25 10:38:31 +02:00
Skippy de3b60f1f8 Info Logging for initSession() 2022-12-25 09:53:47 +02:00
Travis Fischer b35c106bf8 feat: improve browser 403/401 refresh handling 2022-12-24 02:30:12 -06:00
Travis Fischer 97f9c80403 feat: improve nopecha key input 2022-12-24 01:47:23 -06:00
Travis Fischer ef7cf86e87 📚 2022-12-23 01:01:07 -06:00
Travis Fischer 4077f42759 👈 2022-12-22 10:47:11 -06:00
Travis Fischer c2e4b37714 fix: nopecha key 2022-12-22 10:38:23 -06:00
Travis Fischer f3d516a4e3 fix: prettier; re-add delay 2022-12-22 10:36:39 -06:00
Travis Fischer dc12e2e98d
Merge pull request #191 from danielehrhardt/nopecha-key-fix
fix https://github.com/transitive-bullshit/chatgpt-api/issues/185
2022-12-22 10:35:50 -06:00
Travis Fischer 0ec19f2cfb
Merge pull request #190 from danielehrhardt/email-input-fix 2022-12-22 10:34:04 -06:00
Daniel Ehrhardt 931e134f46 fix: nopecha key input 2022-12-22 13:50:02 +01:00
Daniel Ehrhardt eeb2bf4542 fix: email input not complete 2022-12-22 12:58:04 +01:00
Daniel Ehrhardt 257c23b0ea Added nopechaKey to ChatGPTAPIBrowser 2022-12-22 12:55:35 +01:00
timordnung fa29f3da2f Added Proxy Auth 2022-12-21 10:41:39 +01:00
timordnung 318a03be66 Added Proxy Auth 2022-12-21 10:40:35 +01:00
Travis Fischer 091914a03c feat: minor cleanups 2022-12-20 02:14:15 -06:00
Travis Fischer a891f10727 feat: fix 403 handling during sendMessage 2022-12-18 22:06:40 -06:00
Travis Fischer 7222b7f296
Merge pull request #167 from optionsx/Addition_Microsoft_Login 2022-12-18 18:17:01 -06:00
optionsx 73d60c6b28
Last One :) 2022-12-19 02:54:17 +03:00