Commit Graph

456 Commits

Author SHA1 Message Date
josc146 6e0cf8f3de improve #603 2024-01-25 17:31:28 +08:00
josc146 dcd341568f improve markdown styles (#585) 2024-01-25 17:30:27 +08:00
josc146 e2c8041667 fix gpt-4 web unusual activity (#615) 2024-01-25 13:20:57 +08:00
Bowen e28ec22caf fix: bilibili reload (#603) 2024-01-25 12:19:51 +08:00
AiraNadih 2e8911db57 refactor(selection-tools): remove redundant getPreferredLanguage calls (#593) 2023-12-21 13:26:55 +08:00
Anan 8230f5f327 Fix GPT-4 model name and confusion in names (#584)
* Fix model name bug

* Rename models
2023-12-21 12:58:32 +08:00
dependabot[bot] 3afd242677 chore(deps): bump actions/upload-artifact from 3 to 4 (#594)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-21 12:58:15 +08:00
dependabot[bot] f55b218abd chore(deps): bump actions/setup-python from 4 to 5 (#586)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-21 12:50:22 +08:00
josc146 289e38b0ea update readme news 2023-12-21 12:49:45 +08:00
github-actions[bot] 79f3b86363 release v2.4.8 2023-12-06 06:14:28 +00:00
josc146 9c5f3069dd update core content adapters 2023-12-06 14:09:24 +08:00
josc146 0238790ec3 fix eventsource meta (#579, #567) 2023-12-06 13:03:22 +08:00
josc146 8d53ab85a5 #573's patch 2023-12-04 11:58:21 +08:00
github-actions[bot] d002aa8f2e release v2.4.7 2023-12-03 16:22:35 +00:00
josc146 fbd45d942c fix #569 and reduce menu items 2023-12-04 00:20:21 +08:00
josc146 b4d743bd66 add gpt-3.5-turbo-instruct 2023-12-04 00:07:04 +08:00
josc146 6445d226fc fix global side_panel 2023-12-04 00:02:19 +08:00
josc146 2fc0b57c12 patch to #564 2023-12-03 23:45:52 +08:00
Peter Dave Hello e5ebd45009 Update Claude.ai web to Claude v2.1, fix #570 (#573)
Co-authored-by: josc146 <josStorer@outlook.com>
2023-12-03 23:33:35 +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
AiraNadih 70d6b794f0 Optimize Logic in selection-tools Module (#564)
* Wrap `selection` with Fenced Code Block

* Refactor genPrompt functions and improve code readability

* Fix the logic of `createGenPrompt`

* Fix the logic of `createGenPrompt`
2023-11-20 10:10:27 +08:00
github-actions[bot] d9a6f23d72 release v2.4.6 2023-11-13 06:51:38 +00: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 946cadc51d update for chatgpt3.5 web (#562, #551#issuecomment-1803668105, #543#issuecomment-1803666487) 2023-11-13 00:03:12 +08:00
Jonas Kamsker e82f62ebc6 Added box for gh pr's and issues (#558)
* Added box for gh pr's and issues

* only mount for pull and issue

* add title to issue parser

* due to allowing issue analysis, now getPatchUrl allows exceptions to occur and continue

---------

Co-authored-by: josc146 <josStorer@outlook.com>
2023-11-12 23:47:20 +08:00
Peter Dave Hello 524b39fd69 Replace legacy gpt-3.5-turbo-0613 with the latest gpt-3.5-turbo-1106
gpt-3.5-turbo-1106 with replace both of:
- gpt-3.5-turbo-0613
- gpt-3.5-turbo-16k-0613

Reference:
- https://platform.openai.com/docs/models/gpt-3-5
- https://openai.com/blog/new-models-and-developer-products-announced-at-devday#updated-gpt-3-5-turbo
2023-11-12 11:34:19 +08:00
Peter Dave Hello c83024222e Add OpenAI API GPT-4 Turbo Preview
Reference:
- https://platform.openai.com/docs/models/gpt-4-and-gpt-4-turbo
- https://openai.com/blog/new-models-and-developer-products-announced-at-devday
2023-11-12 11:32:48 +08:00
Kyoya 9d1b66b03d Turkish readme Translation (#553)
* Turkish readme Translation

* Turkish readme Translation

* add links

---------

Co-authored-by: josc146 <josStorer@outlook.com>
2023-11-12 11:30:30 +08:00
josc146 b1de77bcb3 chore 2023-11-12 11:22:50 +08:00
josc146 25d148085f firefox patch 2023-11-06 21:31:00 +08:00
github-actions[bot] 64e5c640b2 release v2.4.5 2023-11-04 09:42:22 +00:00
josc146 62a093f233 update build scripts 2023-11-04 17:40:31 +08:00
josc146 3d08919798 force scroll to bottom after submission 2023-11-04 17:08:27 +08:00
Guspan Tanadi 84dfdde8c0 docs: phrase translation according language README_IN 2023-11-04 17:07:46 +08:00
josc146 d36f6ea245 improve render performance (#265) 2023-11-02 21:26:30 +08:00
Ikko Eltociear Ashimine 838da652ae docs: add Japanese README 2023-11-02 19:38:05 +08:00
josc146 10bc99bdb3 Create .gitattributes 2023-10-31 12:17:33 +08:00
josc146 eb81f65fab improve chatgpt web user guide 2023-10-31 11:27:30 +08:00
github-actions[bot] ae59a48023 release v2.4.4 2023-10-31 02:48:49 +00:00
josc146 236a1cb706 improve chatgpt web mode compatibility 2023-10-31 10:47:49 +08:00
josc146 40d24e7069 improve chatgpt web user guide 2023-10-31 10:26:24 +08:00
Martin Richtarsky 02b41db91d Add site adapters for Golem, EETimes 2023-10-31 10:01:17 +08:00
github-actions[bot] 3c90ff2b49 release v2.4.3 2023-10-30 16:09:25 +00:00
josc146 1dcc274584 fix safari background (https://github.com/josStorer/chatGPTBox/issues/512#issuecomment-1774597619) 2023-10-31 00:04:23 +08:00
josc146 90f4880b51 improve fetchSSE (#532) 2023-10-30 23:40:33 +08:00
Bowen 0f3ec380ca re-order parse process 2023-10-30 18:32:44 +08:00
Bowen f2098d8f40 fix: parse sse 2023-10-30 18:32:44 +08:00
Martin Richtarsky f26c566004 Make summarization work for text/plain content
document.body is available and text can be extracted from it.

Fixes #521
2023-10-30 18:25:12 +08:00
dependabot[bot] 9085396cfb chore(deps-dev): bump @babel/traverse from 7.21.4 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.4 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-30 18:24:27 +08:00