Commit Graph

72 Commits

Author SHA1 Message Date
josc146 e2c8041667 fix gpt-4 web unusual activity (#615) 2024-01-25 13:20:57 +08:00
josc146 8d53ab85a5 #573's patch 2023-12-04 11:58:21 +08:00
AceLam d24958f9a0 Add ChatGLM API (#567)
* Add ChatGLM API

* add minimal build

* a small patch

---------

Co-authored-by: josc146 <josStorer@outlook.com>
2023-12-03 23:31:04 +08:00
josc146 3e46fa29a6 support for chromium side panel (#111) 2023-11-13 14:48:21 +08:00
josc146 d0fbc9fecb allow filling in the API Key of CustomModel mode (#561, previously designed for local offline model or custom server, now you can also use it for regular openai API calls and freely fill in the model name(#563)) 2023-11-13 13:42:46 +08:00
josc146 1dcc274584 fix safari background (https://github.com/josStorer/chatGPTBox/issues/512#issuecomment-1774597619) 2023-10-31 00:04:23 +08:00
josc146 4859e9a905 fix chatgpt web mode arkose_token (#469, #543, #545) 2023-10-30 12:58:04 +08:00
josc146 8227d6ad42 disable poe temporarily 2023-10-30 12:40:25 +08:00
josc146 843bfc357f update bing detection 2023-10-15 22:43:11 +08:00
josc146 d639d29d6b upgrade bing client (merge https://github.com/waylaidwanderer/node-chatgpt-api/pull/481) and some other adaptations (#505, #519, #525) 2023-10-15 00:50:13 +08:00
ajkost 157399694a feat: Add claude-v2 API (#516) 2023-09-27 21:39:42 +08:00
josc146 1b63f11980 feat: independent Claude.ai model support (#457, #476, #477, #503) 2023-09-23 22:34:41 +08:00
josc146 e71ee74c6d patch: fix(upgrade) bing client (#505) 2023-09-06 23:52:28 +08:00
josc146 4dba9d579e add google Bard 2023-06-12 16:22:43 +08:00
josc146 39dc01bbcb chore: menu action source 2023-05-13 17:09:58 +08:00
josc146 ea51c093f7 feat: customizable clicking icon action (#291) 2023-05-13 14:36:53 +08:00
josc146 fc21abb45d feat: an easier way to use different bing styles (#264) 2023-05-08 19:31:29 +08:00
josc146 e95372d77d feat: improve web mode notification (#309) 2023-05-08 15:50:42 +08:00
josc146 3960ee1479 feat: improve chatgpt website notification (go back button, hide button) (#270, #287) 2023-04-29 00:08:12 +08:00
josc146 66053ec62e fix: duplicate requests when in foreground mode 2023-04-28 23:40:04 +08:00
josc146 a06ae82aff chore 2023-04-27 23:03:05 +08:00
josc146 10e1a8b650 feat: chatgpt web mode improvement, now when official website is open requests will be sent in the foreground (#25, #53, #65, #112, #127, #161, #192, #204, #230, #248, #281) 2023-04-27 22:57:15 +08:00
josc146 17778f5a14 refactor: services 2023-04-27 20:31:53 +08:00
niceSprite 8b0c89169e fix: modify web api content to adapt chatgpt backend api (#285)
* fix: modify web api content to adapt chatgpt backend api

* fix package

---------

Co-authored-by: josc146 <josStorer@outlook.com>
2023-04-26 21:20:27 +08:00
josc146 37492c436e chore: more error details (#229) 2023-04-21 21:02:24 +08:00
josc146 8c9693c4c7 feat: Max Conversation Length setting (#241) 2023-04-21 20:58:54 +08:00
josc146 4cc2b91bdd feat: custom bot for poe.com (#189) 2023-04-21 16:38:18 +08:00
josc146 7aa2dc8cfe chore: send cookie when requesting chatgpt accesstoken 2023-04-20 22:30:59 +08:00
josc146 4fb5d735ea fix: crypto undefined on some websites, leading to session creation failure (#231) 2023-04-20 22:12:08 +08:00
josc146 8af03398d5 fix: conversation of bing sydney mode (#236, #242) 2023-04-20 21:59:02 +08:00
josc146 fa3e17df62 feat: add bing footnotes (#225) 2023-04-17 21:45:24 +08:00
josc146 78236561b8 feat: sydney mode of bing (#215) 2023-04-17 21:09:51 +08:00
josc146 0479ef260d feat: add poe AI (Sage, GPT4, ClaudePlus, Claude, ChatGPT, Dragonfly) 2023-04-17 20:54:16 +08:00
josc146 ff2f0ff14a feat: sydney mode of bing 2023-04-14 23:22:56 +08:00
josc146 ffad6bbc81 chore: remove chinese in CompletionPromptBase (#211) 2023-04-13 19:53:42 +08:00
josc146 40366ff7bd fix: continuous 403 error caused by still requesting the official website when using reverse proxy (#207) 2023-04-13 16:54:53 +08:00
josc146 4f78d225af feat: support waylaidwanderer self-hosted api (#182) 2023-04-12 21:37:07 +08:00
josc146 c199ac20df chore 2023-04-11 21:38:02 +08:00
josc146 bda56b3ae8 feat: make maxResponseTokenLength configurable (#170, #171) 2023-04-10 22:33:48 +08:00
josc146 37a9007a28 fix: cannot stop when using azure openai api 2023-04-06 20:05:42 +08:00
josc146 487f6a5520 fix: azure openai api 2023-04-06 17:02:29 +08:00
josc146 fef510888b fix: the right-click menu was corrupted by v2.2.0 (#43) 2023-04-06 16:59:23 +08:00
josc146 09b77ee92b chore: send complete cookie (#25, #112, #127, #150) 2023-04-05 17:23:11 +08:00
josc146 9e91ea6b18 feat: azure openai api (#80) 2023-04-05 16:55:16 +08:00
josc146 64fe14db79 refactor: getConversationPairs and promptBase 2023-04-05 15:31:55 +08:00
josc146 e598da51e4 refactor: setAbortController 2023-04-05 14:56:23 +08:00
josc146 9d1a2a1360 feat: store conversation to independent page (#120, #138) 2023-04-02 23:24:48 +08:00
josc146 5fbbd5d825 feat: add entry for Independent Panel and Keyboard Shortcuts 2023-04-02 21:34:58 +08:00
josc146 60b479729a feat: Independent Panel (#63, #120) 2023-04-02 20:27:07 +08:00
josc146 c94cda91c7 fix: did not properly display custom model name 2023-04-02 20:15:52 +08:00