semantic-release-bot
f97b6ca393
🔖 chore(release): v1.24.2 [skip ci]
...
### [Version 1.24.2](https://github.com/lobehub/lobe-chat/compare/v1.24.1...v1.24.2 )
<sup>Released on **2024-10-26**</sup>
#### 💄 Styles
- **misc**: Update Google Model list, add `gemini-1.5-flash-8b`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Google Model list, add `gemini-1.5-flash-8b`, closes [#4495 ](https://github.com/lobehub/lobe-chat/issues/4495 ) ([499c479 ](https://github.com/lobehub/lobe-chat/commit/499c479 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-26 10:18:38 +00:00
Zhijie He
499c4791c2
💄 style: update Google Model list, add gemini-1.5-flash-8b ( #4495 )
...
* 💄 style: update Google Model list, add `gemini-1.5-flash-8b`
* 💄 style: sort model list
2024-10-26 18:11:20 +08:00
semantic-release-bot
910bbeffb5
🔖 chore(release): v1.24.1 [skip ci]
...
### [Version 1.24.1](https://github.com/lobehub/lobe-chat/compare/v1.24.0...v1.24.1 )
<sup>Released on **2024-10-25**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the Google Gen AI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the Google Gen AI, closes [#4484 ](https://github.com/lobehub/lobe-chat/issues/4484 ) ([b890e8d ](https://github.com/lobehub/lobe-chat/commit/b890e8d ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-25 14:59:00 +00:00
Arvin Xu
b890e8d9bb
♻️ refactor: refactor the Google Gen AI ( #4484 )
2024-10-25 22:50:25 +08:00
semantic-release-bot
8f83863547
🔖 chore(release): v1.24.0 [skip ci]
...
## [Version 1.24.0](https://github.com/lobehub/lobe-chat/compare/v1.23.1...v1.24.0 )
<sup>Released on **2024-10-25**</sup>
#### ✨ Features
- **misc**: Add SenseNova (商汤) model provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add SenseNova (商汤) model provider, closes [#4162 ](https://github.com/lobehub/lobe-chat/issues/4162 ) ([7a4e0b3 ](https://github.com/lobehub/lobe-chat/commit/7a4e0b3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-25 13:11:53 +00:00
Zhijie He
7a4e0b3e92
✨ feat: add SenseNova (商汤) model provider ( #4162 )
...
* ✨ feat: add SenseCore (商汤) model provider
* 💄 style: update model list, fix `frequency_penalty`, `temperature`, `top_p` value range
* 🔨 chore: add jwt api token calculate
* 🔨 chore: remove `SENSECORE_API_KEY` ENV
* Update authToken.ts
* 🔨 chore: add debug logs
* ♻️ refactor: rollback changes, remove JWT
* 👷 build: add docker ENV, `SENSECORE_API_KEY` & `SENSECORE_MODEL_LIST`
* 🔨 chore: cleanup
* 🔨 chore: cleanup
* 🔨 chore: rename `sensecore` to `sensenova`
* 💄 style: update model list
* 💄 style: sort model list
* ✨ feat: add jwt token generator for SenseNova
* ♻️ refactor: support two different type of `API TOKEN`
* Update authToken.ts
* 💄 style: add custom form for SenseNova
* 💄 style: fix custom form calling & adjust icon size
* 🐛 fix: fix CI error
* 💄 style: adjust icon size
* 🐛 fix: fix `sensenovaAccessKeySecret` not store in key
* 🐛 fix: try to fix loading key from ENV
* 🐛 fix: try to fix loading key from ENV
* 🐛 fix: seems be the root cause, typo
* 💄 style: remove title
* 🐛 fix: fix build error
* 🔨 chore: add i18n
* 🐛 fix: fix PR conflicts
* 🐛 fix: fix route ci error
* 🐛 fix: fix PR conflicts
* ♻️ refactor: move `generateJwtTokenSenseNova` to `LobeSenseNovaAI.generateJWTToken`
* Update index.ts
* rollback changes, submit wrong branch
* 🐛 fix: fix CI error, refactor the chat webapi
* ♻️ refactor: replace deprecated module `crypto-js` to `crypto-es`
* Revert "♻️ refactor: replace deprecated module `crypto-js` to `crypto-es`"
This reverts commit 9655c92121 .
* ♻️ refactor: replace `crypto-js` to `jose`, only support ENV now (Part 1)
* Revert "♻️ refactor: replace `crypto-js` to `jose`, only support ENV now (Part 1)"
* ♻️ refactor: using `jose` to generate the APIToken
* 🔨 chore: remove debug code
* 🔨 chore: cleanup package, remove `crypto-js`
* 🔨 chore: add unit test
* 🔨 chore: optimize jwt generate process
2024-10-25 21:04:26 +08:00
bugyaluwang
b2fbde4249
🔧 chore: use dpdm-fast to make lint faster ( #4389 )
2024-10-25 21:00:14 +08:00
semantic-release-bot
582ab80437
🔖 chore(release): v1.23.1 [skip ci]
...
### [Version 1.23.1](https://github.com/lobehub/lobe-chat/compare/v1.23.0...v1.23.1 )
<sup>Released on **2024-10-25**</sup>
#### 💄 Styles
- **misc**: Add `*_MODEL_LIST` env to all models, update Spark model id & display name.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `*_MODEL_LIST` env to all models, closes [#4481 ](https://github.com/lobehub/lobe-chat/issues/4481 ) ([a969b9c ](https://github.com/lobehub/lobe-chat/commit/a969b9c ))
* **misc**: Update Spark model id & display name, closes [#4482 ](https://github.com/lobehub/lobe-chat/issues/4482 ) ([852dd47 ](https://github.com/lobehub/lobe-chat/commit/852dd47 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-25 12:40:11 +00:00
Zhijie He
852dd47dde
💄 style: update Spark model id & display name ( #4482 )
2024-10-25 20:32:54 +08:00
Zhijie He
a969b9c202
💄 style: add *_MODEL_LIST env to all models ( #4481 )
2024-10-25 20:32:34 +08:00
semantic-release-bot
1696b37f86
🔖 chore(release): v1.23.0 [skip ci]
...
## [Version 1.23.0](https://github.com/lobehub/lobe-chat/compare/v1.22.27...v1.23.0 )
<sup>Released on **2024-10-25**</sup>
#### ✨ Features
- **misc**: Support system agent config.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support system agent config, closes [#4474 ](https://github.com/lobehub/lobe-chat/issues/4474 ) ([63ba4d3 ](https://github.com/lobehub/lobe-chat/commit/63ba4d3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-25 04:30:07 +00:00
Arvin Xu
63ba4d3b7f
✨ feat: support system agent config ( #4474 )
...
* 💄 style: support custom system agent
* 💄 style: support disable query rewrite agent
* 🐛 fix: fix ModelSelect id issue
* fix issue
* fix
2024-10-25 12:22:40 +08:00
semantic-release-bot
e8ef3c49c6
🔖 chore(release): v1.22.27 [skip ci]
...
### [Version 1.22.27](https://github.com/lobehub/lobe-chat/compare/v1.22.26...v1.22.27 )
<sup>Released on **2024-10-25**</sup>
#### 💄 Styles
- **misc**: Add bedrock claude-3.5-sonnect-v2.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add bedrock claude-3.5-sonnect-v2, closes [#4468 ](https://github.com/lobehub/lobe-chat/issues/4468 ) ([a7fc251 ](https://github.com/lobehub/lobe-chat/commit/a7fc251 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-25 03:28:26 +00:00
Yuan
a7fc251723
💄 style: add bedrock claude-3.5-sonnect-v2 ( #4468 )
2024-10-25 11:21:01 +08:00
Christian Rodriguez
9fb26410f7
Update docs/self-hosting/server-database.mdx ( #4467 )
2024-10-24 10:38:34 +08:00
semantic-release-bot
7ef2c8226d
🔖 chore(release): v1.22.26 [skip ci]
...
### [Version 1.22.26](https://github.com/lobehub/lobe-chat/compare/v1.22.25...v1.22.26 )
<sup>Released on **2024-10-23**</sup>
#### 💄 Styles
- **misc**: Fix some custom branding detail.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix some custom branding detail, closes [#4465 ](https://github.com/lobehub/lobe-chat/issues/4465 ) ([3fb1f6a ](https://github.com/lobehub/lobe-chat/commit/3fb1f6a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-23 18:26:38 +00:00
Arvin Xu
3fb1f6a93a
💄 style: fix some custom branding detail ( #4465 )
2024-10-24 02:19:14 +08:00
semantic-release-bot
9bcaa853c1
🔖 chore(release): v1.22.25 [skip ci]
...
### [Version 1.22.25](https://github.com/lobehub/lobe-chat/compare/v1.22.24...v1.22.25 )
<sup>Released on **2024-10-23**</sup>
#### ♻ Code Refactoring
- **misc**: Remove unused user tables.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Remove unused user tables, closes [#4464 ](https://github.com/lobehub/lobe-chat/issues/4464 ) ([c85a270 ](https://github.com/lobehub/lobe-chat/commit/c85a270 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-23 16:42:33 +00:00
Arvin Xu
c85a270a35
♻️ refactor: remove unused user tables ( #4464 )
2024-10-24 00:34:58 +08:00
semantic-release-bot
429476580a
🔖 chore(release): v1.22.24 [skip ci]
...
### [Version 1.22.24](https://github.com/lobehub/lobe-chat/compare/v1.22.23...v1.22.24 )
<sup>Released on **2024-10-23**</sup>
#### ♻ Code Refactoring
- **misc**: Support `plugin` flag.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Support `plugin` flag, closes [#4463 ](https://github.com/lobehub/lobe-chat/issues/4463 ) ([9b4be23 ](https://github.com/lobehub/lobe-chat/commit/9b4be23 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-23 16:07:42 +00:00
Arvin Xu
9b4be23fd9
♻️ refactor: support plugin flag ( #4463 )
...
* ♻️ refactor: support plugin flag
* ✅ test: add tests
2024-10-24 00:00:15 +08:00
semantic-release-bot
2dbc23ebd1
🔖 chore(release): v1.22.23 [skip ci]
...
### [Version 1.22.23](https://github.com/lobehub/lobe-chat/compare/v1.22.22...v1.22.23 )
<sup>Released on **2024-10-23**</sup>
#### 💄 Styles
- **misc**: Improve error i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve error i18n, closes [#4462 ](https://github.com/lobehub/lobe-chat/issues/4462 ) ([74fb5e7 ](https://github.com/lobehub/lobe-chat/commit/74fb5e7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-23 14:48:12 +00:00
Arvin Xu
74fb5e74ed
🌐 style: improve error i18n ( #4462 )
2024-10-23 22:40:23 +08:00
semantic-release-bot
920086d51c
🔖 chore(release): v1.22.22 [skip ci]
...
### [Version 1.22.22](https://github.com/lobehub/lobe-chat/compare/v1.22.21...v1.22.22 )
<sup>Released on **2024-10-23**</sup>
#### 💄 Styles
- **misc**: Improve i18n.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve i18n, closes [#4461 ](https://github.com/lobehub/lobe-chat/issues/4461 ) ([4c37928 ](https://github.com/lobehub/lobe-chat/commit/4c37928 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-23 13:49:10 +00:00
Arvin Xu
4c379288e2
💄 style: improve i18n ( #4461 )
...
* 🌐 style: improve i18n
* 🌐 style: improve i18n
* 🌐 style: improve i18n
* 🌐 style: improve i18n
2024-10-23 21:41:25 +08:00
semantic-release-bot
b544e52f9e
🔖 chore(release): v1.22.21 [skip ci]
...
### [Version 1.22.21](https://github.com/lobehub/lobe-chat/compare/v1.22.20...v1.22.21 )
<sup>Released on **2024-10-23**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor cookie/headers to async mode.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor cookie/headers to async mode, closes [#4459 ](https://github.com/lobehub/lobe-chat/issues/4459 ) ([98c5d21 ](https://github.com/lobehub/lobe-chat/commit/98c5d21 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-23 12:46:03 +00:00
sxjeru
297b113359
💄 style: Add step-1.5v-turbo model ( #4456 )
2024-10-23 20:38:45 +08:00
Arvin Xu
98c5d21e67
♻️ refactor: refactor cookie/headers to async mode ( #4459 )
...
* ♻️ refactor: refactor async api request
* ♻️ refactor: refactor async api request
* ♻️ refactor: refactor async api request
2024-10-23 20:37:40 +08:00
semantic-release-bot
79a58428ba
🔖 chore(release): v1.22.20 [skip ci]
...
### [Version 1.22.20](https://github.com/lobehub/lobe-chat/compare/v1.22.19...v1.22.20 )
<sup>Released on **2024-10-23**</sup>
#### 💄 Styles
- **misc**: Add new claude-3.5-sonnet model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add new claude-3.5-sonnet model, closes [#4452 ](https://github.com/lobehub/lobe-chat/issues/4452 ) ([7102393 ](https://github.com/lobehub/lobe-chat/commit/7102393 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-23 07:54:38 +00:00
LovelyGuYiMeng
7102393384
💄 style: add new claude-3.5-sonnet model ( #4452 )
...
* Update anthropic.ts
* Update anthropic.ts
* Update anthropic.ts
2024-10-23 15:47:15 +08:00
semantic-release-bot
507be8d748
🔖 chore(release): v1.22.19 [skip ci]
...
### [Version 1.22.19](https://github.com/lobehub/lobe-chat/compare/v1.22.18...v1.22.19 )
<sup>Released on **2024-10-22**</sup>
#### ♻ Code Refactoring
- **misc**: Move responsive to server utils folder.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Move responsive to server utils folder, closes [#4447 ](https://github.com/lobehub/lobe-chat/issues/4447 ) ([fe7fe64 ](https://github.com/lobehub/lobe-chat/commit/fe7fe64 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-22 17:24:40 +00:00
Arvin Xu
fe7fe644c2
♻️ refactor: move responsive to server utils folder ( #4447 )
2024-10-23 01:17:14 +08:00
semantic-release-bot
aceec09baa
🔖 chore(release): v1.22.18 [skip ci]
...
### [Version 1.22.18](https://github.com/lobehub/lobe-chat/compare/v1.22.17...v1.22.18 )
<sup>Released on **2024-10-22**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-22 14:32:20 +00:00
Arvin Xu
4429c2b5fc
⚡ ️ perf: use antd cssvar mode to improve performance ( #4446 )
...
* try cssvar
* Update package.json
2024-10-22 22:24:48 +08:00
renovate[bot]
f338b10ba6
Update dependency zustand to v5 ( #4421 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-22 20:09:44 +08:00
semantic-release-bot
80ebb25841
🔖 chore(release): v1.22.17 [skip ci]
...
### [Version 1.22.17](https://github.com/lobehub/lobe-chat/compare/v1.22.16...v1.22.17 )
<sup>Released on **2024-10-22**</sup>
#### ♻ Code Refactoring
- **misc**: Fix dynamic import in rsc layout.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Fix dynamic import in rsc layout, closes [#4445 ](https://github.com/lobehub/lobe-chat/issues/4445 ) ([011d62a ](https://github.com/lobehub/lobe-chat/commit/011d62a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-22 07:30:43 +00:00
Arvin Xu
011d62a1ec
♻️ refactor: fix dynamic import in rsc layout ( #4445 )
2024-10-22 15:23:16 +08:00
renovate[bot]
f104f65798
Update pnpm to v9.12.2 ( #4417 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-22 13:45:21 +08:00
renovate[bot]
45f8faeae1
Update dependency drizzle-kit to ^0.26.0 ( #4418 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-22 10:44:29 +08:00
renovate[bot]
ab8a820393
Update dependency drizzle-orm to ^0.35.0 ( #4419 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-22 10:44:18 +08:00
Arvin Xu
655f99be9a
🎨 chore: clean deps ( #4442 )
2024-10-22 09:00:47 +08:00
semantic-release-bot
d47a444e55
🔖 chore(release): v1.22.16 [skip ci]
...
### [Version 1.22.16](https://github.com/lobehub/lobe-chat/compare/v1.22.15...v1.22.16 )
<sup>Released on **2024-10-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix azure-ad.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix azure-ad, closes [#4438 ](https://github.com/lobehub/lobe-chat/issues/4438 ) ([8077317 ](https://github.com/lobehub/lobe-chat/commit/8077317 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-21 15:14:20 +00:00
Arvin Xu
8077317299
🐛 fix: fix azure-ad ( #4438 )
2024-10-21 23:06:58 +08:00
Arvin Xu
ea725b9121
🌐 chore: update i18n ( #4437 )
2024-10-21 22:37:17 +08:00
lobehubbot
0c53a83ad7
📝 docs(bot): Auto sync agents & plugin to readme
2024-10-21 14:17:19 +00:00
semantic-release-bot
54a0027eb0
🔖 chore(release): v1.22.15 [skip ci]
...
### [Version 1.22.15](https://github.com/lobehub/lobe-chat/compare/v1.22.14...v1.22.15 )
<sup>Released on **2024-10-21**</sup>
#### ♻ Code Refactoring
- **misc**: Update format utils and shared layout.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Update format utils and shared layout, closes [#4431 ](https://github.com/lobehub/lobe-chat/issues/4431 ) ([56ed073 ](https://github.com/lobehub/lobe-chat/commit/56ed073 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-21 14:16:22 +00:00
CanisMinor
56ed073941
♻️ refactor: Update format utils and shared layout ( #4431 )
...
* 🔧 chore: Update format utils
* 💄 style: Update layout
2024-10-21 22:08:45 +08:00
semantic-release-bot
fc1d0a6869
🔖 chore(release): v1.22.14 [skip ci]
...
### [Version 1.22.14](https://github.com/lobehub/lobe-chat/compare/v1.22.13...v1.22.14 )
<sup>Released on **2024-10-20**</sup>
#### 💄 Styles
- **misc**: Update wenxin 4.0 turbo model to latest.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update wenxin 4.0 turbo model to latest, closes [#4428 ](https://github.com/lobehub/lobe-chat/issues/4428 ) ([3389fbb ](https://github.com/lobehub/lobe-chat/commit/3389fbb ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-20 18:29:00 +00:00
renovate[bot]
d8de6ced39
Update dependency @langchain/community to ^0.3.0 ( #3968 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-21 02:21:39 +08:00
gomico
5963a3d408
📝 docs: Update docker.zh-CN.mdx ( #4391 )
...
* Update `docs/self-hosting/server-database/docker.zh-CN.mdx`
* Update docker.zh-CN.mdx
2024-10-21 02:20:24 +08:00
LovelyGuYiMeng
3389fbb1c3
💄 style: update wenxin 4.0 turbo model to latest ( #4428 )
...
* 💄 style: update wenxin 4.0 turbo model to latest
* Update mistral.ts
2024-10-21 02:18:18 +08:00
semantic-release-bot
14f16b122f
🔖 chore(release): v1.22.13 [skip ci]
...
### [Version 1.22.13](https://github.com/lobehub/lobe-chat/compare/v1.22.12...v1.22.13 )
<sup>Released on **2024-10-20**</sup>
#### 💄 Styles
- **misc**: Add Ministral model, update Together AI model list, add function call & vision.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Ministral model, closes [#4427 ](https://github.com/lobehub/lobe-chat/issues/4427 ) ([2042df8 ](https://github.com/lobehub/lobe-chat/commit/2042df8 ))
* **misc**: Update Together AI model list, add function call & vision, closes [#4393 ](https://github.com/lobehub/lobe-chat/issues/4393 ) ([d7fbf1b ](https://github.com/lobehub/lobe-chat/commit/d7fbf1b ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-20 16:10:48 +00:00
LovelyGuYiMeng
2042df8adb
💄 style: add Ministral model ( #4427 )
...
* Update zhipu.ts
* Update hunyuan.ts
* Update mistral.ts
* Update mistral.ts
* Update mistral.ts
2024-10-21 00:03:21 +08:00
Zhijie He
d7fbf1b1fa
💄 style: update Together AI model list, add function call & vision ( #4393 )
...
* 💄 style: update Together AI model list, add function call & vision
* 🐛 fix: fix typo
* 🐛 fix: fix typo in GitHub providers (`Phi-3.5-mini-instruct`)
2024-10-21 00:03:10 +08:00
semantic-release-bot
2a2b8d8521
🔖 chore(release): v1.22.12 [skip ci]
...
### [Version 1.22.12](https://github.com/lobehub/lobe-chat/compare/v1.22.11...v1.22.12 )
<sup>Released on **2024-10-20**</sup>
#### 💄 Styles
- **misc**: Add Llama 3.1 Nemotron 70B model & reorder some provider model list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Llama 3.1 Nemotron 70B model & reorder some provider model list, closes [#4424 ](https://github.com/lobehub/lobe-chat/issues/4424 ) ([9355a3d ](https://github.com/lobehub/lobe-chat/commit/9355a3d ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-20 14:07:05 +00:00
LovelyGuYiMeng
9355a3dc35
💄 style: add Llama 3.1 Nemotron 70B model & reorder some provider model list ( #4424 )
...
* Update siliconcloud.ts
* Update siliconcloud.ts
* Update siliconcloud.ts
* Update moonshot.ts
* Update stepfun.ts
* Update zeroone.ts
* Update zhipu.ts
* Update zhipu.ts
* Update zhipu.ts
2024-10-20 21:59:31 +08:00
semantic-release-bot
5d284d5f2c
🔖 chore(release): v1.22.11 [skip ci]
...
### [Version 1.22.11](https://github.com/lobehub/lobe-chat/compare/v1.22.10...v1.22.11 )
<sup>Released on **2024-10-20**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor azure ad to ms entra id.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor azure ad to ms entra id, closes [#4168 ](https://github.com/lobehub/lobe-chat/issues/4168 ) ([4fa9588 ](https://github.com/lobehub/lobe-chat/commit/4fa9588 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-20 13:00:59 +00:00
EINDEX
4fa95881cc
♻️ refactor: refactor azure ad to ms entra id ( #4168 )
...
* 📝 docs: update entra id sso document
* ✨ feat: support microsoft-entra-id sso login
* 📝 docs: update azure-ad releated document
* 🐛 fix: remove useless code.
* fix doc
* remove useless code
* remove useless env
* remove useless env
2024-10-20 20:53:54 +08:00
lobehubbot
d07d8a81a0
📝 docs(bot): Auto sync agents & plugin to readme
2024-10-20 03:47:24 +00:00
semantic-release-bot
035c38a464
🔖 chore(release): v1.22.10 [skip ci]
...
### [Version 1.22.10](https://github.com/lobehub/lobe-chat/compare/v1.22.9...v1.22.10 )
<sup>Released on **2024-10-20**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-20 03:46:19 +00:00
Arvin Xu
f68154ec88
👷 build: fix vercel build ( #4423 )
2024-10-20 11:38:57 +08:00
lyh_rain
e4666531fc
📝 docs(self hosting): Add deployment link for Alibaba Cloud international-site ( #4368 )
2024-10-20 11:28:59 +08:00
semantic-release-bot
92bf98a4b4
🔖 chore(release): v1.22.9 [skip ci]
...
### [Version 1.22.9](https://github.com/lobehub/lobe-chat/compare/v1.22.8...v1.22.9 )
<sup>Released on **2024-10-18**</sup>
#### 💄 Styles
- **misc**: Update Fireworks AI model list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Fireworks AI model list, closes [#4394 ](https://github.com/lobehub/lobe-chat/issues/4394 ) ([fe8ffdd ](https://github.com/lobehub/lobe-chat/commit/fe8ffdd ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-18 15:17:32 +00:00
Jason
3aec08330c
📝 docs: add Novita AI in zh-CN readme ( #4387 )
2024-10-18 23:09:55 +08:00
Zhijie He
fe8ffddc6e
💄 style: update Fireworks AI model list ( #4394 )
2024-10-18 23:09:09 +08:00
semantic-release-bot
433f70d6f1
🔖 chore(release): v1.22.8 [skip ci]
...
### [Version 1.22.8](https://github.com/lobehub/lobe-chat/compare/v1.22.7...v1.22.8 )
<sup>Released on **2024-10-17**</sup>
#### 💄 Styles
- **misc**: Add Yi-Lightning model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Yi-Lightning model, closes [#4390 ](https://github.com/lobehub/lobe-chat/issues/4390 ) ([9e9fb9a ](https://github.com/lobehub/lobe-chat/commit/9e9fb9a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-17 13:59:58 +00:00
sxjeru
9e9fb9a482
💄 style: Add Yi-Lightning model ( #4390 )
...
* Update zeroone.ts
* Update zeroone.ts
* Update zeroone.ts
* Update zeroone.ts
* Update zeroone.ts
2024-10-17 21:52:19 +08:00
semantic-release-bot
2b7bc5011a
🔖 chore(release): v1.22.7 [skip ci]
...
### [Version 1.22.7](https://github.com/lobehub/lobe-chat/compare/v1.22.6...v1.22.7 )
<sup>Released on **2024-10-17**</sup>
#### 💄 Styles
- **misc**: Add qwen vision model & update qwen2.5 72b to 128k for siliconcloud.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add qwen vision model & update qwen2.5 72b to 128k for siliconcloud, closes [#4380 ](https://github.com/lobehub/lobe-chat/issues/4380 ) ([e8c009b ](https://github.com/lobehub/lobe-chat/commit/e8c009b ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-17 04:38:19 +00:00
LovelyGuYiMeng
e8c009b1ba
💄 style: add qwen vision model & update qwen2.5 72b to 128k for siliconcloud ( #4380 )
...
* Update siliconcloud.ts
* Update siliconcloud.ts
* Update siliconcloud.ts
* Update huggingface.ts
* Update siliconcloud.ts
* Update siliconcloud.ts
* Update siliconcloud.ts
* Update siliconcloud.ts
2024-10-17 12:30:59 +08:00
lobehubbot
41c55f88fd
📝 docs(bot): Auto sync agents & plugin to readme
2024-10-15 04:08:46 +00:00
Arthals
e189e5c589
📝 docs: fix style tag bug ( #4376 )
2024-10-15 12:01:28 +08:00
lobehubbot
6facd4fbe2
📝 docs(bot): Auto sync agents & plugin to readme
2024-10-14 13:57:44 +00:00
Arthals
2820697103
📝 docs: align variable names ( #4369 )
2024-10-14 21:50:22 +08:00
Dnaynu
04b58f8ad4
📝 docs: Fix typo in README ( #4366 )
...
Corrected "Lean more" to "Learn more" in [README.md].
This pull request addresses a minor typo found in repository. The typo has been corrected to improve clarity and maintain the quality of the documentation.
This change is purely cosmetic and does not affect functionality.
2024-10-14 11:22:28 +08:00
Lumia
6d07f53c86
📝 docs: Update cloudflare-zero-trust zh-CN ( #4363 )
2024-10-14 10:26:39 +08:00
semantic-release-bot
3bd7791a9f
🔖 chore(release): v1.22.6 [skip ci]
...
### [Version 1.22.6](https://github.com/lobehub/lobe-chat/compare/v1.22.5...v1.22.6 )
<sup>Released on **2024-10-13**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix images not go in to chat context.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix images not go in to chat context, closes [#4361 ](https://github.com/lobehub/lobe-chat/issues/4361 ) ([f17ab49 ](https://github.com/lobehub/lobe-chat/commit/f17ab49 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-13 18:05:31 +00:00
Arvin Xu
f17ab49772
🐛 fix: fix images not go in to chat context ( #4361 )
...
* 💡 chore: add jsdoc
* 🐛 fix: fix the image not in ai chat message
* 💡 chore: add jsdoc
* 🐛 fix: fix
2024-10-14 01:58:10 +08:00
semantic-release-bot
ed7e4e37d8
🔖 chore(release): v1.22.5 [skip ci]
...
### [Version 1.22.5](https://github.com/lobehub/lobe-chat/compare/v1.22.4...v1.22.5 )
<sup>Released on **2024-10-13**</sup>
#### 💄 Styles
- **misc**: Reorder github model list & updata info & add new model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Reorder github model list & updata info & add new model, closes [#4360 ](https://github.com/lobehub/lobe-chat/issues/4360 ) ([e7767a5 ](https://github.com/lobehub/lobe-chat/commit/e7767a5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-13 17:25:08 +00:00
LovelyGuYiMeng
e7767a569e
💄 style: Reorder github model list & updata info & add new model ( #4360 )
...
* Update huggingface.ts
* Update github.ts
* Update github.ts
* Update github.ts
* Update huggingface.ts
2024-10-14 01:17:44 +08:00
semantic-release-bot
6965943719
🔖 chore(release): v1.22.4 [skip ci]
...
### [Version 1.22.4](https://github.com/lobehub/lobe-chat/compare/v1.22.3...v1.22.4 )
<sup>Released on **2024-10-13**</sup>
#### ♻ Code Refactoring
- **misc**: Separate message slice and aiChat slice.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Separate message slice and aiChat slice, closes [#4359 ](https://github.com/lobehub/lobe-chat/issues/4359 ) ([7d037f6 ](https://github.com/lobehub/lobe-chat/commit/7d037f6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-13 16:02:45 +00:00
Arvin Xu
7d037f67ba
♻️ refactor: separate message slice and aiChat slice ( #4359 )
...
* ♻️ refactor: separate message slice and ai-chat slice
* 🎨 chore: clean code
* ♻️ refactor: refactor the initialState
* ♻️ refactor: refactor the initialState
* ✅ test: add more tests
2024-10-13 23:55:29 +08:00
semantic-release-bot
99308de4fc
🔖 chore(release): v1.22.3 [skip ci]
...
### [Version 1.22.3](https://github.com/lobehub/lobe-chat/compare/v1.22.2...v1.22.3 )
<sup>Released on **2024-10-13**</sup>
#### 💄 Styles
- **misc**: Support multi-windows for PWA.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support multi-windows for PWA, closes [#4334 ](https://github.com/lobehub/lobe-chat/issues/4334 ) ([0284606 ](https://github.com/lobehub/lobe-chat/commit/0284606 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-13 14:33:51 +00:00
BrandonStudio
0284606213
💄 style: support multi-windows for PWA ( #4334 )
...
Support multi-window on desktop devices
2024-10-13 22:26:33 +08:00
semantic-release-bot
55646232f7
🔖 chore(release): v1.22.2 [skip ci]
...
### [Version 1.22.2](https://github.com/lobehub/lobe-chat/compare/v1.22.1...v1.22.2 )
<sup>Released on **2024-10-13**</sup>
#### 🐛 Bug Fixes
- **misc**: Allow use email as name in logto.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Allow use email as name in logto, closes [#4350 ](https://github.com/lobehub/lobe-chat/issues/4350 ) ([d5a046a ](https://github.com/lobehub/lobe-chat/commit/d5a046a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-13 07:55:12 +00:00
Yao Cai
d5a046a9e5
🐛 fix: allow use email as name in logto ( #4350 )
2024-10-13 15:47:51 +08:00
Arthals
c04afbadaa
📝 docs: docker compose project name ( #4349 )
2024-10-13 12:09:16 +08:00
Arthals
62cbf1c032
📝 docs: add casdoor docker compose document ( #4338 )
...
* 📝 docs: Casdoor
* 📝 docs: Docker-compose
* 📝 docs: Docker-compose
* 📝 docs: English ver.
* 📝 docs: Incorporate review suggestions
* 📝 docs: Incorporate review suggestions
2024-10-13 10:49:20 +08:00
renovate[bot]
1873cc2cd2
Update pnpm to v9.12.1 ( #4342 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-13 09:32:09 +08:00
renovate[bot]
4e8f3b98cb
Update dependency @neondatabase/serverless to ^0.10.0 ( #4343 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-13 09:31:49 +08:00
renovate[bot]
7f2a516040
Update dependency drizzle-kit to ^0.25.0 ( #4344 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-13 09:31:30 +08:00
renovate[bot]
65c654812f
Update dependency drizzle-orm to ^0.34.0 ( #4345 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-13 09:31:01 +08:00
semantic-release-bot
a733c9651f
🔖 chore(release): v1.22.1 [skip ci]
...
### [Version 1.22.1](https://github.com/lobehub/lobe-chat/compare/v1.22.0...v1.22.1 )
<sup>Released on **2024-10-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix function calling issue, disable stream when using tools.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix function calling issue, disable stream when using tools, closes [#4335 ](https://github.com/lobehub/lobe-chat/issues/4335 ) ([9f8e0a9 ](https://github.com/lobehub/lobe-chat/commit/9f8e0a9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-12 16:40:14 +00:00
Zhijie He
9f8e0a9258
🐛 fix: fix function calling issue, disable stream when using tools ( #4335 )
2024-10-13 00:32:58 +08:00
semantic-release-bot
acfbbf2562
🔖 chore(release): v1.22.0 [skip ci]
...
## [Version 1.22.0](https://github.com/lobehub/lobe-chat/compare/v1.21.16...v1.22.0 )
<sup>Released on **2024-10-12**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the chat webapi.
#### ✨ Features
- **misc**: Add HuggingFace Model Provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the chat webapi, closes [#4339 ](https://github.com/lobehub/lobe-chat/issues/4339 ) ([4722444 ](https://github.com/lobehub/lobe-chat/commit/4722444 ))
#### What's improved
* **misc**: Add HuggingFace Model Provider, closes [#4225 ](https://github.com/lobehub/lobe-chat/issues/4225 ) ([d310931 ](https://github.com/lobehub/lobe-chat/commit/d310931 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-12 14:42:37 +00:00
Arvin Xu
d3109318c8
✨ feat: add HuggingFace Model Provider ( #4225 )
...
* 🚧 wip: add hf runtime
* 💄 style: add HUGGINGFACE_MODEL_LIST
* 🚨 chore: fix lint
* 🎨 chore: fix code
* support handle stream error
* fix
* add i18n
* refactor with openai runtime
* refactor: refactor the HF implement
* 🐛 fix: fix
* 🐛 fix: fix
* 🐛 fix: fix
2024-10-12 22:35:13 +08:00
Arvin Xu
4722444a80
♻️ refactor: refactor the chat webapi ( #4339 )
2024-10-12 22:34:55 +08:00
TC
8bb3c8f641
📝 docs: update wenxin provider docs ( #4333 )
...
* 📝 docs: update docs for providers
* 📝 docs: update provider doc
2024-10-12 14:47:53 +08:00
lobehubbot
609cf5b3f8
📝 docs(bot): Auto sync agents & plugin to readme
2024-10-12 06:35:33 +00:00
lyh_rain
42690293c3
📝 docs(self-hosting): Add deployment link for Alibaba Cloud' domestic-site ( #4331 )
...
Co-authored-by: bupt_rain <lyh376240@alibaba-inc.com >
2024-10-12 14:28:06 +08:00
renovate[bot]
5f4dcab95b
Update dependency langchain to ^0.3.0 ( #3970 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-12 11:27:24 +08:00
semantic-release-bot
43a89b9d89
🔖 chore(release): v1.21.16 [skip ci]
...
### [Version 1.21.16](https://github.com/lobehub/lobe-chat/compare/v1.21.15...v1.21.16 )
<sup>Released on **2024-10-12**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-12 02:56:00 +00:00
stone-w4tch3r
e1cbe81b91
👷 build: Simplify custom builds for NEXT_PUBLIC vars ( #4252 )
...
* feat: add build-args support for NEXT_PUBLIC_xxx environment variables
* build: Add GitHub Action to build and publish Docker image with custom NEXT_PUBLIC variable
* fix: Add NEXT_PUBLIC_BASE_PATH to Dockerfile.database
* feat: use base lobe-caht repository for build and set manual trigger
* docs: add guide for building custom image with overridden NEXT_PUBLIC variables
* doc: added comments to custom-build.yml
* doc: improved custom build instructions
* fix: moved workflow to documentation
* fix: removed NEXT_PUBLIC_S3_DOMAIN
2024-10-12 10:48:48 +08:00
semantic-release-bot
69583b14b4
🔖 chore(release): v1.21.15 [skip ci]
...
### [Version 1.21.15](https://github.com/lobehub/lobe-chat/compare/v1.21.14...v1.21.15 )
<sup>Released on **2024-10-12**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-12 02:38:26 +00:00
Zhijie He
f2ee6307ac
💄 styles: update siliconflow models info (function_call) ( #4329 )
2024-10-12 10:30:45 +08:00
dupl
1edd6f61f4
👷 build: fix netlify deployment failed ( #4328 )
2024-10-12 10:29:42 +08:00
semantic-release-bot
71877240a4
🔖 chore(release): v1.21.14 [skip ci]
...
### [Version 1.21.14](https://github.com/lobehub/lobe-chat/compare/v1.21.13...v1.21.14 )
<sup>Released on **2024-10-12**</sup>
#### 💄 Styles
- **misc**: Fix artifacts render markdown.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix artifacts render markdown, closes [#4327 ](https://github.com/lobehub/lobe-chat/issues/4327 ) ([6bb6ea6 ](https://github.com/lobehub/lobe-chat/commit/6bb6ea6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-12 00:45:15 +00:00
Arvin Xu
6bb6ea6c9d
💄 style: fix artifacts render markdown ( #4327 )
2024-10-12 09:37:28 +09:00
TC
eda92e20d9
📝 docs: update docs for providers ( #4326 )
2024-10-12 00:43:32 +08:00
semantic-release-bot
23c5bf7bc6
🔖 chore(release): v1.21.13 [skip ci]
...
### [Version 1.21.13](https://github.com/lobehub/lobe-chat/compare/v1.21.12...v1.21.13 )
<sup>Released on **2024-10-11**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor agent runtime implement of stream and ZHIPU provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor agent runtime implement of stream and ZHIPU provider, closes [#4323 ](https://github.com/lobehub/lobe-chat/issues/4323 ) ([59661a1 ](https://github.com/lobehub/lobe-chat/commit/59661a1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-11 15:58:18 +00:00
Arvin Xu
59661a1735
♻️ refactor: refactor agent runtime implement of stream and ZHIPU provider ( #4323 )
...
* ♻️ refactor: refactor stream implement
* ♻️ refactor: refactor the Zhipu AI to the OpenAICompatible
* 🎨 chore: clean wenxin code
* 🐛 fix: fix ZHIPU payload
2024-10-11 23:50:55 +08:00
semantic-release-bot
e68f81f947
🔖 chore(release): v1.21.12 [skip ci]
...
### [Version 1.21.12](https://github.com/lobehub/lobe-chat/compare/v1.21.11...v1.21.12 )
<sup>Released on **2024-10-11**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the jwt code.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the jwt code, closes [#4322 ](https://github.com/lobehub/lobe-chat/issues/4322 ) ([b7258b9 ](https://github.com/lobehub/lobe-chat/commit/b7258b9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-11 13:11:58 +00:00
Arvin Xu
b7258b95e5
♻️ refactor: refactor the jwt code ( #4322 )
...
* ♻️ refactor: refactor the jwt code
* clean
* fix lint
2024-10-11 21:04:26 +08:00
renovate[bot]
16bce6dc3f
Update dependency @anthropic-ai/sdk to ^0.29.0 ( #4266 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-11 17:00:54 +08:00
semantic-release-bot
78a937a96e
🔖 chore(release): v1.21.11 [skip ci]
...
### [Version 1.21.11](https://github.com/lobehub/lobe-chat/compare/v1.21.10...v1.21.11 )
<sup>Released on **2024-10-11**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the backend code for better organization.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the backend code for better organization, closes [#4287 ](https://github.com/lobehub/lobe-chat/issues/4287 ) ([9a369ac ](https://github.com/lobehub/lobe-chat/commit/9a369ac ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-11 08:53:23 +00:00
Arvin Xu
9a369ac088
♻️ refactor: refactor the backend code for better organization ( #4287 )
...
* ♻️ refactor: move AgentRuntime
* ♻️ refactor: move errorResponse
* ♻️ refactor: move auth middleware
* ♻️ refactor: move createBizOpenAI
* 🐛 fix: fix rewriteQuery
* fix
2024-10-11 16:45:39 +08:00
semantic-release-bot
04af49a7b6
🔖 chore(release): v1.21.10 [skip ci]
...
### [Version 1.21.10](https://github.com/lobehub/lobe-chat/compare/v1.21.9...v1.21.10 )
<sup>Released on **2024-10-11**</sup>
#### 💄 Styles
- **misc**: Updata gpt-4o model info.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Updata gpt-4o model info, closes [#4318 ](https://github.com/lobehub/lobe-chat/issues/4318 ) ([fa27ddf ](https://github.com/lobehub/lobe-chat/commit/fa27ddf ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-11 07:32:46 +00:00
LovelyGuYiMeng
c68ef380c3
🔨 chore: fix gpt-4o model ci ( #4319 )
...
* Update openai.ts
* Update openrouter.ts
* Update modelProvider.test.ts
* Update index.test.ts.snap
2024-10-11 15:25:20 +08:00
LovelyGuYiMeng
fa27ddf20d
💄 style: updata gpt-4o model info ( #4318 )
...
* Update openai.ts
* Update openrouter.ts
2024-10-11 14:31:41 +08:00
semantic-release-bot
e52a3e6082
🔖 chore(release): v1.21.9 [skip ci]
...
### [Version 1.21.9](https://github.com/lobehub/lobe-chat/compare/v1.21.8...v1.21.9 )
<sup>Released on **2024-10-10**</sup>
#### 💄 Styles
- **misc**: Update qwen vl model to latest.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update qwen vl model to latest, closes [#4307 ](https://github.com/lobehub/lobe-chat/issues/4307 ) ([25a7ea2 ](https://github.com/lobehub/lobe-chat/commit/25a7ea2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-10 15:27:59 +00:00
LovelyGuYiMeng
25a7ea2f96
💄 style: update qwen vl model to latest ( #4307 )
...
* Update qwen.ts
* Update qwen.ts
2024-10-10 23:20:28 +08:00
lobehubbot
9bfd64e35a
📝 docs(bot): Auto sync agents & plugin to readme
2024-10-10 11:48:11 +00:00
Yao Cai
b36d466cb5
♻️ docs: Maintainable configurations for casdoor initialization ( #4259 )
...
* ♻️ refactor: make init_data.json visible
* ♻️ refactor: remove unused webapi records
* ♻️ refactor: remove unused signin methods
* :refactor: recycle: remove unused tokens
* ♻️ refactor: remove unused providers
* 🐛 fix: wrong redirectUrls
* 💄 style: use lobe branding
* 👷 ci: specific docker compose file version
* ♻️ refactor: remove session
* ♻️ refactor: enableLinkWithEmail
* ⏪ revert: - version for docker compose
* 🐛 fix: command not work on newest docker
2024-10-10 19:40:25 +08:00
lobehubbot
e653418c67
📝 docs(bot): Auto sync agents & plugin to readme
2024-10-08 14:57:20 +00:00
semantic-release-bot
a86b725563
🔖 chore(release): v1.21.8 [skip ci]
...
### [Version 1.21.8](https://github.com/lobehub/lobe-chat/compare/v1.21.7...v1.21.8 )
<sup>Released on **2024-10-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix auto rewrite query when user message is too long.
#### 💄 Styles
- **misc**: Support yml in file chunk.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix auto rewrite query when user message is too long, closes [#4288 ](https://github.com/lobehub/lobe-chat/issues/4288 ) ([a2d3d32 ](https://github.com/lobehub/lobe-chat/commit/a2d3d32 ))
#### Styles
* **misc**: Support yml in file chunk, closes [#4283 ](https://github.com/lobehub/lobe-chat/issues/4283 ) ([cec7ec0 ](https://github.com/lobehub/lobe-chat/commit/cec7ec0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-08 14:56:17 +00:00
彼方
cec7ec0ea3
💄 style: support yml in file chunk ( #4283 )
...
新增.yml格式,并且删除重复的.md格式
2024-10-08 22:48:55 +08:00
Arvin Xu
a2d3d32c3b
🐛 fix: fix auto rewrite query when user message is too long ( #4288 )
...
* 🐛 fix: fix rewriteQuery
* 🐛 fix: fix rewriteQuery
2024-10-08 22:47:50 +08:00
semantic-release-bot
7d1e5c46ae
🔖 chore(release): v1.21.7 [skip ci]
...
### [Version 1.21.7](https://github.com/lobehub/lobe-chat/compare/v1.21.6...v1.21.7 )
<sup>Released on **2024-10-08**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor `text-to-image` endpoint.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor `text-to-image` endpoint, closes [#4272 ](https://github.com/lobehub/lobe-chat/issues/4272 ) ([0c02073 ](https://github.com/lobehub/lobe-chat/commit/0c02073 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-08 00:26:23 +00:00
Arvin Xu
0c02073629
♻️ refactor: refactor text-to-image endpoint ( #4272 )
2024-10-08 08:19:10 +08:00
renovate[bot]
8a0e45cc06
Update pnpm to v9.12.0 ( #4267 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-06 22:14:00 +08:00
lobehubbot
0c322835a9
📝 docs(bot): Auto sync agents & plugin to readme
2024-10-05 16:31:50 +00:00
semantic-release-bot
7e334aa4b7
🔖 chore(release): v1.21.6 [skip ci]
...
### [Version 1.21.6](https://github.com/lobehub/lobe-chat/compare/v1.21.5...v1.21.6 )
<sup>Released on **2024-10-05**</sup>
#### ♻ Code Refactoring
- **misc**: Move backend api to (backend) folder group.
#### 🐛 Bug Fixes
- **misc**: Fix txt-to-image api.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Move backend api to (backend) folder group, closes [#4262 ](https://github.com/lobehub/lobe-chat/issues/4262 ) ([d8afb46 ](https://github.com/lobehub/lobe-chat/commit/d8afb46 ))
#### What's fixed
* **misc**: Fix txt-to-image api, closes [#4264 ](https://github.com/lobehub/lobe-chat/issues/4264 ) ([d1ff4ba ](https://github.com/lobehub/lobe-chat/commit/d1ff4ba ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-05 16:30:47 +00:00
Arvin Xu
d1ff4ba154
🐛 fix: fix txt-to-image api ( #4264 )
2024-10-06 00:23:23 +08:00
Arvin Xu
d8afb467d8
♻️ refactor: move backend api to (backend) folder group ( #4262 )
...
* ♻️ refactor: move backend api to (backend) folder group
* ✅ test: fix tests
2024-10-06 00:16:54 +08:00
semantic-release-bot
bdc4f4e719
🔖 chore(release): v1.21.5 [skip ci]
...
### [Version 1.21.5](https://github.com/lobehub/lobe-chat/compare/v1.21.4...v1.21.5 )
<sup>Released on **2024-10-05**</sup>
#### 💄 Styles
- **misc**: Support shadcn in Artifacts.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support shadcn in Artifacts, closes [#4256 ](https://github.com/lobehub/lobe-chat/issues/4256 ) ([863bae5 ](https://github.com/lobehub/lobe-chat/commit/863bae5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-05 13:59:49 +00:00
Arvin Xu
863bae54f0
💄 style: support shadcn in Artifacts ( #4256 )
...
* 🐛 fix: support shadcn
* 🐛 fix: support shadcn
* ♻️ refactor: improve shadcn code
2024-10-05 21:52:24 +08:00
semantic-release-bot
3bf7975000
🔖 chore(release): v1.21.4 [skip ci]
...
### [Version 1.21.4](https://github.com/lobehub/lobe-chat/compare/v1.21.3...v1.21.4 )
<sup>Released on **2024-10-02**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix recharts deps in the Artifacts React Renderer.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix recharts deps in the Artifacts React Renderer, closes [#4245 ](https://github.com/lobehub/lobe-chat/issues/4245 ) ([a120d21 ](https://github.com/lobehub/lobe-chat/commit/a120d21 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-02 08:15:15 +00:00
Arvin Xu
a120d21de6
🐛 fix: fix recharts deps in the Artifacts React Renderer ( #4245 )
2024-10-02 16:07:43 +08:00
semantic-release-bot
54f6912773
🔖 chore(release): v1.21.3 [skip ci]
...
### [Version 1.21.3](https://github.com/lobehub/lobe-chat/compare/v1.21.2...v1.21.3 )
<sup>Released on **2024-10-01**</sup>
#### ♻ Code Refactoring
- **misc**: Move most `/api` to `/webapi`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Move most `/api` to `/webapi`, closes [#4233 ](https://github.com/lobehub/lobe-chat/issues/4233 ) ([542c359 ](https://github.com/lobehub/lobe-chat/commit/542c359 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-01 09:49:08 +00:00
Arvin Xu
542c359f66
♻️ refactor: move most /api to /webapi ( #4233 )
...
* ♻️ refactor: /api to /webapi
* ✅ test: fix tests
2024-10-01 17:41:38 +08:00
semantic-release-bot
160b49090e
🔖 chore(release): v1.21.2 [skip ci]
...
### [Version 1.21.2](https://github.com/lobehub/lobe-chat/compare/v1.21.1...v1.21.2 )
<sup>Released on **2024-10-01**</sup>
#### 💄 Styles
- **misc**: Adjust Wenxin icon size.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Adjust Wenxin icon size, closes [#4229 ](https://github.com/lobehub/lobe-chat/issues/4229 ) ([6ae79ce ](https://github.com/lobehub/lobe-chat/commit/6ae79ce ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-10-01 05:04:50 +00:00
Zhijie He
08ce3f3a10
👷 build: set --dns-result-order=ipv4first as default ( #4231 )
2024-10-01 12:57:39 +08:00
Zhijie He
6ae79ce434
💄 style: adjust Wenxin icon size ( #4229 )
...
* 💄 style: adjust Wenxin icon size
* 💄 style: add extra "一言" for Wenxin
* 🐛 fix: fix `Error: Props should be sorted alphabetically react/jsx-sort-props`
* 💄 style: remove title
* 🐛 fix: fix build error
2024-10-01 12:52:41 +08:00
lobehubbot
7f50ddac7c
📝 docs(bot): Auto sync agents & plugin to readme
2024-09-30 12:47:28 +00:00
semantic-release-bot
592b63130c
🔖 chore(release): v1.21.1 [skip ci]
...
### [Version 1.21.1](https://github.com/lobehub/lobe-chat/compare/v1.21.0...v1.21.1 )
<sup>Released on **2024-09-30**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-30 12:46:25 +00:00
Zhijie He
7df27e8a87
👷 build: enhance Self-host CA usage & remove TLS detection ( #4223 )
...
* 👷 build: enhance TLS cert checking & Self-host CA usage
* 👷 build: add Wenxin ENV
* 🔨 chore: handle timeout
* Update startServer.js
* 👷 build: remove TLS detection
2024-09-30 20:38:22 +08:00
semantic-release-bot
ca9deaae52
🔖 chore(release): v1.21.0 [skip ci]
...
## [Version 1.21.0](https://github.com/lobehub/lobe-chat/compare/v1.20.8...v1.21.0 )
<sup>Released on **2024-09-30**</sup>
#### ✨ Features
- **misc**: Add wenxin model provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add wenxin model provider, closes [#4018 ](https://github.com/lobehub/lobe-chat/issues/4018 ) ([4483599 ](https://github.com/lobehub/lobe-chat/commit/4483599 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-30 06:56:06 +00:00
Arvin Xu
4483599683
✨ feat: add wenxin model provider ( #4018 )
...
* add wenxinyiyan
* fix locale
* 🐛 fix: support weinxin error handle
* 🚨 chore: fix lint
* 🚨 chore: fix lint
* 优化 api key 提示弹窗
* Update wenxin.ts
* Update wenxin.ts
* Update providers.tsx
* Update index.ts
* Update wenxin.ts
* add i18n
* update i18n
* fix QuotaLimitReached
* add quota limit message
* fix i18n
* fix i18n
* fix i18n
* fix ERNIE-3.5 id
* fix rate limit code and smoothing
---------
Co-authored-by: LovelyGuYiMeng <76251800+LovelyGuYiMeng@users.noreply.github.com >
2024-09-30 14:48:33 +08:00
semantic-release-bot
82b9bbc746
🔖 chore(release): v1.20.8 [skip ci]
...
### [Version 1.20.8](https://github.com/lobehub/lobe-chat/compare/v1.20.7...v1.20.8 )
<sup>Released on **2024-09-30**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-30 03:35:55 +00:00
Zhijie He
8e87a4ae59
👷 build: remove unnecessary SSL judgments ( #4219 )
...
* ♻️ refactor: remove unnecessary SSL judgments
* 🔨 chore: handle `ERR_TLS_CERT_ALTNAME_INVALID` error
2024-09-30 11:29:05 +08:00
Arvin Xu
3f4fe82207
🔨 chore: upgrade shiki to 1.21.0 ( #4218 )
2024-09-30 11:22:15 +08:00
semantic-release-bot
96eb9da9cf
🔖 chore(release): v1.20.7 [skip ci]
...
### [Version 1.20.7](https://github.com/lobehub/lobe-chat/compare/v1.20.6...v1.20.7 )
<sup>Released on **2024-09-29**</sup>
#### 💄 Styles
- **misc**: Update groq model list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update groq model list, closes [#4195 ](https://github.com/lobehub/lobe-chat/issues/4195 ) ([ef5164d ](https://github.com/lobehub/lobe-chat/commit/ef5164d ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-29 19:05:00 +00:00
LovelyGuYiMeng
ef5164de6d
💄 style: update groq model list ( #4195 )
...
* Update groq.ts
* Update groq.ts
2024-09-30 02:57:50 +08:00
semantic-release-bot
8fa1140a4f
🔖 chore(release): v1.20.6 [skip ci]
...
### [Version 1.20.6](https://github.com/lobehub/lobe-chat/compare/v1.20.5...v1.20.6 )
<sup>Released on **2024-09-29**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-29 18:40:16 +00:00
Zhijie He
fadbc41c01
👷 build: fix zeabur build ( #4213 )
...
* 👷 build: add `SKIP_DB_MIGRATION` ENV
* 🔨 chore: change logic
* 💄 style: update error output style
* Update startServer.js
* 👷 build: detect DB_MIGRATION_SCRIPT_PATH, if not exist then skip
* 🔨 chore: improve console log
* 🔨 chore: add skip reason
* 🐛 fix: fix fs calling error
* 🐛 fix: fix `proxychains` conf generate error
* 🔨 chore: fix catch error
* 🐛 fix: fix typo
2024-09-30 02:33:01 +08:00
lobehubbot
376261d3ba
📝 docs(bot): Auto sync agents & plugin to readme
2024-09-29 18:19:29 +00:00
Zixu Zhen
b3a2f80578
📝 docs: Prevent '#' and its subsequent comments from affecting the URL of S3 configuration ( #4211 )
...
* Prevent URL related comments in env files from affecting usage
* Prevent URL related comments in env files from affecting usage
* Prevent URL related comments in env files from affecting usage
* Prevent URL related comments in env files from affecting usage
2024-09-30 02:12:18 +08:00
semantic-release-bot
86736dbb09
🔖 chore(release): v1.20.5 [skip ci]
...
### [Version 1.20.5](https://github.com/lobehub/lobe-chat/compare/v1.20.4...v1.20.5 )
<sup>Released on **2024-09-29**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-29 03:40:41 +00:00
Lumia
d05afb4a9f
📝 docs: Update docker-compose to use new LOGTO env ( #4199 )
...
* Update docker-compose.mdx
* Update docker-compose.zh-CN.mdx
2024-09-29 11:33:14 +08:00
Zhijie He
12dfead151
👷 build: optimize image size under glibc env ( #4176 )
2024-09-29 11:31:55 +08:00
semantic-release-bot
969f9a6b25
🔖 chore(release): v1.20.4 [skip ci]
...
### [Version 1.20.4](https://github.com/lobehub/lobe-chat/compare/v1.20.3...v1.20.4 )
<sup>Released on **2024-09-28**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-28 17:36:23 +00:00
CanisMinor
d3f1fa6387
⚡ perf: remove some blur style to improve performance ( #4085 )
...
* ⚡ perf: Remove some blur style
* 💄 style: improve Conversation
* 💄 style: improve Conversation
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
2024-09-29 01:29:20 +08:00
renovate[bot]
6b3e4306b9
Update dependency unstructured-client to ^0.18.0 ( #4065 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-28 23:36:06 +08:00
Lumia
88dc3c9617
📝 docs: Add deployment using ZITADEL authentication services ( #4081 )
...
* Create docker-compose.yml for local deploy with zitadel
Create docker-compose.yml for local deploy with zitadel
* Create .env.zh-CN.example for local deploy with zitadel
Create .env.zh-CN.example for local deploy with zitadel
* Create .env.example for local deploy with zitadel
Create .env.example for local deploy with zitadel
* Update .env.zh-CN.example
* Create docker-compose.yml for self-hosting with zitadel
Create docker-compose.yml for self-hosting with zitadel
* Create .env.zh-CN.example for self-hosting deploy with zitadel
Create .env.zh-CN.example for self-hosting deploy with zitadel
* Create .env.example for self-host deploy with zitadel
Create .env.example for self-host deploy with zitadel
* Create zitadel-init-steps.yaml
* Create zitadel-config.yaml
* Update docker-compose.yml
* Update docker-compose.yml
* Create zitadel-config.yaml
* Create zitadel-init-steps.yaml
* Update .env.zh-CN.example
* Update .env.example
* Update .env.example
* Update .env.zh-CN.example
* Update zitadel-init-steps.yaml
2024-09-28 23:35:48 +08:00
semantic-release-bot
2c70b90b60
🔖 chore(release): v1.20.3 [skip ci]
...
### [Version 1.20.3](https://github.com/lobehub/lobe-chat/compare/v1.20.2...v1.20.3 )
<sup>Released on **2024-09-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Improve delete orphan chunks when delete files.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Improve delete orphan chunks when delete files, closes [#4179 ](https://github.com/lobehub/lobe-chat/issues/4179 ) ([f3e0ffe ](https://github.com/lobehub/lobe-chat/commit/f3e0ffe ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-28 15:07:42 +00:00
Arvin Xu
f3e0ffe433
🐛 fix: improve delete orphan chunks when delete files ( #4179 )
...
* 🐛 fix: make deleteOrphanChunks parallels
* 🐛 fix: make deleteOrphanChunks parallels
2024-09-28 23:00:30 +08:00
Caspian Zhao
9aa171213e
📝 docs: add new configuration item of clerk singup ( #4188 )
2024-09-28 18:31:28 +08:00
Lumia
164a5a0177
📝 docs: update model-provider document ( #4181 )
...
* Update model-provider.zh-CN.mdx
增加混元模型
* Update model-provider.mdx
add HUNYUAN Model
2024-09-28 18:30:00 +08:00
semantic-release-bot
302ceeae91
🔖 chore(release): v1.20.2 [skip ci]
...
### [Version 1.20.2](https://github.com/lobehub/lobe-chat/compare/v1.20.1...v1.20.2 )
<sup>Released on **2024-09-27**</sup>
#### 💄 Styles
- **misc**: Add zhipu glm-4-flashx model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add zhipu glm-4-flashx model, closes [#4173 ](https://github.com/lobehub/lobe-chat/issues/4173 ) ([b0c3abc ](https://github.com/lobehub/lobe-chat/commit/b0c3abc ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-27 13:20:12 +00:00
LovelyGuYiMeng
b0c3abcc19
💄 style: add zhipu glm-4-flashx model ( #4173 )
...
* Update zhipu.ts
* Update siliconcloud.ts
* Update siliconcloud.ts
* Update zhipu.ts
* Update siliconcloud.ts
2024-09-27 21:12:51 +08:00
Arvin Xu
63ca869145
👷 build: revert #4025 ( #4175 )
...
This reverts commit 7eecb23d22 .
2024-09-27 21:07:42 +08:00
semantic-release-bot
794ca8b0f3
🔖 chore(release): v1.20.1 [skip ci]
...
### [Version 1.20.1](https://github.com/lobehub/lobe-chat/compare/v1.20.0...v1.20.1 )
<sup>Released on **2024-09-27**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-27 12:48:23 +00:00
Zhijie He
7eecb23d22
👷 build: optimize image size under glibc env ( #4025 )
...
* 👷 build: optimize image size under `glibc` env
* 👷 build: add `startServer.js` as server launcher
* 🐛 fix: `PROXY_URL` missing
* 🔨 chore: exit if DB migration failed
* 🔨 chore: allow resolve ipv6 address
* 🔨 chore: rollback changes, cleanup code
* 🔨 chore: improve console log
* 🔨 chore: improve error print
* 👷 build: add `isValidSSL` function to check SSL cert
* 🔨 chore: handle `CERT_HAS_EXPIRED` error
* 🔨 chore: cleanup code
* 🔨 chore: improve console log
* 👷 build: check oss & auth issuer ssl connection before running
* 🔨 chore: improve console log
* 🔨 chore: change `SSL` to `TLS`
* 🐛 fix: fix `443` port not display in logs
* 🔨 chore: improve console output
* 🐛 fix: fix error catch
* 🔨 chore: handle corner case
* 👷 build: support self-signed SSL cert, switch to system-wide CA cert
* 🔨 chore: handle `UNABLE_TO_GET_ISSUER_CERT_LOCALLY` error
* 🔨 chore: handle when `*_ISSUER` not existed
* 🔨 chore: handle non-https protocol, skip TLS checking
* 🔨 chore: improve console log
* 🐛 fix: fix proxychains logs not available when host is ip addr
* 👷 build: add DNS server self-check support, split DNS resolve function
* 🔨 chore: improve console.log
* 🔨 chore: print DNS server before db migration
* 🔨 chore: update `isValidIP` & `resolveHostIP` function, ready for IPv6
* 🐛 fix: fix error handle
* 👷 build: set `ENTRYPOINT` to `/bin/node`
* 👷 build: set full path for `proxychains` & `node`, ready for distroless
* 👷 build: pin node LTS version to 20
2024-09-27 20:41:06 +08:00
semantic-release-bot
adb78c2877
🔖 chore(release): v1.20.0 [skip ci]
...
## [Version 1.20.0](https://github.com/lobehub/lobe-chat/compare/v1.19.36...v1.20.0 )
<sup>Released on **2024-09-27**</sup>
#### ✨ Features
- **misc**: Add Hunyuan(Tencent) model provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Hunyuan(Tencent) model provider, closes [#4147 ](https://github.com/lobehub/lobe-chat/issues/4147 ) ([8ddb41b ](https://github.com/lobehub/lobe-chat/commit/8ddb41b ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-27 07:48:04 +00:00
Zhijie He
8ddb41b646
✨ feat: add Hunyuan(Tencent) model provider ( #4147 )
...
* ✨ feat: add Hunyuan(Tencent) model provider
* 💄 style: add `HUNYUAN_MODEL_LIST` support
* 💄 style: update model price & provider description
* 💄 style: enable `hunyuan-standard-256K` as default, sort model provider list
* 💄 style: update model tokens info
* 💄 style: update pricing
* 💄 style: update `hunyuan-turbo` model info
2024-09-27 15:40:02 +08:00
semantic-release-bot
ac8de6bca9
🔖 chore(release): v1.19.36 [skip ci]
...
### [Version 1.19.36](https://github.com/lobehub/lobe-chat/compare/v1.19.35...v1.19.36 )
<sup>Released on **2024-09-27**</sup>
#### 💄 Styles
- **misc**: Add llama3.2 model for openrouter provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add llama3.2 model for openrouter provider, closes [#4151 ](https://github.com/lobehub/lobe-chat/issues/4151 ) ([6f1a966 ](https://github.com/lobehub/lobe-chat/commit/6f1a966 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-27 03:43:54 +00:00
LovelyGuYiMeng
6f1a966ef8
💄 style: add llama3.2 model for openrouter provider ( #4151 )
...
* Update openrouter.ts
* Update index.test.ts.snap
* Update openrouter.ts
* Update openrouter.ts
* Update openrouter.ts
* Update openrouter.ts
2024-09-27 11:36:42 +08:00
lobehubbot
4619cbf12f
📝 docs(bot): Auto sync agents & plugin to readme
2024-09-27 02:24:16 +00:00
semantic-release-bot
a02954dfad
🔖 chore(release): v1.19.35 [skip ci]
...
### [Version 1.19.35](https://github.com/lobehub/lobe-chat/compare/v1.19.34...v1.19.35 )
<sup>Released on **2024-09-27**</sup>
#### 💄 Styles
- **misc**: Add o1-preview and o1-mini model to github model provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add o1-preview and o1-mini model to github model provider, closes [#4127 ](https://github.com/lobehub/lobe-chat/issues/4127 ) ([1e4d016 ](https://github.com/lobehub/lobe-chat/commit/1e4d016 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-27 02:23:07 +00:00
ymefg
1e4d016306
💄 style: add o1-preview and o1-mini model to github model provider ( #4127 )
...
* 💄 style: add o1-preview and o1-mini model to github model provider
* Update index.ts
2024-09-27 10:16:02 +08:00
Bui Trong Khanh Duy
c550867f12
🔨 chore: re-run i18n, eslint, and prettier ( #4161 )
...
* add sessionToken for bedrock model
* Support google model list
* update relate sessionToken info
* update description and revert gg model list
* update description
* change session token is a custom field
* support google model list
* reformat eslint
2024-09-27 10:15:50 +08:00
小云丨Arale
40d347f48b
🔧 chore: update antd to version ^5.21 ( #4157 )
2024-09-26 22:38:04 +08:00
semantic-release-bot
4711da7793
🔖 chore(release): v1.19.34 [skip ci]
...
### [Version 1.19.34](https://github.com/lobehub/lobe-chat/compare/v1.19.33...v1.19.34 )
<sup>Released on **2024-09-26**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-26 04:26:38 +00:00
LobeHub Bot
03017ddac0
⚡ perf: Update robots rule ( #4141 )
...
Co-authored-by: canisminor1990 <i@canisminor.cc >
2024-09-26 12:19:28 +08:00
semantic-release-bot
6a12d457d0
🔖 chore(release): v1.19.33 [skip ci]
...
### [Version 1.19.33](https://github.com/lobehub/lobe-chat/compare/v1.19.32...v1.19.33 )
<sup>Released on **2024-09-25**</sup>
#### 🐛 Bug Fixes
- **misc**: MiniMax output long content interrupted by non-existent error.
#### 💄 Styles
- **misc**: Update google provider model info.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: MiniMax output long content interrupted by non-existent error, closes [#4088 ](https://github.com/lobehub/lobe-chat/issues/4088 ) ([4f6e20d ](https://github.com/lobehub/lobe-chat/commit/4f6e20d ))
#### Styles
* **misc**: Update google provider model info, closes [#4129 ](https://github.com/lobehub/lobe-chat/issues/4129 ) ([b1442b9 ](https://github.com/lobehub/lobe-chat/commit/b1442b9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-25 15:31:01 +00:00
sxjeru
4f6e20dabf
🐛 fix: MiniMax output long content interrupted by non-existent error ( #4088 )
...
* Update index.ts
* Update index.test.ts
* Update index.ts
* Update minimax.ts
* Update minimax.ts
* fix
* Update minimax.ts
* Create minimax.test.ts
* Update minimax.ts
* Update minimax.ts
* Update minimax.ts
2024-09-25 23:23:38 +08:00
LovelyGuYiMeng
b1442b973e
💄 style: update google provider model info ( #4129 )
...
* Update google.ts
* Update google.ts
* Update google.ts
* Update google.ts
* Update google.ts
---------
Co-authored-by: sxjeru <sxjeru@gmail.com >
2024-09-25 23:03:38 +08:00
semantic-release-bot
86871a9058
🔖 chore(release): v1.19.32 [skip ci]
...
### [Version 1.19.32](https://github.com/lobehub/lobe-chat/compare/v1.19.31...v1.19.32 )
<sup>Released on **2024-09-25**</sup>
#### 💄 Styles
- **misc**: Add function call for `taichu_llm`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add function call for `taichu_llm`, closes [#4119 ](https://github.com/lobehub/lobe-chat/issues/4119 ) ([8f629d8 ](https://github.com/lobehub/lobe-chat/commit/8f629d8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-25 14:08:38 +00:00
Zhijie He
8f629d8df9
💄 style: add function call for taichu_llm ( #4119 )
2024-09-25 22:01:04 +08:00
Arvin Xu
7e3aa09510
⚡ ️ perf: refactor pwa implement to have better performance ( #4124 )
...
* test remove serwist
* 尝试优化 pwa install 实现
* Update next.config.mjs
* fix lint
* delay the service worker register
* only enabled on prod
* when isShowPWAGuide update, trigger guide too
2024-09-25 22:00:28 +08:00
semantic-release-bot
bfb7675125
🔖 chore(release): v1.19.31 [skip ci]
...
### [Version 1.19.31](https://github.com/lobehub/lobe-chat/compare/v1.19.30...v1.19.31 )
<sup>Released on **2024-09-24**</sup>
#### 💄 Styles
- **misc**: Add google gemini 1.5 002 series.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add google gemini 1.5 002 series, closes [#4118 ](https://github.com/lobehub/lobe-chat/issues/4118 ) ([10145fa ](https://github.com/lobehub/lobe-chat/commit/10145fa ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-24 19:21:56 +00:00
Arvin Xu
10145facda
💄 style: add google gemini 1.5 002 series ( #4118 )
...
* 💄 style: add gemini 1.5 002 series
* 💄 style: update i18n
* ⚡ ️ perf: improve tools calling and system role for Gemini
* ✅ test: add tests for google
2024-09-25 03:14:36 +08:00
semantic-release-bot
007dbe2bc5
🔖 chore(release): v1.19.30 [skip ci]
...
### [Version 1.19.30](https://github.com/lobehub/lobe-chat/compare/v1.19.29...v1.19.30 )
<sup>Released on **2024-09-24**</sup>
#### 💄 Styles
- **misc**: Disable taichu2.0 functioncall & default disable taichu2.0v model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Disable taichu2.0 functioncall & default disable taichu2.0v model, closes [#4117 ](https://github.com/lobehub/lobe-chat/issues/4117 ) ([00da53b ](https://github.com/lobehub/lobe-chat/commit/00da53b ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-24 17:51:54 +00:00
LovelyGuYiMeng
00da53b368
💄 style: disable taichu2.0 functioncall & default disable taichu2.0v model ( #4117 )
2024-09-25 01:44:39 +08:00
semantic-release-bot
c2db3e85b3
🔖 chore(release): v1.19.29 [skip ci]
...
### [Version 1.19.29](https://github.com/lobehub/lobe-chat/compare/v1.19.28...v1.19.29 )
<sup>Released on **2024-09-24**</sup>
#### 💄 Styles
- **misc**: Update taichu provider info & add taichu vision model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update taichu provider info & add taichu vision model, closes [#4114 ](https://github.com/lobehub/lobe-chat/issues/4114 ) ([e5331db ](https://github.com/lobehub/lobe-chat/commit/e5331db ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-24 17:16:26 +00:00
LovelyGuYiMeng
e5331db146
💄 style: update taichu provider info & add taichu vision model ( #4114 )
...
* Update providers.tsx
* Update index.ts
* Update taichu.ts
2024-09-25 01:08:51 +08:00
semantic-release-bot
1f37af2c54
🔖 chore(release): v1.19.28 [skip ci]
...
### [Version 1.19.28](https://github.com/lobehub/lobe-chat/compare/v1.19.27...v1.19.28 )
<sup>Released on **2024-09-24**</sup>
#### 💄 Styles
- **misc**: Add function call support for Stepfun.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add function call support for Stepfun, closes [#4101 ](https://github.com/lobehub/lobe-chat/issues/4101 ) ([8d7d96e ](https://github.com/lobehub/lobe-chat/commit/8d7d96e ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-24 17:07:25 +00:00
Zhijie He
8d7d96e85e
💄 style: add function call support for Stepfun ( #4101 )
...
* 💄 style: add function call support for Stepfun
* 💄 style: update `step-2-16k` model info, add functionCall
* 💄 style: update `step-1-flash` model info, add functionCall
2024-09-25 01:00:15 +08:00
Lumia
759463ad3b
📝 docs: update model-provider document ( #4113 )
...
* Update model-provider.zh-CN.mdx
* Update model-provider.zh-CN.mdx
* Update model-provider.zh-CN.mdx
* Update model-provider.mdx
* Update model-provider.zh-CN.mdx
* Update model-provider.mdx
* Update model-provider.zh-CN.mdx
2024-09-25 00:58:38 +08:00
semantic-release-bot
4c876c2537
🔖 chore(release): v1.19.27 [skip ci]
...
### [Version 1.19.27](https://github.com/lobehub/lobe-chat/compare/v1.19.26...v1.19.27 )
<sup>Released on **2024-09-24**</sup>
#### 💄 Styles
- **misc**: Improve images display in chat messages.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve images display in chat messages, closes [#3475 ](https://github.com/lobehub/lobe-chat/issues/3475 ) ([c54c7ed ](https://github.com/lobehub/lobe-chat/commit/c54c7ed ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-24 13:25:18 +00:00
vual
c54c7ed30b
💄 style: improve images display in chat messages ( #3475 )
...
* 修改聊天界面图片展示大小,1张图片时默认200宽度,2张400,3张600,最多到600,避免图片占太大位置,看聊天信息很不方便。如果要看图片,直接查看大图就可以了。
* 修改聊天界面多图展示效果。
1.一行最多3个图片。
2.列的个数以第一行的个数为准。
3.多图时,最大宽度比率计算公式为:scale = firstRow.length * (firstRow.length / items.length),避免多图时占用窗口太大。
* 控制图片宽度比例不小于1
2024-09-24 21:18:06 +08:00
lobehubbot
fc25f2683e
📝 docs(bot): Auto sync agents & plugin to readme
2024-09-24 12:18:07 +00:00
semantic-release-bot
d5d931c686
🔖 chore(release): v1.19.26 [skip ci]
...
### [Version 1.19.26](https://github.com/lobehub/lobe-chat/compare/v1.19.25...v1.19.26 )
<sup>Released on **2024-09-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix url config import after user state init.
#### 💄 Styles
- **misc**: Add support function call for 360AI, left sidebar has only assistants.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix url config import after user state init, closes [#4072 ](https://github.com/lobehub/lobe-chat/issues/4072 ) ([18a240c ](https://github.com/lobehub/lobe-chat/commit/18a240c ))
#### Styles
* **misc**: Add support function call for 360AI, closes [#4099 ](https://github.com/lobehub/lobe-chat/issues/4099 ) ([536696b ](https://github.com/lobehub/lobe-chat/commit/536696b ))
* **misc**: Left sidebar has only assistants, closes [#4108 ](https://github.com/lobehub/lobe-chat/issues/4108 ) ([db1f81c ](https://github.com/lobehub/lobe-chat/commit/db1f81c ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-24 12:16:58 +00:00
Yao Cai
18a240cfd8
🐛 fix: fix url config import after user state init ( #4072 )
...
* 🐛 fix: settings import
* ♻️ refactor: remove selctor
* ♻️ refactor: add pr ref
2024-09-24 20:09:15 +08:00
Lumia
7f032d24bb
📝 docs: update next-auth documents ( #4090 )
...
* Update auth0.mdx
删除ACCESS_CODE
NEXT_AUTH_SSO_PROVIDERS、NEXTAUTH_URL改为Required
使用新版环境变量
* Update auth0.zh-CN.mdx
* Update authelia.mdx
* Update authelia.zh-CN.mdx
* Update authentik.mdx
* Update authentik.zh-CN.mdx
* Update github.mdx
* Update github.zh-CN.mdx
* Update cloudflare-zero-trust.mdx
* Update logto.mdx
* Update logto.zh-CN.mdx
* Update microsoft-entra-id.mdx
* Update microsoft-entra-id.zh-CN.mdx
* Update zitadel.mdx
* Update zitadel.zh-CN.mdx
* Update github.zh-CN.mdx
* Update auth0.mdx
* Update auth0.zh-CN.mdx
* Update authelia.mdx
* Update authelia.zh-CN.mdx
* Update authentik.mdx
* Update authentik.zh-CN.mdx
* Update cloudflare-zero-trust.mdx
* Update github.mdx
* Update github.zh-CN.mdx
* Update logto.mdx
* Update logto.zh-CN.mdx
* Update microsoft-entra-id.mdx
* Update microsoft-entra-id.zh-CN.mdx
* Update zitadel.mdx
* Update zitadel.zh-CN.mdx
* Update zitadel.zh-CN.mdx
* Update zitadel.mdx
* Update cloudflare-zero-trust.zh-CN.mdx
2024-09-24 20:06:36 +08:00
Zhijie He
536696b96c
💄 style: add support function call for 360AI ( #4099 )
2024-09-24 20:04:33 +08:00
Minh-Phuc Tran
db1f81c181
💄 style: left sidebar has only assistants ( #4108 )
2024-09-24 20:02:48 +08:00
Yao Cai
bc264fe4e7
📝 docs: update docker-compose local auth to casdoor ( #3855 )
...
* 👷 ci: casdoor in compose
* 🐛 fix: casdoor well-known error
* ♻️ refactor: move envs
* 👷 ci: add s3 demo data
* 👷 ci: Add start script
* 👷 ci: update setup script
* 👷 ci: compress asserts
* ♻️ refactor: rename `demo` to `local`, `local` to `local-logto`
* 🐛 fix: file not found
* ♻️ refactro: download asynchronously
* 🌐 i18n: support zh_CN in setup.sh
* 🐛 fix: tips shown format error
* ♻️ fix: spacing
* 🐛 fix: LC error
* 🐛 fix: update url to main repo
* ♻️ refactor: remove annotations
* 📝 docs: update local-logto docs
* 👷 build: add `LLM_VISION_IMAGE_USE_BASE64=1`
* 💄 style: remove alert text color
* ♻️ refactor: use casdoor provider
* ♻️ refactor: no multithreading
* 🐛 fix: use casdoor provider
* 🐛 fix: i18n in lower version of bash
* 💄 style: remove color
* ♻️ refactor: - duplicate casdoor ports
2024-09-24 20:01:24 +08:00
semantic-release-bot
380359ac92
🔖 chore(release): v1.19.25 [skip ci]
...
### [Version 1.19.25](https://github.com/lobehub/lobe-chat/compare/v1.19.24...v1.19.25 )
<sup>Released on **2024-09-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Add missing translations.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add missing translations, closes [#4106 ](https://github.com/lobehub/lobe-chat/issues/4106 ) ([c24bf45 ](https://github.com/lobehub/lobe-chat/commit/c24bf45 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-24 06:20:18 +00:00
Minh-Phuc Tran
c24bf45cf4
🐛 fix: add missing translations ( #4106 )
2024-09-24 14:13:12 +08:00
lobehubbot
65945a5eb0
📝 docs(bot): Auto sync agents & plugin to readme
2024-09-23 16:29:08 +00:00
semantic-release-bot
e7dc28e518
🔖 chore(release): v1.19.24 [skip ci]
...
### [Version 1.19.24](https://github.com/lobehub/lobe-chat/compare/v1.19.23...v1.19.24 )
<sup>Released on **2024-09-23**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix artifacts code language highlight.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix artifacts code language highlight, closes [#4096 ](https://github.com/lobehub/lobe-chat/issues/4096 ) ([2d956a3 ](https://github.com/lobehub/lobe-chat/commit/2d956a3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-23 16:28:05 +00:00
Arvin Xu
2d956a37dd
🐛 fix: fix artifacts code language highlight ( #4096 )
...
* 🐛 fix: fix artifacts language
* 🎨 chore: improve code
* ✅ test: improve test
2024-09-24 00:20:49 +08:00
lobehubbot
8351f829dc
📝 docs(bot): Auto sync agents & plugin to readme
2024-09-23 07:24:49 +00:00
semantic-release-bot
c82c221ab3
🔖 chore(release): v1.19.23 [skip ci]
...
### [Version 1.19.23](https://github.com/lobehub/lobe-chat/compare/v1.19.22...v1.19.23 )
<sup>Released on **2024-09-23**</sup>
#### 💄 Styles
- **misc**: Add spark max-32k model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add spark max-32k model, closes [#4071 ](https://github.com/lobehub/lobe-chat/issues/4071 ) ([c11b57b ](https://github.com/lobehub/lobe-chat/commit/c11b57b ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-23 07:23:46 +00:00
LovelyGuYiMeng
c11b57bf9e
💄 style: add spark max-32k model ( #4071 )
...
* Update spark.ts
* Update spark.ts
* Update openai.ts
* Update openai.ts
* Update openai.ts
* Update spark.ts
* Update spark.ts
* Update spark.ts
2024-09-23 15:16:32 +08:00
renovate[bot]
39a2aff5e7
Update pnpm to v9.11.0 ( #4066 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-23 10:11:32 +08:00
semantic-release-bot
a4311ea561
🔖 chore(release): v1.19.22 [skip ci]
...
### [Version 1.19.22](https://github.com/lobehub/lobe-chat/compare/v1.19.21...v1.19.22 )
<sup>Released on **2024-09-22**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix ollama model download panel.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix ollama model download panel, closes [#4070 ](https://github.com/lobehub/lobe-chat/issues/4070 ) ([fc33336 ](https://github.com/lobehub/lobe-chat/commit/fc33336 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-22 12:27:49 +00:00
Arvin Xu
fc33336db7
🐛 fix: fix ollama model download panel ( #4070 )
2024-09-22 20:20:43 +08:00
semantic-release-bot
2d2231f1b9
🔖 chore(release): v1.19.21 [skip ci]
...
### [Version 1.19.21](https://github.com/lobehub/lobe-chat/compare/v1.19.20...v1.19.21 )
<sup>Released on **2024-09-21**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor to improve branding customization.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor to improve branding customization, closes [#4061 ](https://github.com/lobehub/lobe-chat/issues/4061 ) ([6199e68 ](https://github.com/lobehub/lobe-chat/commit/6199e68 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-21 17:07:59 +00:00
Arvin Xu
6199e68d78
♻️ refactor: refactor to improve branding customization ( #4061 )
...
* ♻️ refactor: improve customize
* ♻️ refactor: improve customize
* ♻️ refactor: improve customize
* ♻️ refactor: improve customize
* 💄 style: fix size
2024-09-22 00:49:52 +08:00
semantic-release-bot
fc2e7604f3
🔖 chore(release): v1.19.20 [skip ci]
...
### [Version 1.19.20](https://github.com/lobehub/lobe-chat/compare/v1.19.19...v1.19.20 )
<sup>Released on **2024-09-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix Content-Security-Policy.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix Content-Security-Policy, closes [#4056 ](https://github.com/lobehub/lobe-chat/issues/4056 ) ([d186062 ](https://github.com/lobehub/lobe-chat/commit/d186062 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-21 09:56:31 +00:00
Arvin Xu
d1860623ee
🐛 fix: fix Content-Security-Policy ( #4056 )
2024-09-21 17:49:17 +08:00
semantic-release-bot
f8a63ff258
🔖 chore(release): v1.19.19 [skip ci]
...
### [Version 1.19.19](https://github.com/lobehub/lobe-chat/compare/v1.19.18...v1.19.19 )
<sup>Released on **2024-09-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Casdoor webhooks providerAccountId not found.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Casdoor webhooks providerAccountId not found, closes [#4055 ](https://github.com/lobehub/lobe-chat/issues/4055 ) ([b832289 ](https://github.com/lobehub/lobe-chat/commit/b832289 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-21 09:18:49 +00:00
Yao Cai
b832289f03
🐛 fix: casdoor webhooks providerAccountId not found ( #4055 )
2024-09-21 17:11:25 +08:00
semantic-release-bot
d4956ffc3e
🔖 chore(release): v1.19.18 [skip ci]
...
### [Version 1.19.18](https://github.com/lobehub/lobe-chat/compare/v1.19.17...v1.19.18 )
<sup>Released on **2024-09-21**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-21 07:05:38 +00:00
CanisMinor
8afb4e2981
⚡ perf: Use nextjs pwa feat to gen manifest file ( #4042 )
...
* ⚡ perf: Use nextjs pwa feat to gen manifest file
* 🐛 fix: Fix review problem
* ✅ test: Add test
* 💄 style: Update next config
* 🐛 fix: Fix test config
* 💄 style: Update layout
2024-09-21 14:58:13 +08:00
semantic-release-bot
d3aa60a111
🔖 chore(release): v1.19.17 [skip ci]
...
### [Version 1.19.17](https://github.com/lobehub/lobe-chat/compare/v1.19.16...v1.19.17 )
<sup>Released on **2024-09-21**</sup>
#### 🐛 Bug Fixes
- **misc**: `providerAccountId` not exist in provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: `providerAccountId` not exist in provider, closes [#4053 ](https://github.com/lobehub/lobe-chat/issues/4053 ) ([91d8999 ](https://github.com/lobehub/lobe-chat/commit/91d8999 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-21 06:09:45 +00:00
Yao Cai
91d8999604
🐛 fix: providerAccountId not exist in provider ( #4053 )
...
* 🐛 fix: fix providerAccountId not exist in casdoor
* 🐛 fix: providerAccountId not provided
2024-09-21 14:02:42 +08:00
semantic-release-bot
70c71219d2
🔖 chore(release): v1.19.16 [skip ci]
...
### [Version 1.19.16](https://github.com/lobehub/lobe-chat/compare/v1.19.15...v1.19.16 )
<sup>Released on **2024-09-21**</sup>
#### 💄 Styles
- **misc**: Improve i18n for discover and improve version check.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve i18n for discover and improve version check, closes [#4052 ](https://github.com/lobehub/lobe-chat/issues/4052 ) ([ef93712 ](https://github.com/lobehub/lobe-chat/commit/ef93712 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-21 04:17:59 +00:00
Arvin Xu
ef93712039
💄 style: improve i18n for discover and improve version check ( #4052 )
...
* i18n
* 🐛 fix: fix the problem of frequent patch updates
* ✅ test: improve tests
2024-09-21 12:10:54 +08:00
semantic-release-bot
354db01282
🔖 chore(release): v1.19.15 [skip ci]
...
### [Version 1.19.15](https://github.com/lobehub/lobe-chat/compare/v1.19.14...v1.19.15 )
<sup>Released on **2024-09-20**</sup>
#### 💄 Styles
- **misc**: Improve i18n in discover.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve i18n in discover, closes [#4049 ](https://github.com/lobehub/lobe-chat/issues/4049 ) ([8170889 ](https://github.com/lobehub/lobe-chat/commit/8170889 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-20 17:33:38 +00:00
Arvin Xu
8170889fc0
💄 style: improve i18n in discover ( #4049 )
...
* i18n
* i18n
2024-09-21 01:26:30 +08:00
semantic-release-bot
d0d5fe8ae0
🔖 chore(release): v1.19.14 [skip ci]
...
### [Version 1.19.14](https://github.com/lobehub/lobe-chat/compare/v1.19.13...v1.19.14 )
<sup>Released on **2024-09-20**</sup>
#### 🐛 Bug Fixes
- **misc**: Pin `shiki@1.17 .7` to fix code highlight.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Pin `shiki@1.17 .7` to fix code highlight, closes [#4047 ](https://github.com/lobehub/lobe-chat/issues/4047 ) ([d12bf4c ](https://github.com/lobehub/lobe-chat/commit/d12bf4c ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-20 16:37:23 +00:00
Arvin Xu
d12bf4c962
🐛 fix: pin shiki@1.17.7 to fix code highlight ( #4047 )
2024-09-21 00:30:16 +08:00
semantic-release-bot
48a344f7c3
🔖 chore(release): v1.19.13 [skip ci]
...
### [Version 1.19.13](https://github.com/lobehub/lobe-chat/compare/v1.19.12...v1.19.13 )
<sup>Released on **2024-09-20**</sup>
#### 🐛 Bug Fixes
- **misc**: Try to implement better ssrf-protect.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Try to implement better ssrf-protect, closes [#4044 ](https://github.com/lobehub/lobe-chat/issues/4044 ) ([e960a23 ](https://github.com/lobehub/lobe-chat/commit/e960a23 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-20 15:53:25 +00:00
Arvin Xu
e960a23b0c
🐛 fix: try to implement better ssrf-protect ( #4044 )
...
* 🐛 fix: try to implement better ssrf-protect
* 🐛 fix: fix error
* 💄 style: improve pwa
2024-09-20 23:46:21 +08:00
semantic-release-bot
4e3b71b85b
🔖 chore(release): v1.19.12 [skip ci]
...
### [Version 1.19.12](https://github.com/lobehub/lobe-chat/compare/v1.19.11...v1.19.12 )
<sup>Released on **2024-09-20**</sup>
#### 💄 Styles
- **misc**: Support webhooks for casdoor.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support webhooks for casdoor, closes [#3942 ](https://github.com/lobehub/lobe-chat/issues/3942 ) ([1f2f6a5 ](https://github.com/lobehub/lobe-chat/commit/1f2f6a5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-20 14:53:46 +00:00
Yao Cai
1f2f6a5e26
💄 style: support webhooks for casdoor ( #3942 )
...
* ✨ feat: Support Casdoor provider
* ✨ feat: + webhook for casdoor
* 🐛 fix: skip test
2024-09-20 22:46:35 +08:00
semantic-release-bot
ea28c413c2
🔖 chore(release): v1.19.11 [skip ci]
...
### [Version 1.19.11](https://github.com/lobehub/lobe-chat/compare/v1.19.10...v1.19.11 )
<sup>Released on **2024-09-20**</sup>
#### 🐛 Bug Fixes
- **misc**: Custom model initialization not taking effect error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Custom model initialization not taking effect error, closes [#4038 ](https://github.com/lobehub/lobe-chat/issues/4038 ) ([0e0d208 ](https://github.com/lobehub/lobe-chat/commit/0e0d208 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-20 13:31:23 +00:00
𝑾𝒖𝒙𝒉
0e0d20821f
🐛 fix: custom model initialization not taking effect error ( #4038 )
2024-09-20 21:24:12 +08:00
semantic-release-bot
2b8d36d226
🔖 chore(release): v1.19.10 [skip ci]
...
### [Version 1.19.10](https://github.com/lobehub/lobe-chat/compare/v1.19.9...v1.19.10 )
<sup>Released on **2024-09-20**</sup>
#### 💄 Styles
- **misc**: Add qwen2.5 math and coder model for siliconcloud provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add qwen2.5 math and coder model for siliconcloud provider, closes [#4043 ](https://github.com/lobehub/lobe-chat/issues/4043 ) ([d16578f ](https://github.com/lobehub/lobe-chat/commit/d16578f ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-20 13:18:36 +00:00
LovelyGuYiMeng
d16578f5b4
💄 style: add qwen2.5 math and coder model for siliconcloud provider ( #4043 )
2024-09-20 21:11:14 +08:00
semantic-release-bot
c5ac8b1290
🔖 chore(release): v1.19.9 [skip ci]
...
### [Version 1.19.9](https://github.com/lobehub/lobe-chat/compare/v1.19.8...v1.19.9 )
<sup>Released on **2024-09-20**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix a bug with server agent config when user not exist.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix a bug with server agent config when user not exist, closes [#4034 ](https://github.com/lobehub/lobe-chat/issues/4034 ) ([f6a232b ](https://github.com/lobehub/lobe-chat/commit/f6a232b ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-20 05:31:40 +00:00
Arvin Xu
f6a232bc54
🐛 fix: fix a bug with server agent config when user not exist ( #4034 )
2024-09-20 12:13:24 +08:00
semantic-release-bot
2206e0a727
🔖 chore(release): v1.19.8 [skip ci]
...
### [Version 1.19.8](https://github.com/lobehub/lobe-chat/compare/v1.19.7...v1.19.8 )
<sup>Released on **2024-09-19**</sup>
#### 💄 Styles
- **misc**: Delete siliconflow outdated model & disable stepfun functioncall.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Delete siliconflow outdated model & disable stepfun functioncall, closes [#4033 ](https://github.com/lobehub/lobe-chat/issues/4033 ) ([08c53eb ](https://github.com/lobehub/lobe-chat/commit/08c53eb ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-19 18:52:55 +00:00
LovelyGuYiMeng
08c53eb2b6
💄 style: delete siliconflow outdated model & disable stepfun functioncall ( #4033 )
...
* Update qwen.ts
* Update siliconcloud.ts
* Update stepfun.ts
2024-09-20 02:45:17 +08:00
semantic-release-bot
213445141b
🔖 chore(release): v1.19.7 [skip ci]
...
### [Version 1.19.7](https://github.com/lobehub/lobe-chat/compare/v1.19.6...v1.19.7 )
<sup>Released on **2024-09-19**</sup>
#### 💄 Styles
- **misc**: Add siliconflow qwen2.5 model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add siliconflow qwen2.5 model, closes [#4024 ](https://github.com/lobehub/lobe-chat/issues/4024 ) ([06ffd99 ](https://github.com/lobehub/lobe-chat/commit/06ffd99 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-19 17:57:39 +00:00
LovelyGuYiMeng
06ffd99a69
💄 style: add siliconflow qwen2.5 model ( #4024 )
...
* Update siliconcloud.ts
* Update siliconcloud.ts
* Update siliconcloud.ts
* Update siliconcloud.ts
* Update qwen.ts
* Update qwen.ts
* Update qwen.ts
2024-09-20 01:50:22 +08:00
semantic-release-bot
a73ef61878
🔖 chore(release): v1.19.6 [skip ci]
...
### [Version 1.19.6](https://github.com/lobehub/lobe-chat/compare/v1.19.5...v1.19.6 )
<sup>Released on **2024-09-19**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the tts route url.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the tts route url, closes [#4030 ](https://github.com/lobehub/lobe-chat/issues/4030 ) ([60dcf19 ](https://github.com/lobehub/lobe-chat/commit/60dcf19 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-19 16:39:55 +00:00
Arvin Xu
60dcf19037
♻️ refactor: refactor the tts route url ( #4030 )
...
* ♻️ refactor: refactor the tts to new route
* ♻️ refactor: refactor the tts to new route
2024-09-20 00:33:08 +08:00
lobehubbot
8b918848c0
📝 docs(bot): Auto sync agents & plugin to readme
2024-09-19 15:58:53 +00:00
semantic-release-bot
b4e17c24d8
🔖 chore(release): v1.19.5 [skip ci]
...
### [Version 1.19.5](https://github.com/lobehub/lobe-chat/compare/v1.19.4...v1.19.5 )
<sup>Released on **2024-09-19**</sup>
#### 💄 Styles
- **misc**: Enable functioncall for stepfun models, Update qwen models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Enable functioncall for stepfun models, closes [#4022 ](https://github.com/lobehub/lobe-chat/issues/4022 ) ([afb3509 ](https://github.com/lobehub/lobe-chat/commit/afb3509 ))
* **misc**: Update qwen models, closes [#4026 ](https://github.com/lobehub/lobe-chat/issues/4026 ) ([6169e8f ](https://github.com/lobehub/lobe-chat/commit/6169e8f ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-19 15:57:53 +00:00
sxjeru
6169e8f4ad
💄 style: Update qwen models ( #4026 )
...
* Update qwen.ts
* Update qwen.ts
2024-09-19 23:50:32 +08:00
LovelyGuYiMeng
afb3509379
💄 style: enable functioncall for stepfun models ( #4022 )
...
* Update stepfun.ts
* Update ai360.ts
* Update ai360.ts
2024-09-19 23:48:44 +08:00
semantic-release-bot
c46a1ec5d2
🔖 chore(release): v1.19.4 [skip ci]
...
### [Version 1.19.4](https://github.com/lobehub/lobe-chat/compare/v1.19.3...v1.19.4 )
<sup>Released on **2024-09-19**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the sitemap implement.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the sitemap implement, closes [#4012 ](https://github.com/lobehub/lobe-chat/issues/4012 ) ([d93a161 ](https://github.com/lobehub/lobe-chat/commit/d93a161 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-19 14:15:34 +00:00
CanisMinor
d93a1617e7
♻️ refactor: refactor the sitemap implement ( #4012 )
...
* ✨ feat: Add new sitemap
* 🐛 fix: Fix url
* ✅ test: Add test
* 🐛 fix: Fix host
* ✅ test: Fix test
* ✅ test: Fix test
* 🐛 fix: Fix alternative
* 🐛 fix: Try to fix
* 🐛 fix: Fix build
* 🐛 fix: Fix build
* 🔧 chore: Update git ignore
* 🐛 fix: Fix review problem
2024-09-19 22:08:14 +08:00
semantic-release-bot
5bd773ef53
🔖 chore(release): v1.19.3 [skip ci]
...
### [Version 1.19.3](https://github.com/lobehub/lobe-chat/compare/v1.19.2...v1.19.3 )
<sup>Released on **2024-09-19**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-19 12:26:53 +00:00
Zhijie He
61d2f533a6
👷 build: change base image from musl to glibc ( #3926 )
2024-09-19 20:19:37 +08:00
lobehubbot
a5c31911cf
📝 docs(bot): Auto sync agents & plugin to readme
2024-09-19 09:07:54 +00:00
semantic-release-bot
50a2c02959
🔖 chore(release): v1.19.2 [skip ci]
...
### [Version 1.19.2](https://github.com/lobehub/lobe-chat/compare/v1.19.1...v1.19.2 )
<sup>Released on **2024-09-19**</sup>
#### 💄 Styles
- **misc**: Updata qwen model info & add qwen2.5 & reorder provider list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Updata qwen model info & add qwen2.5 & reorder provider list, closes [#4020 ](https://github.com/lobehub/lobe-chat/issues/4020 ) ([d5e7578 ](https://github.com/lobehub/lobe-chat/commit/d5e7578 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-19 09:06:57 +00:00
LovelyGuYiMeng
d5e7578821
💄 style: updata qwen model info & add qwen2.5 & reorder provider list ( #4020 )
...
* Update qwen.ts
* Update qwen.ts
* Update index.ts
* Update providers.tsx
* Update qwen.ts
* Update qwen.ts
2024-09-19 14:36:59 +08:00
semantic-release-bot
5d03c2be8f
🔖 chore(release): v1.19.1 [skip ci]
...
### [Version 1.19.1](https://github.com/lobehub/lobe-chat/compare/v1.19.0...v1.19.1 )
<sup>Released on **2024-09-19**</sup>
#### 💄 Styles
- **misc**: Add mistral provider new models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add mistral provider new models, closes [#4014 ](https://github.com/lobehub/lobe-chat/issues/4014 ) ([0b70d57 ](https://github.com/lobehub/lobe-chat/commit/0b70d57 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-19 02:20:59 +00:00
LovelyGuYiMeng
0b70d57a2d
💄 style: add mistral provider new models ( #4014 )
...
* Update mistral.ts
* Update upstage.ts
2024-09-19 10:13:50 +08:00
renovate[bot]
d6d3d408d0
Update dependency @clerk/localizations to v3 ( #3972 )
...
* Update dependency @clerk/localizations to v3
* Update package.json
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-19 10:12:27 +08:00
semantic-release-bot
c7092e5321
🔖 chore(release): v1.19.0 [skip ci]
...
## [Version 1.19.0](https://github.com/lobehub/lobe-chat/compare/v1.18.2...v1.19.0 )
<sup>Released on **2024-09-18**</sup>
#### ✨ Features
- **misc**: Add Ai21Labs model provider, add Github Models provider, support native Artifacts just like Claude.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Ai21Labs model provider, closes [#3727 ](https://github.com/lobehub/lobe-chat/issues/3727 ) ([d2fe0f0 ](https://github.com/lobehub/lobe-chat/commit/d2fe0f0 ))
* **misc**: Add Github Models provider, closes [#3869 ](https://github.com/lobehub/lobe-chat/issues/3869 ) ([8eac1bd ](https://github.com/lobehub/lobe-chat/commit/8eac1bd ))
* **misc**: Support native Artifacts just like Claude, closes [#3985 ](https://github.com/lobehub/lobe-chat/issues/3985 ) ([0c42c46 ](https://github.com/lobehub/lobe-chat/commit/0c42c46 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-18 17:53:07 +00:00
Arvin Xu
0c42c462b0
✨ feat: support native Artifacts just like Claude ( #3985 )
...
* ✨ feat: 支持 AntThinking 渲染
* 🚧 wip: 支持 antArtifact 渲染
* 展示
* 展示
* 基本完成流式解析
* 基本完成流式解析
* ✨ feat: support svg render
* ✅ test: fix test
* 优化 lobeThinking 的解析
* i18n
* fix regex
* 💄 style: improve ui
* 🚸 style: improve ux
* i18n
* 💄 style: improve svg renderer
* 💄 style: improve svg renderer
* ✨ feat: 优化 html 类 renderer 效果
* ✨ feat: 支持 react renderer
* 💄 style: add tailwindcss
* fix style
* ✨ feat: 支持下载和复制图片
* ✅ test: fix tests
* i18n
* add tests
2024-09-19 01:45:55 +08:00
Zhijie He
d2fe0f0590
✨ feat: add Ai21Labs model provider ( #3727 )
...
* ✨ feat: add Ai21Labs model provider
* 🔨 chore: fix rebase conflicts
* 🐛 fix: fix CI error
* 💄 style: add model price
* 🐛 fix: fix CI error
2024-09-19 01:42:40 +08:00
小云丨Arale
8eac1bd774
✨ feat: add Github Models provider ( #3869 )
...
* ✨ feat: add Github Models as provider
* :bug fix: sort order of ProviderList
* 💄 style: add more info for Github Models provider
* ✨ feat: Add GitHub provider configuration
Adds support for configuring the GitHub provider in the LLM settings. It includes:
- A new `useGithubProvider` hook to define the GitHub provider configuration
- Integration of the GitHub provider in the provider list
- Localization strings for the GitHub personal access token input
The changes allow users to enter their GitHub personal access token to use GitHub-related LLM features.
* 🐛 fix: use Github Personal access tokens (classic) instead
* 💄 style: Add Invalid Github Token error type and message
Adds support for handling invalid Github Personal Access Tokens:
- Adds a new `InvalidGithubToken` error type in the `AgentRuntimeErrorType` enum
- Adds an error message for `InvalidGithubToken` in the localization files
- Configures the Github AI provider to use the new error type
This allows properly handling and displaying errors when an invalid Github token is provided.
* ✅ test: fix test for new error type
* 🐛 fix: sort order of ProviderCards
* 💄 style: use abbreviation for Github PAT
* 💄 style: add the hyperlink for creating Github PAT
* 🌐 chore: improve desc
* ✅ test: update test
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
2024-09-19 01:42:15 +08:00
Arvin Xu
5ccc41d7c1
💄 style: improve open router tools calling metadata ( #3835 )
...
* 🐛 fix: open router function calling for claude
* 📸 test: fix snapshot
2024-09-19 00:02:01 +08:00
semantic-release-bot
664687ddb0
🔖 chore(release): v1.18.2 [skip ci]
...
### [Version 1.18.2](https://github.com/lobehub/lobe-chat/compare/v1.18.1...v1.18.2 )
<sup>Released on **2024-09-18**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix InterceptingRoutes in discover.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix InterceptingRoutes in discover, closes [#4011 ](https://github.com/lobehub/lobe-chat/issues/4011 ) ([2b75040 ](https://github.com/lobehub/lobe-chat/commit/2b75040 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-18 13:42:14 +00:00
CanisMinor
2b75040519
🐛 fix: Fix InterceptingRoutes in discover ( #4011 )
2024-09-18 21:35:14 +08:00
semantic-release-bot
8fb2bd0df2
🔖 chore(release): v1.18.1 [skip ci]
...
### [Version 1.18.1](https://github.com/lobehub/lobe-chat/compare/v1.18.0...v1.18.1 )
<sup>Released on **2024-09-18**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-18 09:42:11 +00:00
Arvin Xu
199d35b8b8
👷 build: fix docker build ( #4008 )
2024-09-18 17:35:19 +08:00
semantic-release-bot
8070a63a45
🔖 chore(release): v1.18.0 [skip ci]
...
## [Version 1.18.0](https://github.com/lobehub/lobe-chat/compare/v1.17.7...v1.18.0 )
<sup>Released on **2024-09-18**</sup>
#### ✨ Features
- **misc**: Add Discover Page.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Discover Page, closes [#3848 ](https://github.com/lobehub/lobe-chat/issues/3848 ) ([f83cab6 ](https://github.com/lobehub/lobe-chat/commit/f83cab6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-18 09:20:36 +00:00
CanisMinor
f83cab6043
✨ feat: Add Discover Page ( #3848 )
...
* ✨ feat: Add Discover
* 💄 style: Update provider id
* ✨ feat: Add provider mdx docs
* ♻️ refactor: Refactor service
* ✅ test: Fix test
* ✅ test: Fix Test
* 🔧 chore: Move docService to server
* 💄 style: Replace ProductLogo
* 🐛 fix: Fix const
* ✨ feat: Update Discover provider and model
* 💄 style: Update ShareIcon
* 💄 style: Update share style
* ✅ test: Update test
* fix
* fix
* 💄 style: Update style
* 💄 style: Update style
* 🐛 fix: Fix test
* ✨ feat: Support alternate
* ✨ feat: Add Disociver Intercepting Modal
* 🐛 fix: Fix link
* 🐛 fix: Fix Link
* ♻️ refactor: Use type query in search
* 🐛 fix: Fix review problem
* 📝 docs: Update i18n
2024-09-18 17:08:41 +08:00
renovate[bot]
c7d91921dc
Update pnpm to v9.10.0 ( #3971 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-18 10:19:00 +08:00
semantic-release-bot
e715709092
🔖 chore(release): v1.17.7 [skip ci]
...
### [Version 1.17.7](https://github.com/lobehub/lobe-chat/compare/v1.17.6...v1.17.7 )
<sup>Released on **2024-09-16**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix a corner case of `tools_call` with empty object.
#### 💄 Styles
- **misc**: Delete duplicate models in ollama.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix a corner case of `tools_call` with empty object, closes [#3955 ](https://github.com/lobehub/lobe-chat/issues/3955 ) ([d3fabdc ](https://github.com/lobehub/lobe-chat/commit/d3fabdc ))
#### Styles
* **misc**: Delete duplicate models in ollama, closes [#3989 ](https://github.com/lobehub/lobe-chat/issues/3989 ) ([ece60ee ](https://github.com/lobehub/lobe-chat/commit/ece60ee ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-16 15:50:40 +00:00
Zhijie He
d3fabdc8d8
🐛 fix: fix a corner case of tools_call with empty object ( #3955 )
...
* 🐛 fix: fix got content in finish_reason
* 🐛 fix: fix a corner case of `tools_call` with empty object
2024-09-16 23:43:25 +08:00
LovelyGuYiMeng
ece60ee152
💄 style: Delete duplicate models in ollama ( #3989 )
2024-09-16 23:40:54 +08:00
semantic-release-bot
36a03aaa21
🔖 chore(release): v1.17.6 [skip ci]
...
### [Version 1.17.6](https://github.com/lobehub/lobe-chat/compare/v1.17.5...v1.17.6 )
<sup>Released on **2024-09-15**</sup>
#### ♻ Code Refactoring
- **misc**: Rename artifacts to plugins in portal.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Rename artifacts to plugins in portal, closes [#3986 ](https://github.com/lobehub/lobe-chat/issues/3986 ) ([073b936 ](https://github.com/lobehub/lobe-chat/commit/073b936 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-15 17:09:49 +00:00
Arvin Xu
073b936401
♻️ refactor: rename artifacts to plugins in portal ( #3986 )
...
* ♻️ refactor: rename to plugins
* 💄 style: use another icon
2024-09-16 01:03:00 +08:00
semantic-release-bot
dd9122f8e0
🔖 chore(release): v1.17.5 [skip ci]
...
### [Version 1.17.5](https://github.com/lobehub/lobe-chat/compare/v1.17.4...v1.17.5 )
<sup>Released on **2024-09-15**</sup>
#### 💄 Styles
- **misc**: Add MiniCPM-V 8B model entries to Ollama model providers.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add MiniCPM-V 8B model entries to Ollama model providers, closes [#3984 ](https://github.com/lobehub/lobe-chat/issues/3984 ) ([f9c26de ](https://github.com/lobehub/lobe-chat/commit/f9c26de ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-15 17:00:14 +00:00
cr-zhichen
f9c26de46b
💄 style: Add MiniCPM-V 8B model entries to Ollama model providers ( #3984 )
...
* feat(modelProviders): Add MiniCPM 8B to Ollama model providers
This commit adds two new entries for MiniCPM 8B to the Ollama model providers. These models have excellent OCR recognition and multimodal understanding capabilities, supporting a wide range of applications.
- Added MiniCPM 8B model entry with ID 'minicpm-v:8b' and 128,000 tokens
- Added another MiniCPM 8B model entry with ID 'minicpm-v' and 128,000 tokens
* feat(modelProviders): Update MiniCPM-V display name and description
2024-09-16 00:53:11 +08:00
semantic-release-bot
c79c17cdca
🔖 chore(release): v1.17.4 [skip ci]
...
### [Version 1.17.4](https://github.com/lobehub/lobe-chat/compare/v1.17.3...v1.17.4 )
<sup>Released on **2024-09-15**</sup>
#### 💄 Styles
- **misc**: Update fullscreen loading style.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update fullscreen loading style, closes [#3948 ](https://github.com/lobehub/lobe-chat/issues/3948 ) ([aec21d2 ](https://github.com/lobehub/lobe-chat/commit/aec21d2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-15 01:55:13 +00:00
CanisMinor
aec21d27b5
💄 style: Update fullscreen loading style ( #3948 )
...
* 💄 style: Update fullscreen loading style
* fix
* 💄 style: Update loading style
2024-09-15 09:48:17 +08:00
semantic-release-bot
31eb54d80c
🔖 chore(release): v1.17.3 [skip ci]
...
### [Version 1.17.3](https://github.com/lobehub/lobe-chat/compare/v1.17.2...v1.17.3 )
<sup>Released on **2024-09-14**</sup>
#### 💄 Styles
- **misc**: Delete "-" in deepseek displayname.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Delete "-" in deepseek displayname, closes [#3958 ](https://github.com/lobehub/lobe-chat/issues/3958 ) ([c0e89f5 ](https://github.com/lobehub/lobe-chat/commit/c0e89f5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-14 04:22:25 +00:00
LovelyGuYiMeng
c0e89f5e22
💄 style: delete "-" in deepseek displayname ( #3958 )
2024-09-14 12:15:39 +08:00
semantic-release-bot
8c86d06399
🔖 chore(release): v1.17.2 [skip ci]
...
### [Version 1.17.2](https://github.com/lobehub/lobe-chat/compare/v1.17.1...v1.17.2 )
<sup>Released on **2024-09-13**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix o1 model list.
#### 💄 Styles
- **misc**: Update openrouter model list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix o1 model list, closes [#3957 ](https://github.com/lobehub/lobe-chat/issues/3957 ) ([e04cdd9 ](https://github.com/lobehub/lobe-chat/commit/e04cdd9 ))
#### Styles
* **misc**: Update openrouter model list, closes [#3954 ](https://github.com/lobehub/lobe-chat/issues/3954 ) ([1a1572b ](https://github.com/lobehub/lobe-chat/commit/1a1572b ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-13 15:35:35 +00:00
Arvin Xu
e04cdd9f07
🐛 fix: fix o1 model list ( #3957 )
2024-09-13 23:28:45 +08:00
LovelyGuYiMeng
1a1572ba78
💄 style: update openrouter model list ( #3954 )
...
* Update openrouter.ts
* Update openrouter.ts
* Update openrouter.ts
* Update openrouter.ts
* Update index.test.ts.snap
* Update index.test.ts
* Update index.test.ts.snap
* Update index.test.ts.snap
* Update index.test.ts.snap
2024-09-13 23:28:31 +08:00
semantic-release-bot
3a3a4d3034
🔖 chore(release): v1.17.1 [skip ci]
...
### [Version 1.17.1](https://github.com/lobehub/lobe-chat/compare/v1.17.0...v1.17.1 )
<sup>Released on **2024-09-13**</sup>
#### 💄 Styles
- **misc**: Update zhipu model info.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update zhipu model info, closes [#3949 ](https://github.com/lobehub/lobe-chat/issues/3949 ) ([bbdbfde ](https://github.com/lobehub/lobe-chat/commit/bbdbfde ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-13 10:19:28 +00:00
LovelyGuYiMeng
bbdbfdef13
💄 style: update zhipu model info ( #3949 )
2024-09-13 18:12:37 +08:00
Yuhang
197ef18bb3
📝 docs: update deploy lobechat-database on zeabur ( #3947 )
...
* docs: update deploy lobechat-database on zeabur
* docs: zh-CN for deploy LobeChat on Zeabur
* 📝 docs(bot): Auto sync agents & plugin to readme
---------
Co-authored-by: lobehubbot <i@lobehub.com >
2024-09-13 15:45:07 +08:00
semantic-release-bot
d5cd07013f
🔖 chore(release): v1.17.0 [skip ci]
...
## [Version 1.17.0](https://github.com/lobehub/lobe-chat/compare/v1.16.14...v1.17.0 )
<sup>Released on **2024-09-13**</sup>
#### ✨ Features
- **misc**: Support openai new OpenAI o1-preview/o1-mini models.
#### 💄 Styles
- **misc**: Support Google Model List.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support openai new OpenAI o1-preview/o1-mini models, closes [#3943 ](https://github.com/lobehub/lobe-chat/issues/3943 ) ([61bfeb2 ](https://github.com/lobehub/lobe-chat/commit/61bfeb2 ))
#### Styles
* **misc**: Support Google Model List, closes [#3938 ](https://github.com/lobehub/lobe-chat/issues/3938 ) ([be4efc7 ](https://github.com/lobehub/lobe-chat/commit/be4efc7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-13 05:08:16 +00:00
Bui Trong Khanh Duy
be4efc76c1
💄 style: Support Google Model List ( #3938 )
...
* add sessionToken for bedrock model
* Support google model list
* update relate sessionToken info
* update description and revert gg model list
* update description
* change session token is a custom field
* support google model list
2024-09-13 13:00:59 +08:00
Arvin Xu
61bfeb2c99
✨ feat: support openai new OpenAI o1-preview/o1-mini models ( #3943 )
...
* support o1
* Update openai.ts
* fix test
* fix test
2024-09-13 12:54:21 +08:00
semantic-release-bot
99ac98cffe
🔖 chore(release): v1.16.14 [skip ci]
...
### [Version 1.16.14](https://github.com/lobehub/lobe-chat/compare/v1.16.13...v1.16.14 )
<sup>Released on **2024-09-13**</sup>
#### 💄 Styles
- **model**: Remove `OpenAI` deprecated model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **model**: Remove `OpenAI` deprecated model, closes [#3465 ](https://github.com/lobehub/lobe-chat/issues/3465 ) ([68a4fb2 ](https://github.com/lobehub/lobe-chat/commit/68a4fb2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-13 04:21:01 +00:00
Rubu Jam
68a4fb2ba9
💄 style(model): remove OpenAI deprecated model ( #3465 )
2024-09-13 12:14:06 +08:00
semantic-release-bot
7f00261935
🔖 chore(release): v1.16.13 [skip ci]
...
### [Version 1.16.13](https://github.com/lobehub/lobe-chat/compare/v1.16.12...v1.16.13 )
<sup>Released on **2024-09-13**</sup>
#### 💄 Styles
- **misc**: Update siliconcloud model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update siliconcloud model, closes [#3935 ](https://github.com/lobehub/lobe-chat/issues/3935 ) ([882e981 ](https://github.com/lobehub/lobe-chat/commit/882e981 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-13 02:22:20 +00:00
sxjeru
882e981931
💄 style: Update siliconcloud model ( #3935 )
2024-09-13 10:15:34 +08:00
semantic-release-bot
a8ba75b647
🔖 chore(release): v1.16.12 [skip ci]
...
### [Version 1.16.12](https://github.com/lobehub/lobe-chat/compare/v1.16.11...v1.16.12 )
<sup>Released on **2024-09-12**</sup>
#### 💄 Styles
- **misc**: Remove brackets from model names with dates in OpenAI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Remove brackets from model names with dates in OpenAI, closes [#3927 ](https://github.com/lobehub/lobe-chat/issues/3927 ) ([2a937bc ](https://github.com/lobehub/lobe-chat/commit/2a937bc ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-12 16:24:15 +00:00
LovelyGuYiMeng
2a937bc8fd
💄 style: Remove brackets from model names with dates in OpenAI ( #3927 )
...
* Update openai.ts
* Update index.test.ts.snap
* Update index.test.ts.snap
2024-09-13 00:17:24 +08:00
Bui Trong Khanh Duy
cc97ff6e4b
💄 style: Add sessionToken input for bedrock model ( #3854 )
...
* add sessionToken for bedrock model
* Support google model list
* update relate sessionToken info
* update description and revert gg model list
* update description
* change session token is a custom field
2024-09-13 00:16:59 +08:00
semantic-release-bot
ecf084b4b0
🔖 chore(release): v1.16.11 [skip ci]
...
### [Version 1.16.11](https://github.com/lobehub/lobe-chat/compare/v1.16.10...v1.16.11 )
<sup>Released on **2024-09-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Support webhooks for logto.
#### 💄 Styles
- **misc**: Default disable mistral provider useless models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Support webhooks for logto, closes [#3774 ](https://github.com/lobehub/lobe-chat/issues/3774 ) ([0cfee6b ](https://github.com/lobehub/lobe-chat/commit/0cfee6b ))
#### Styles
* **misc**: Default disable mistral provider useless models, closes [#3922 ](https://github.com/lobehub/lobe-chat/issues/3922 ) ([bdbc647 ](https://github.com/lobehub/lobe-chat/commit/bdbc647 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-12 14:27:02 +00:00
Cai Yao
0cfee6b744
🐛 fix: support webhooks for logto ( #3774 )
...
* ✨ feat: support webhooks for logto
* :sparles: feat: update more info
* ♻️ refactor: allow edit more info by webhook
* ♻️ refactor: rename `nextauthUser` to `nextAuthUser`
* 🧪 test: + webhooks trigger
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2024-09-12 22:19:57 +08:00
LovelyGuYiMeng
bdbc64780b
💄 style: default disable mistral provider useless models ( #3922 )
...
* Update mistral.ts
* Update bedrock.ts
* Update mistral.ts
* Update mistral.ts
2024-09-12 22:17:57 +08:00
Chung1912
278a5bfc83
📝 docs: Minio uses a non-443 port for reverse proxy, and the Host needs to be set to $http_host ( #3925 )
...
* Update docker-compose.zh-CN.mdx
* Update docker-compose.mdx
2024-09-12 22:10:55 +08:00
semantic-release-bot
32ab090ac6
🔖 chore(release): v1.16.10 [skip ci]
...
### [Version 1.16.10](https://github.com/lobehub/lobe-chat/compare/v1.16.9...v1.16.10 )
<sup>Released on **2024-09-12**</sup>
#### ♻ Code Refactoring
- **misc**: Support Environment Variable Inference For NextAuth.
#### 🐛 Bug Fixes
- **misc**: Qwen model param error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Support Environment Variable Inference For NextAuth, closes [#3701 ](https://github.com/lobehub/lobe-chat/issues/3701 ) ([b956755 ](https://github.com/lobehub/lobe-chat/commit/b956755 ))
#### What's fixed
* **misc**: Qwen model param error, closes [#3902 ](https://github.com/lobehub/lobe-chat/issues/3902 ) ([c9f00e5 ](https://github.com/lobehub/lobe-chat/commit/c9f00e5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-12 13:43:22 +00:00
sxjeru
c9f00e540e
🐛 fix: Qwen model param error ( #3902 )
...
* Update index.ts
* Update index.test.ts
* Update index.test.ts
* Update index.test.ts
2024-09-12 21:36:25 +08:00
Cai Yao
b956755f12
♻️ refactor: Support Environment Variable Inference For NextAuth ( #3701 )
...
* ♻️ refactor: `AUTH_SECRET`&`AUTH_TRUST_HOST`
* ⬆️ chore: update nextauth & @auth/core version
* ♻️ refactor: env infer for `auth0`
* ⬆️ chore: always use latest `next-auth` & `@auth/core`
* ♻️ refactor: align `authelia`
* ♻️ refactor: align `authentik`
* ♻️ align `github`
* ♻️ refactor: align `azure_ad`
* ♻️ refactor: align `cloudflare zero trust`
* ♻️ refactor: align `generic-oidc`
* ♻️ refactor: align `logto`
* ♻️ refactor: align `zitadel`
* ♻️ refactor: add deprecate tips
* ♻️ refactor: add warning for `azure_ad`
* 💄 style: reformat codes
* 🐛 fix: azure warning
* 🐛 fix: warning for cloudfalre zero turst
* 🐛 fix: warning for generic oidc
* ⏪ revert: revert changes to `NEXT_AUTH_SECRET`
* ♻️ refactor: add redirectProxy url
* ⏪ revert: unmodify ENABLE_NEXT_AUTH
* 🧪 test: should show env warning
2024-09-12 21:35:33 +08:00
semantic-release-bot
028650b985
🔖 chore(release): v1.16.9 [skip ci]
...
### [Version 1.16.9](https://github.com/lobehub/lobe-chat/compare/v1.16.8...v1.16.9 )
<sup>Released on **2024-09-12**</sup>
#### 💄 Styles
- **misc**: Add model and provider desc and url.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add model and provider desc and url, closes [#3920 ](https://github.com/lobehub/lobe-chat/issues/3920 ) ([ea9ff00 ](https://github.com/lobehub/lobe-chat/commit/ea9ff00 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-12 11:44:26 +00:00
CanisMinor
b5967d91ea
✅ test: Update test for new provider info ( #3924 )
...
* ✅ test: Update test for new provider info
* ✅ test: Update test
2024-09-12 19:37:33 +08:00
CanisMinor
ea9ff000a3
💄 style: Add model and provider desc and url ( #3920 )
2024-09-12 14:06:41 +08:00
LovelyGuYiMeng
cfbf44f0ef
💄 style: update claude model list sort and update groq model info ( #3918 )
...
* Update anthropic.ts
* Update groq.ts
* Update groq.ts
* Update anthropic.ts
2024-09-12 13:34:59 +08:00
semantic-release-bot
483f91671a
🔖 chore(release): v1.16.8 [skip ci]
...
### [Version 1.16.8](https://github.com/lobehub/lobe-chat/compare/v1.16.7...v1.16.8 )
<sup>Released on **2024-09-12**</sup>
#### 💄 Styles
- **misc**: Improve models and add more info for providers and models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve models and add more info for providers and models, closes [#3911 ](https://github.com/lobehub/lobe-chat/issues/3911 ) ([8a8fc6a ](https://github.com/lobehub/lobe-chat/commit/8a8fc6a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-12 04:01:21 +00:00
Arvin Xu
8a8fc6a440
💄 style: improve models and add more info for providers and models ( #3911 )
...
* 🔧 chore: add more info for providers and models
* 🔧 chore: add more info for providers and models
* ✅ test: fix test
* ✅ test: fix test
* ✅ test: fix test
2024-09-12 11:54:36 +08:00
lobehubbot
38f6c345d9
📝 docs(bot): Auto sync agents & plugin to readme
2024-09-11 14:01:24 +00:00
semantic-release-bot
f542b5f49d
🔖 chore(release): v1.16.7 [skip ci]
...
### [Version 1.16.7](https://github.com/lobehub/lobe-chat/compare/v1.16.6...v1.16.7 )
<sup>Released on **2024-09-11**</sup>
#### 💄 Styles
- **misc**: Optimize model token display method.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Optimize model token display method, closes [#3697 ](https://github.com/lobehub/lobe-chat/issues/3697 ) ([249795c ](https://github.com/lobehub/lobe-chat/commit/249795c ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-11 14:00:32 +00:00
sxjeru
249795c70b
💄 style: Optimize model token display method ( #3697 )
...
* Update index.tsx
* Update index.tsx
* Update index.tsx
* Update index.tsx
* Update index.tsx
* Update format.ts
* Update format.test.ts
* Update format.test.ts
* Update format.ts
* Update format.test.ts
* Update format.test.ts
2024-09-11 21:53:41 +08:00
semantic-release-bot
0610253776
🔖 chore(release): v1.16.6 [skip ci]
...
### [Version 1.16.6](https://github.com/lobehub/lobe-chat/compare/v1.16.5...v1.16.6 )
<sup>Released on **2024-09-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Pin `next@14.2.8` to fix Internal error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Pin `next@14.2.8` to fix Internal error, closes [#3905 ](https://github.com/lobehub/lobe-chat/issues/3905 ) ([1013652 ](https://github.com/lobehub/lobe-chat/commit/1013652 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-11 11:54:28 +00:00
Arvin Xu
10136528d7
🐛 fix: pin next@14.2.8 to fix Internal error ( #3905 )
2024-09-11 19:47:42 +08:00
semantic-release-bot
64b910c62a
🔖 chore(release): v1.16.5 [skip ci]
...
### [Version 1.16.5](https://github.com/lobehub/lobe-chat/compare/v1.16.4...v1.16.5 )
<sup>Released on **2024-09-11**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-11 09:27:30 +00:00
LovelyGuYiMeng
4804439151
⚡ ️ perf: add smoothing for some providers ( #3900 )
...
* Update moonshot.ts
* Update baichuan.ts
* Update minimax.ts
* Update stepfun.ts
* Update ai360.ts
* Update qwen.ts
* Update spark.ts
2024-09-11 17:20:45 +08:00
semantic-release-bot
f2bbad8c04
🔖 chore(release): v1.16.4 [skip ci]
...
### [Version 1.16.4](https://github.com/lobehub/lobe-chat/compare/v1.16.3...v1.16.4 )
<sup>Released on **2024-09-11**</sup>
#### 💄 Styles
- **ui**: Improve UI layout and text.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **ui**: Improve UI layout and text, closes [#3762 ](https://github.com/lobehub/lobe-chat/issues/3762 ) ([7c08f29 ](https://github.com/lobehub/lobe-chat/commit/7c08f29 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-11 07:41:10 +00:00
Rubu Jam
7c08f29cf9
💄 style(ui): improve UI layout and text ( #3762 )
...
* 💄 style(ui): Adjust text layout of `loading page`
* 💄 style(ui): Adjust text layout for `404 page`
* 💄 style(ui): Adjust size of icons
* 💄 style(ui): Adjust word spacing in `waiting`
* 💄 style(ui): Adjust icon size of `Delete File` and `Delete Picture`
* 💄 style(ui): Adjust texts in `knowledge base`
* 🔧 chore: Update `i18n`
* 🔧 chore(deps): update Dependencies
2024-09-11 15:34:16 +08:00
semantic-release-bot
e9b87fcb11
🔖 chore(release): v1.16.3 [skip ci]
...
### [Version 1.16.3](https://github.com/lobehub/lobe-chat/compare/v1.16.2...v1.16.3 )
<sup>Released on **2024-09-11**</sup>
#### 🐛 Bug Fixes
- **misc**: Add `LLM_VISION_IMAGE_USE_BASE64` to support local s3 in vision model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add `LLM_VISION_IMAGE_USE_BASE64` to support local s3 in vision model, closes [#3887 ](https://github.com/lobehub/lobe-chat/issues/3887 ) ([16e57ed ](https://github.com/lobehub/lobe-chat/commit/16e57ed ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-11 07:16:45 +00:00
Justin3go
b8d044f1c2
📝 docs: fix logto document ( #3894 )
2024-09-11 15:09:55 +08:00
Arvin Xu
16e57ed1f0
🐛 fix: add LLM_VISION_IMAGE_USE_BASE64 to support local s3 in vision model ( #3887 )
...
* 🐛 fix: add `LLM_VISION_IMAGE_TYPE` to support local s3 in vision model
* ♻️ refactor: refactor to better usage
* ✅ test: fix test
* 🐛 fix: fix zhipu vision
* ⚡ ️ perf: add smoothing for stepfun
* ✅ test: fix test
* fix test
* refactor
2024-09-11 15:05:29 +08:00
lobehubbot
3d44c4297b
📝 docs(bot): Auto sync agents & plugin to readme
2024-09-11 03:12:29 +00:00
semantic-release-bot
060d157d4e
🔖 chore(release): v1.16.2 [skip ci]
...
### [Version 1.16.2](https://github.com/lobehub/lobe-chat/compare/v1.16.1...v1.16.2 )
<sup>Released on **2024-09-11**</sup>
#### 💄 Styles
- **misc**: Update Upstage model list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Upstage model list, closes [#3890 ](https://github.com/lobehub/lobe-chat/issues/3890 ) ([82e2570 ](https://github.com/lobehub/lobe-chat/commit/82e2570 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-11 03:11:38 +00:00
Zhijie He
82e257040f
💄 style: update Upstage model list ( #3890 )
...
* 💄 style: add `solar-pro` model
* 💄 style: update official model name
2024-09-11 11:04:41 +08:00
semantic-release-bot
64154c1ea9
🔖 chore(release): v1.16.1 [skip ci]
...
### [Version 1.16.1](https://github.com/lobehub/lobe-chat/compare/v1.16.0...v1.16.1 )
<sup>Released on **2024-09-10**</sup>
#### 💄 Styles
- **misc**: Reorder the provider list, update spark check model to spark-lite & default disable useless model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Reorder the provider list, closes [#3886 ](https://github.com/lobehub/lobe-chat/issues/3886 ) ([4d641f5 ](https://github.com/lobehub/lobe-chat/commit/4d641f5 ))
* **misc**: Update spark check model to spark-lite & default disable useless model, closes [#3885 ](https://github.com/lobehub/lobe-chat/issues/3885 ) ([9d7e47c ](https://github.com/lobehub/lobe-chat/commit/9d7e47c ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-10 18:17:09 +00:00
LovelyGuYiMeng
9d7e47c4db
💄 style: update spark check model to spark-lite & default disable useless model ( #3885 )
...
* Update spark.ts
* Update baichuan.ts
* Update minimax.ts
2024-09-11 02:06:54 +08:00
LovelyGuYiMeng
4d641f514a
💄 style: Reorder the provider list ( #3886 )
...
* Update providers.tsx
* Update index.ts
* Update providers.tsx
* Update index.ts
2024-09-11 02:03:13 +08:00
renovate[bot]
66ce743ffc
Update dependency unstructured-client to ^0.16.0 ( #3815 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-11 01:18:58 +08:00
semantic-release-bot
85e51604c1
🔖 chore(release): v1.16.0 [skip ci]
...
## [Version 1.16.0](https://github.com/lobehub/lobe-chat/compare/v1.15.35...v1.16.0 )
<sup>Released on **2024-09-10**</sup>
#### ✨ Features
- **misc**: Add Fireworks AI Model Provider, Add Spark model provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Fireworks AI Model Provider, closes [#3392 ](https://github.com/lobehub/lobe-chat/issues/3392 ) [#48 ](https://github.com/lobehub/lobe-chat/issues/48 ) ([fa0d84d ](https://github.com/lobehub/lobe-chat/commit/fa0d84d ))
* **misc**: Add Spark model provider, closes [#3098 ](https://github.com/lobehub/lobe-chat/issues/3098 ) [#25 ](https://github.com/lobehub/lobe-chat/issues/25 ) ([fc85c20 ](https://github.com/lobehub/lobe-chat/commit/fc85c20 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-10 16:21:00 +00:00
Zhijie He
fa0d84d92c
✨ feat: Add Fireworks AI Model Provider ( #3392 )
...
* ✨ feat: Add Fireworks AI Model Provider
* 💄 style: add FireworksAI self-models
* 🐛 fix: support function call
* Revert "🐛 fix: support function call" (#48 )
This reverts commit c8422f494c .
* 💄 style: update model info
* 🐛 fix: disable stream if contains tools
* 👷 build: add ENV for Fireworks AI provider
* 👷 build: update ENV
* ✨ feat: support proxy url
* 🐛 fix: fix typo
* Update providers.tsx
* ♻️ refactor: cleanup
* 🔨 chore: remove proxyUrl for FireworksAI
* 🐛 fix: tools calling issue in Fireworks AI
* 🔨 chore: remove work around method for tool calling
* 🔨 chore: rollback changes
* 🐛 fix: fix CI error
* 💄 style: update model list
* 🔨 chore: fix rebase conflicts
2024-09-11 00:14:18 +08:00
Zhijie He
fc85c20b1c
✨ feat: Add Spark model provider ( #3098 )
...
* ✨ feat: Add Spark model provider
* 🔨 chore: split Spark API Key & Spark Secret
* 💄 style: update Spark icon
* 💄 style: update Spark icon size
* 💄 style: update Spark icon in ProviderAvatar
* 🔨 chore: update Spark models
* 🔨 chore: update Spark models
* 💄 style: fixed Spark 4.0 Ultra model icon display
* 🔨 chore: update Spark models info
* 🔨 chore: update Spark models tokens info
* 🔨 chore: update Spark models info
* 🐛 fix: fixed "'$.header.uid' length must be less or equal than 32" with Spark Lite
* 💄 style: fix model tag icon missing
* 🐛 fix: fix typo in ModelIcon
* 🔨 chore: add unit test for noUserId
* 🔨 chore: disable stream mode
* Revert "🔨 chore: disable stream mode" (#25 )
This reverts commit 302e01d181 .
* 💄 style: add Spark Pro-128K new model
* ✨ feat: Add Spark ENV
* 🐛 fix: fixed Pro-128k model id, wrong id from official document

* 💄 style: improve APIKeyForm for Spark
* 💄 style: improve custom Spark API missing form
* 🔨 chore: cleanup code
* 🐛 fix: fix CI issue after merge
* 👷 build: add ENV
* ♻️ refactor: support latest Spark HTTP SDK
* ♻️ refactor: cleanup
* 🔨 chore: fix rebase conflicts
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2024-09-11 00:14:05 +08:00
semantic-release-bot
656a1f8962
🔖 chore(release): v1.15.35 [skip ci]
...
### [Version 1.15.35](https://github.com/lobehub/lobe-chat/compare/v1.15.34...v1.15.35 )
<sup>Released on **2024-09-10**</sup>
#### 💄 Styles
- **misc**: Update CustomLogo.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update CustomLogo, closes [#3874 ](https://github.com/lobehub/lobe-chat/issues/3874 ) ([dd7c8df ](https://github.com/lobehub/lobe-chat/commit/dd7c8df ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-10 15:10:36 +00:00
CanisMinor
dd7c8dfe16
💄 style: Update CustomLogo ( #3874 )
...
* 💄 style: Update CustomLogo
* 💄 style: Replace ProviderAvatar
* 💄 style: Fix ProviderIcon in ActionForm
2024-09-10 23:03:52 +08:00
semantic-release-bot
a6e963fd51
🔖 chore(release): v1.15.34 [skip ci]
...
### [Version 1.15.34](https://github.com/lobehub/lobe-chat/compare/v1.15.33...v1.15.34 )
<sup>Released on **2024-09-10**</sup>
#### ♻ Code Refactoring
- **misc**: Change empty content stream behavior.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Change empty content stream behavior, closes [#3883 ](https://github.com/lobehub/lobe-chat/issues/3883 ) ([e910f68 ](https://github.com/lobehub/lobe-chat/commit/e910f68 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-10 14:07:54 +00:00
Zhijie He
e910f684e7
♻️ refactor: change empty content stream behavior ( #3883 )
...
* ♻️ refactor: change empty content stream behavior
* 🐛 fix: fix one-api
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
2024-09-10 22:01:05 +08:00
semantic-release-bot
8a1b3ec258
🔖 chore(release): v1.15.33 [skip ci]
...
### [Version 1.15.33](https://github.com/lobehub/lobe-chat/compare/v1.15.32...v1.15.33 )
<sup>Released on **2024-09-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix `/etc/resolv.conf`edit permission in docker image.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix `/etc/resolv.conf`edit permission in docker image, closes [#3880 ](https://github.com/lobehub/lobe-chat/issues/3880 ) ([fdaa190 ](https://github.com/lobehub/lobe-chat/commit/fdaa190 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-10 08:44:06 +00:00
Zhijie He
fdaa190951
🐛 fix: fix /etc/resolv.confedit permission in docker image ( #3880 )
2024-09-10 16:36:53 +08:00
semantic-release-bot
99acb93980
🔖 chore(release): v1.15.32 [skip ci]
...
### [Version 1.15.32](https://github.com/lobehub/lobe-chat/compare/v1.15.31...v1.15.32 )
<sup>Released on **2024-09-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix tools calling in some edge cases.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix tools calling in some edge cases, closes [#3872 ](https://github.com/lobehub/lobe-chat/issues/3872 ) ([2ed759d ](https://github.com/lobehub/lobe-chat/commit/2ed759d ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-10 05:59:17 +00:00
Arvin Xu
2ed759d604
🐛 fix: fix tools calling in some edge cases ( #3872 )
...
* fix tools calling edge case
* fix tools calling edge case
2024-09-10 13:52:42 +08:00
lobehubbot
319fd75dd5
📝 docs(bot): Auto sync agents & plugin to readme
2024-09-10 03:35:37 +00:00
semantic-release-bot
d74b8d98c8
🔖 chore(release): v1.15.31 [skip ci]
...
### [Version 1.15.31](https://github.com/lobehub/lobe-chat/compare/v1.15.30...v1.15.31 )
<sup>Released on **2024-09-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Baichuan should not introduce `freequency_penality` parameters.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Baichuan should not introduce `freequency_penality` parameters, closes [#3871 ](https://github.com/lobehub/lobe-chat/issues/3871 ) ([66a061e ](https://github.com/lobehub/lobe-chat/commit/66a061e ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-10 03:34:43 +00:00
sxjeru
66a061e55c
🐛 fix: Baichuan should not introduce freequency_penality parameters ( #3871 )
...
* Update index.ts
* Update index.ts
2024-09-10 11:27:39 +08:00
semantic-release-bot
c7fde146bc
🔖 chore(release): v1.15.30 [skip ci]
...
### [Version 1.15.30](https://github.com/lobehub/lobe-chat/compare/v1.15.29...v1.15.30 )
<sup>Released on **2024-09-09**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix claude 3.5 image with s3 url.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix claude 3.5 image with s3 url, closes [#3870 ](https://github.com/lobehub/lobe-chat/issues/3870 ) ([89c8dd4 ](https://github.com/lobehub/lobe-chat/commit/89c8dd4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-09 19:36:21 +00:00
Arvin Xu
89c8dd485a
🐛 fix: fix claude 3.5 image with s3 url ( #3870 )
...
* ✅ test: add tests for imageToBase64
* 🐛 fix: fix anthropic image chat
* ✅ test: add more tests
2024-09-10 03:29:33 +08:00
semantic-release-bot
831bc5fec0
🔖 chore(release): v1.15.29 [skip ci]
...
### [Version 1.15.29](https://github.com/lobehub/lobe-chat/compare/v1.15.28...v1.15.29 )
<sup>Released on **2024-09-09**</sup>
#### 🐛 Bug Fixes
- **misc**: Gemini cannot input images when server database is enabled.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Gemini cannot input images when server database is enabled, closes [#3370 ](https://github.com/lobehub/lobe-chat/issues/3370 ) ([eb552d2 ](https://github.com/lobehub/lobe-chat/commit/eb552d2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-09 18:49:28 +00:00
sxjeru
eb552d2a69
🐛 fix: Gemini cannot input images when server database is enabled ( #3370 )
...
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.ts
* ♻️ refactor: refactor the google implement
* ✅ test: fix tests
* ✅ test: fix tests
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2024-09-10 02:42:44 +08:00
semantic-release-bot
4dc31729f4
🔖 chore(release): v1.15.28 [skip ci]
...
### [Version 1.15.28](https://github.com/lobehub/lobe-chat/compare/v1.15.27...v1.15.28 )
<sup>Released on **2024-09-09**</sup>
#### 🐛 Bug Fixes
- **misc**: Update baichuan param.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update baichuan param, closes [#3356 ](https://github.com/lobehub/lobe-chat/issues/3356 ) ([29bced1 ](https://github.com/lobehub/lobe-chat/commit/29bced1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-09 17:21:11 +00:00
sxjeru
29bced1c68
🐛 fix: Update baichuan param ( #3356 )
...
* Update index.ts
* Update index.ts
* Update index.ts
* Update index.ts
2024-09-10 01:14:26 +08:00
semantic-release-bot
dd60e41f51
🔖 chore(release): v1.15.27 [skip ci]
...
### [Version 1.15.27](https://github.com/lobehub/lobe-chat/compare/v1.15.26...v1.15.27 )
<sup>Released on **2024-09-09**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor brand implement for better custom.
#### 💄 Styles
- **misc**: Add siliconcloud new model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor brand implement for better custom, closes [#3868 ](https://github.com/lobehub/lobe-chat/issues/3868 ) ([815b366 ](https://github.com/lobehub/lobe-chat/commit/815b366 ))
#### Styles
* **misc**: Add siliconcloud new model, closes [#3865 ](https://github.com/lobehub/lobe-chat/issues/3865 ) ([c6b5a45 ](https://github.com/lobehub/lobe-chat/commit/c6b5a45 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-09 16:40:58 +00:00
Arvin Xu
815b366b20
♻️ refactor: refactor brand implement for better custom ( #3868 )
...
* ♻️ refactor: refactor the branding
* ♻️ refactor: refactor the branding
* ♻️ refactor: refactor the branding to support different logo
* 🧑💻 style: support commercial flag to hide docs and github url
* 🧑💻 style: support commercial flag to hide docs and github url
* ✅ test: fix tests
* ♻️ refactor: hide about with hideDocs env
2024-09-10 00:34:18 +08:00
LovelyGuYiMeng
c6b5a45921
💄 style: add siliconcloud new model ( #3865 )
2024-09-10 00:33:44 +08:00
semantic-release-bot
4e7c26283b
🔖 chore(release): v1.15.26 [skip ci]
...
### [Version 1.15.26](https://github.com/lobehub/lobe-chat/compare/v1.15.25...v1.15.26 )
<sup>Released on **2024-09-09**</sup>
#### 💄 Styles
- **misc**: Update perplexity model list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update perplexity model list, closes [#3836 ](https://github.com/lobehub/lobe-chat/issues/3836 ) ([b70671b ](https://github.com/lobehub/lobe-chat/commit/b70671b ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-09 07:20:24 +00:00
LovelyGuYiMeng
b70671bc19
💄 style: update perplexity model list ( #3836 )
2024-09-09 15:13:40 +08:00
semantic-release-bot
ef0696045e
🔖 chore(release): v1.15.25 [skip ci]
...
### [Version 1.15.25](https://github.com/lobehub/lobe-chat/compare/v1.15.24...v1.15.25 )
<sup>Released on **2024-09-09**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-09 06:29:57 +00:00
Zhijie He
7232c58ee2
👷 build: fix DNS resolving issue in Docker ( #3837 )
...
* 🐛 fix: DNS resolving issue in Docker Compose
* 👷 build: re-generate `resolv.conf` before running
* 🔨 chore: add ref link to comments
2024-09-09 14:23:02 +08:00
lobehubbot
001e1e1686
📝 docs(bot): Auto sync agents & plugin to readme
2024-09-09 04:49:16 +00:00
semantic-release-bot
5046d14769
🔖 chore(release): v1.15.24 [skip ci]
...
### [Version 1.15.24](https://github.com/lobehub/lobe-chat/compare/v1.15.23...v1.15.24 )
<sup>Released on **2024-09-09**</sup>
#### 💄 Styles
- **misc**: Fix title in about settings.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix title in about settings, closes [#3841 ](https://github.com/lobehub/lobe-chat/issues/3841 ) ([6b7a366 ](https://github.com/lobehub/lobe-chat/commit/6b7a366 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-09 04:48:21 +00:00
Arvin Xu
6b7a3660e9
💄 style: fix title in about settings ( #3841 )
2024-09-09 12:41:30 +08:00
semantic-release-bot
d98194488d
🔖 chore(release): v1.15.23 [skip ci]
...
### [Version 1.15.23](https://github.com/lobehub/lobe-chat/compare/v1.15.22...v1.15.23 )
<sup>Released on **2024-09-08**</sup>
#### ♻ Code Refactoring
- **misc**: Improve branding implement.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Improve branding implement, closes [#3832 ](https://github.com/lobehub/lobe-chat/issues/3832 ) ([b5e6b8b ](https://github.com/lobehub/lobe-chat/commit/b5e6b8b ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-08 18:26:39 +00:00
Arvin Xu
b5e6b8b2b6
♻️ refactor: improve branding implement ( #3832 )
...
* ♻️ refactor: reactor the branding implement
* ♻️ refactor: reactor the branding implement
* ♻️ refactor: reactor the branding implement
* ♻️ refactor: reactor the branding locale
* ♻️ refactor: reactor the branding locale
* Update metadata.json
* ♻️ refactor: reactor the branding locale
* Update setting.json
* ♻️ refactor: reactor the branding meta
2024-09-09 02:20:00 +08:00
LovelyGuYiMeng
e2836246af
💄 style:improve groq model tokens ( #3833 )
2024-09-09 01:03:19 +08:00
lobehubbot
a91e00414a
📝 docs(bot): Auto sync agents & plugin to readme
2024-09-08 16:51:35 +00:00
semantic-release-bot
aad3347b66
🔖 chore(release): v1.15.22 [skip ci]
...
### [Version 1.15.22](https://github.com/lobehub/lobe-chat/compare/v1.15.21...v1.15.22 )
<sup>Released on **2024-09-08**</sup>
#### 💄 Styles
- **misc**: Update model display name & Remove Qwen preview model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update model display name & Remove Qwen preview model, closes [#3757 ](https://github.com/lobehub/lobe-chat/issues/3757 ) ([dd439ba ](https://github.com/lobehub/lobe-chat/commit/dd439ba ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-08 16:50:42 +00:00
Arvin Xu
302d3d6732
⚡ ️ perf: improving scrolling laggy ( #3831 )
2024-09-09 00:44:07 +08:00
LovelyGuYiMeng
dd439ba24b
💄 style: Update model display name & Remove Qwen preview model ( #3757 )
...
* Update qwen.ts
* Update qwen.ts
* Update qwen.ts
* Update siliconcloud.ts
* Update stepfun.ts
* Update deepseek.ts
* Update zhipu.ts
* Update ollama.ts
* Update siliconcloud.ts
* Update groq.ts
* Update ollama.ts
* Update siliconcloud.ts
* Update siliconcloud.ts
* Update novita.ts
* Update perplexity.ts
* Update siliconcloud.ts
* Update groq.ts
* Update novita.ts
* Update ollama.ts
* Update qwen.ts
* Update zhipu.ts
* Update deepseek.ts
* Update ollama.ts
* Update qwen.ts
* Update siliconcloud.ts
* Update zhipu.ts
* Update siliconcloud.ts
2024-09-09 00:43:26 +08:00
semantic-release-bot
a7cc9a232a
🔖 chore(release): v1.15.21 [skip ci]
...
### [Version 1.15.21](https://github.com/lobehub/lobe-chat/compare/v1.15.20...v1.15.21 )
<sup>Released on **2024-09-08**</sup>
#### ♻ Code Refactoring
- **misc**: Temperature range from 0 to 2.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Temperature range from 0 to 2, closes [#3355 ](https://github.com/lobehub/lobe-chat/issues/3355 ) ([4a9114e ](https://github.com/lobehub/lobe-chat/commit/4a9114e ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-08 15:45:27 +00:00
sxjeru
4a9114e90c
♻️ refactor: temperature range from 0 to 2 ( #3355 )
...
* feat: Update temperature settings for agent configuration
* fix
* All completed
* temperature / 2
* fix
* fix test
* add test
* ✅ test: fix test
* 🚨 ci: fix lint
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
2024-09-08 23:38:35 +08:00
Arthals
988d7441e4
📝 docs: fix db name in docker ( #3829 )
2024-09-08 23:37:00 +08:00
semantic-release-bot
a026e82408
🔖 chore(release): v1.15.20 [skip ci]
...
### [Version 1.15.20](https://github.com/lobehub/lobe-chat/compare/v1.15.19...v1.15.20 )
<sup>Released on **2024-09-08**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-08 12:08:15 +00:00
Arvin Xu
1ad7ca4c8e
⚡ ️ perf: fix scrolling laggy in some chat list ( #3824 )
2024-09-08 20:01:39 +08:00
semantic-release-bot
95b5166612
🔖 chore(release): v1.15.19 [skip ci]
...
### [Version 1.15.19](https://github.com/lobehub/lobe-chat/compare/v1.15.18...v1.15.19 )
<sup>Released on **2024-09-08**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-08 07:11:55 +00:00
Arvin Xu
7e6c8a59e2
⚡ ️ perf: fix large content render ( #3820 )
...
* ⚡ ️ perf: improve large content render
* ⚡ ️ perf: use message portal to show long text detail
* 🌐 chore: implement i18n
* ⚡ ️ perf: fix smoothing
* 💄 style: fix background color of docs mode
* 💄 style: fix background color of docs mode
2024-09-08 15:05:18 +08:00
semantic-release-bot
59e5f504d2
🔖 chore(release): v1.15.18 [skip ci]
...
### [Version 1.15.18](https://github.com/lobehub/lobe-chat/compare/v1.15.17...v1.15.18 )
<sup>Released on **2024-09-06**</sup>
#### 💄 Styles
- **misc**: Support anthropic browser request.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Support anthropic browser request, closes [#3798 ](https://github.com/lobehub/lobe-chat/issues/3798 ) ([743df51 ](https://github.com/lobehub/lobe-chat/commit/743df51 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-06 17:09:19 +00:00
Arvin Xu
743df5159e
💄 style: support anthropic browser request ( #3798 )
2024-09-07 01:02:27 +08:00
semantic-release-bot
b4f3512c30
🔖 chore(release): v1.15.17 [skip ci]
...
### [Version 1.15.17](https://github.com/lobehub/lobe-chat/compare/v1.15.16...v1.15.17 )
<sup>Released on **2024-09-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix auth log.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix auth log, closes [#3795 ](https://github.com/lobehub/lobe-chat/issues/3795 ) ([71aa405 ](https://github.com/lobehub/lobe-chat/commit/71aa405 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-06 15:29:34 +00:00
Arvin Xu
71aa40563f
🐛 fix: fix auth log ( #3795 )
2024-09-06 23:22:34 +08:00
qq940500529
c9e7e316b8
📝 docs: correct typo in 'openai api key' in .env example and documentation ( #3797 )
2024-09-06 23:21:48 +08:00
lobehubbot
1e3e35c26a
📝 docs(bot): Auto sync agents & plugin to readme
2024-09-06 14:25:14 +00:00
semantic-release-bot
69a9a7965a
🔖 chore(release): v1.15.16 [skip ci]
...
### [Version 1.15.16](https://github.com/lobehub/lobe-chat/compare/v1.15.15...v1.15.16 )
<sup>Released on **2024-09-06**</sup>
#### 💄 Styles
- **misc**: Update Bedrock model list & add `AWS_BEDROCK_MODEL_LIST` support.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Bedrock model list & add `AWS_BEDROCK_MODEL_LIST` support, closes [#3723 ](https://github.com/lobehub/lobe-chat/issues/3723 ) ([0aad972 ](https://github.com/lobehub/lobe-chat/commit/0aad972 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-06 14:24:24 +00:00
Zhijie He
0aad972505
💄 style: Update Bedrock model list & add AWS_BEDROCK_MODEL_LIST support ( #3723 )
...
* 💄 style: Update Bedrock model list
* 🐛 fix: fix typo
* 💄 style: add `AWS_BEDROCK_MODEL_LIST` support
* 💄 style: Update Bedrock model list (Comments unsupported models)
* 💄 style: rollback & update model description
* 💄 style: sync desc & token num from Bedrock
* 💄 style: update model list
* 💄 style: update Titan displayName
2024-09-06 22:17:31 +08:00
semantic-release-bot
f738d10930
🔖 chore(release): v1.15.15 [skip ci]
...
### [Version 1.15.15](https://github.com/lobehub/lobe-chat/compare/v1.15.14...v1.15.15 )
<sup>Released on **2024-09-06**</sup>
#### 💄 Styles
- **misc**: Add `LLaVA 1.5 7B` model in Groq.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `LLaVA 1.5 7B` model in Groq, closes [#3769 ](https://github.com/lobehub/lobe-chat/issues/3769 ) ([f78a0b1 ](https://github.com/lobehub/lobe-chat/commit/f78a0b1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-06 13:31:03 +00:00
cosark
9a41eef0b9
📝 docs: Adding one-click deploy button for RepoCloud.io to README.md ( #3484 )
2024-09-06 21:24:11 +08:00
cosark
0c4b4a0c71
📝 docs: Update server-database/repocloud ( #3772 )
...
* Update `docs/self-hosting/server-database/repocloud.mdx`
* Update repocloud.mdx
2024-09-06 21:16:58 +08:00
Zhijie He
f78a0b130a
💄 style: add LLaVA 1.5 7B model in Groq ( #3769 )
2024-09-06 21:16:43 +08:00
semantic-release-bot
176c01af76
🔖 chore(release): v1.15.14 [skip ci]
...
### [Version 1.15.14](https://github.com/lobehub/lobe-chat/compare/v1.15.13...v1.15.14 )
<sup>Released on **2024-09-06**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-06 12:29:52 +00:00
Arvin Xu
24cacf23e1
⚡ ️ perf: disable smoohting by default in fetchSSE ( #3787 )
...
* ⚡ ️ perf: disable smoohting by default in fetchSSE
* ⚡ ️ perf: disable smoohting by default in fetchSSE
* ⚡ ️ perf: add smoothing config for Google
2024-09-06 20:22:57 +08:00
semantic-release-bot
c22b8863c5
🔖 chore(release): v1.15.13 [skip ci]
...
### [Version 1.15.13](https://github.com/lobehub/lobe-chat/compare/v1.15.12...v1.15.13 )
<sup>Released on **2024-09-06**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-06 02:28:49 +00:00
Arvin Xu
77243e12a4
🔧 build: remove optimizePackageImports for shiki ( #3784 )
2024-09-06 10:22:14 +08:00
semantic-release-bot
83be9d2581
🔖 chore(release): v1.15.12 [skip ci]
...
### [Version 1.15.12](https://github.com/lobehub/lobe-chat/compare/v1.15.11...v1.15.12 )
<sup>Released on **2024-09-04**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix typo in RAG prompt.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix typo in RAG prompt, closes [#3764 ](https://github.com/lobehub/lobe-chat/issues/3764 ) ([ff61fa6 ](https://github.com/lobehub/lobe-chat/commit/ff61fa6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-04 18:24:16 +00:00
syhien
ff61fa6931
🐛 fix: fix typo in RAG prompt ( #3764 )
2024-09-05 02:17:31 +08:00
sxjeru
fc39ba8051
💄 style: Update Stepfun models ( #3767 )
2024-09-05 01:33:42 +08:00
semantic-release-bot
4f643a3484
🔖 chore(release): v1.15.11 [skip ci]
...
### [Version 1.15.11](https://github.com/lobehub/lobe-chat/compare/v1.15.10...v1.15.11 )
<sup>Released on **2024-09-04**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-04 02:19:46 +00:00
Arvin Xu
0e1989341c
⚡ ️ perf: fix stream smoothing ( #3758 )
2024-09-04 10:13:05 +08:00
semantic-release-bot
7b707735f8
🔖 chore(release): v1.15.10 [skip ci]
...
### [Version 1.15.10](https://github.com/lobehub/lobe-chat/compare/v1.15.9...v1.15.10 )
<sup>Released on **2024-09-03**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-03 18:29:47 +00:00
Arvin Xu
51c6b622fd
⚡ ️ perf: 优化长文本时的渲染性能 ( #3754 )
...
* ⚡ ️ perf: 优化渲染长文本时的渲染性能
* 👷 build: fix vercel build
* ⚡ ️ perf: 提高 smooth 每帧速度
* ✅ test: add test for tokenizer edge runtime
* 💚 build: fix build
* ♻️ refactor: refactor with webapi
* 🚨 ci: improve lint
* ✅ test: fix test
* ⚡ ️ perf: try o200k_base
2024-09-04 02:22:53 +08:00
semantic-release-bot
63113f9427
🔖 chore(release): v1.15.9 [skip ci]
...
### [Version 1.15.9](https://github.com/lobehub/lobe-chat/compare/v1.15.8...v1.15.9 )
<sup>Released on **2024-09-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix speed and rag prompt.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix speed and rag prompt, closes [#3751 ](https://github.com/lobehub/lobe-chat/issues/3751 ) ([dce200c ](https://github.com/lobehub/lobe-chat/commit/dce200c ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-03 14:23:12 +00:00
Arvin Xu
dce200c81a
🐛 fix: fix speed and rag prompt ( #3751 )
...
* fix user role
* fix upload speed
2024-09-03 22:16:16 +08:00
semantic-release-bot
03f8a69f76
🔖 chore(release): v1.15.8 [skip ci]
...
### [Version 1.15.8](https://github.com/lobehub/lobe-chat/compare/v1.15.7...v1.15.8 )
<sup>Released on **2024-09-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix `.PDF` can not be chunked.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix `.PDF` can not be chunked, closes [#3720 ](https://github.com/lobehub/lobe-chat/issues/3720 ) ([4244c04 ](https://github.com/lobehub/lobe-chat/commit/4244c04 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-03 13:35:01 +00:00
Arvin Xu
4244c04223
🐛 fix: fix .PDF can not be chunked ( #3720 )
...
* ✨ feat: support eval page
* ✨ feat: 完善数据集页面
* ✨ feat: 完善数据集页面
* ✨ feat: 新增评测任务页面
* ✨ feat: 新增评测任务页面
* 🚧 wip: 新增评测任务功能
* ✨ feat: 完成评测执行流程
* 🐛 fix: 支持 evaluation 的删除和创建
* 支持任务状态展示和数据下载
* fix langchain 分块后缀识别
* fix i18n
* fix auth
* ♻️ refactor: 重构db
* 先添加默认模型
2024-09-03 21:28:23 +08:00
lobehubbot
2a40c4b430
📝 docs(bot): Auto sync agents & plugin to readme
2024-09-03 08:42:41 +00:00
semantic-release-bot
627732aeeb
🔖 chore(release): v1.15.7 [skip ci]
...
### [Version 1.15.7](https://github.com/lobehub/lobe-chat/compare/v1.15.6...v1.15.7 )
<sup>Released on **2024-09-03**</sup>
#### 💄 Styles
- **misc**: Fix provider disabled title style.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix provider disabled title style, closes [#3743 ](https://github.com/lobehub/lobe-chat/issues/3743 ) ([2c72452 ](https://github.com/lobehub/lobe-chat/commit/2c72452 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-03 08:41:46 +00:00
vual
2c724525b9
💄 style: fix provider disabled title style ( #3743 )
2024-09-03 16:34:25 +08:00
Arthals
6790334b38
📝 docs: fix typo on docker-compose doc ( #3719 )
2024-09-03 10:11:55 +08:00
semantic-release-bot
8adbff2318
🔖 chore(release): v1.15.6 [skip ci]
...
### [Version 1.15.6](https://github.com/lobehub/lobe-chat/compare/v1.15.5...v1.15.6 )
<sup>Released on **2024-09-01**</sup>
#### 💄 Styles
- **misc**: Stepfun default enabled model, update Groq model list & add `GROQ_MODEL_LIST` support.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Stepfun default enabled model, closes [#3712 ](https://github.com/lobehub/lobe-chat/issues/3712 ) ([7e41d54 ](https://github.com/lobehub/lobe-chat/commit/7e41d54 ))
* **misc**: Update Groq model list & add `GROQ_MODEL_LIST` support, closes [#3716 ](https://github.com/lobehub/lobe-chat/issues/3716 ) ([75c9247 ](https://github.com/lobehub/lobe-chat/commit/75c9247 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-01 14:48:46 +00:00
LovelyGuYiMeng
7e41d545b4
💄 style: Stepfun default enabled model ( #3712 )
...
* Update stepfun.ts
* Update openai.ts
* Update openai.ts
2024-09-01 22:42:12 +08:00
Zhijie He
75c9247819
💄 style: update Groq model list & add GROQ_MODEL_LIST support ( #3716 )
...
* 💄 style: update Groq model list & add `GROQ_MODEL_LIST` support
* 💄 style: update Groq model list
2024-09-01 22:41:35 +08:00
semantic-release-bot
f9c043cc6a
🔖 chore(release): v1.15.5 [skip ci]
...
### [Version 1.15.5](https://github.com/lobehub/lobe-chat/compare/v1.15.4...v1.15.5 )
<sup>Released on **2024-09-01**</sup>
#### 💄 Styles
- **misc**: Update Together AI model list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Together AI model list, closes [#3713 ](https://github.com/lobehub/lobe-chat/issues/3713 ) ([0dde3b1 ](https://github.com/lobehub/lobe-chat/commit/0dde3b1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-01 10:52:32 +00:00
Zhijie He
0dde3b14e2
💄 style: update Together AI model list ( #3713 )
...
* 💄 style: update Together AI model list
* 💄 style: update model info
* 💄 style: update Llama3.1 405B tokens num
* 🔨 chore: fix CI
2024-09-01 18:45:57 +08:00
lobehubbot
2ae1ba2ef3
📝 docs(bot): Auto sync agents & plugin to readme
2024-09-01 10:18:16 +00:00
semantic-release-bot
27e7315cae
🔖 chore(release): v1.15.4 [skip ci]
...
### [Version 1.15.4](https://github.com/lobehub/lobe-chat/compare/v1.15.3...v1.15.4 )
<sup>Released on **2024-09-01**</sup>
#### 💄 Styles
- **misc**: Update Novita AI model info & add `NOVITA_MODEL_LIST` support.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Novita AI model info & add `NOVITA_MODEL_LIST` support, closes [#3715 ](https://github.com/lobehub/lobe-chat/issues/3715 ) ([4ab33f6 ](https://github.com/lobehub/lobe-chat/commit/4ab33f6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-01 10:17:26 +00:00
Zhijie He
4ab33f6d9e
💄 style: update Novita AI model info & add NOVITA_MODEL_LIST support ( #3715 )
2024-09-01 18:10:47 +08:00
semantic-release-bot
cdfcbfbec6
🔖 chore(release): v1.15.3 [skip ci]
...
### [Version 1.15.3](https://github.com/lobehub/lobe-chat/compare/v1.15.2...v1.15.3 )
<sup>Released on **2024-09-01**</sup>
#### 💄 Styles
- **misc**: Add `*_MODEL_LIST` for Qwen and ZeroOne, fix model info, update Claude 3.5 Sonnet maxOutput vaule.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `*_MODEL_LIST` for Qwen and ZeroOne, closes [#3704 ](https://github.com/lobehub/lobe-chat/issues/3704 ) ([05419dc ](https://github.com/lobehub/lobe-chat/commit/05419dc ))
* **misc**: Fix model info, closes [#3696 ](https://github.com/lobehub/lobe-chat/issues/3696 ) ([4d98037 ](https://github.com/lobehub/lobe-chat/commit/4d98037 ))
* **misc**: Update Claude 3.5 Sonnet maxOutput vaule, closes [#3705 ](https://github.com/lobehub/lobe-chat/issues/3705 ) ([685bd74 ](https://github.com/lobehub/lobe-chat/commit/685bd74 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-09-01 04:34:16 +00:00
sxjeru
4d98037ce7
💄 style: fix model info ( #3696 )
...
* Update stepfun.ts
* Update qwen.ts
* Update qwen.ts
* Update stepfun.ts
2024-09-01 12:27:54 +08:00
Zhijie He
685bd74ce1
💄 style: update Claude 3.5 Sonnet maxOutput vaule ( #3705 )
2024-09-01 12:27:34 +08:00
Zhijie He
05419dce75
💄 style: add *_MODEL_LIST for Qwen and ZeroOne ( #3704 )
2024-09-01 12:26:29 +08:00
renovate[bot]
4c761c9c0b
Update pnpm to v9.9.0 ( #3708 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-01 12:25:01 +08:00
lobehubbot
e5aa8e5487
📝 docs(bot): Auto sync agents & plugin to readme
2024-08-31 16:36:30 +00:00
Arvin Xu
b95f70bb9e
📝 docs: add knowledge base in Readme ( #3702 )
...
* 📝 docs: add knowledge base
* Update README.zh-CN.md
* Update README.zh-CN.md
* Update README.md
2024-09-01 00:29:54 +08:00
Arthals
d0652c8264
📝 docs: fix typo ( #3700 )
2024-08-31 18:15:22 +08:00
semantic-release-bot
990b2c43fd
🔖 chore(release): v1.15.2 [skip ci]
...
### [Version 1.15.2](https://github.com/lobehub/lobe-chat/compare/v1.15.1...v1.15.2 )
<sup>Released on **2024-08-30**</sup>
#### 💄 Styles
- **misc**: Update Qwen and Gemini models info.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Qwen and Gemini models info, closes [#3693 ](https://github.com/lobehub/lobe-chat/issues/3693 ) ([ba01641 ](https://github.com/lobehub/lobe-chat/commit/ba01641 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-30 15:29:56 +00:00
LovelyGuYiMeng
ba01641f4c
💄 style: Update Qwen and Gemini models info ( #3693 )
...
* Update qwen.ts
* Update google.ts
* Update google.ts
2024-08-30 23:23:22 +08:00
Arthals
e3f898cec1
📝 docs: Docker Compose ( #3687 )
...
* 📝 docs: Docker Compose
* 📝 docs: Tencent Cloud
* 📝 docs: S3 & Some note
* 📝 docs: Link's lang
2024-08-30 23:22:49 +08:00
semantic-release-bot
2cddfdfdc5
🔖 chore(release): v1.15.1 [skip ci]
...
### [Version 1.15.1](https://github.com/lobehub/lobe-chat/compare/v1.15.0...v1.15.1 )
<sup>Released on **2024-08-30**</sup>
#### 💄 Styles
- **misc**: Update the sorting of each provider model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update the sorting of each provider model, closes [#3689 ](https://github.com/lobehub/lobe-chat/issues/3689 ) ([e82c9dd ](https://github.com/lobehub/lobe-chat/commit/e82c9dd ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-30 14:35:20 +00:00
LovelyGuYiMeng
e82c9dd2b8
💄 style: Update the sorting of each provider model ( #3689 )
...
* Update zeroone.ts
* Update zeroone.ts
* Update zhipu.ts
* Update moonshot.ts
* Update baichuan.ts
* Update minimax.ts
* Update qwen.ts
* Update qwen.ts
* Update qwen.ts
2024-08-30 22:28:44 +08:00
semantic-release-bot
168c467769
🔖 chore(release): v1.15.0 [skip ci]
...
## [Version 1.15.0](https://github.com/lobehub/lobe-chat/compare/v1.14.12...v1.15.0 )
<sup>Released on **2024-08-30**</sup>
#### ✨ Features
- **misc**: Add Upstage model provider support.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Upstage model provider support, closes [#3670 ](https://github.com/lobehub/lobe-chat/issues/3670 ) ([4b8591b ](https://github.com/lobehub/lobe-chat/commit/4b8591b ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-30 14:04:35 +00:00
Arvin Xu
7ab418248d
💄 style: improve style of file preview ( #3691 )
2024-08-30 21:57:50 +08:00
Zhijie He
4b8591be50
✨ feat: add Upstage model provider support ( #3670 )
...
* ✨ feat: add Upstage model provider support
* 💄 style: uncomment for icon display
* 🔨 chore: remove groundedness-check model
* 🔨 chore: remove proxyUrl for Upstage
2024-08-30 21:54:21 +08:00
Arvin Xu
e13aa39dce
style: add preview for image file ( #3690 )
2024-08-30 21:51:35 +08:00
semantic-release-bot
bd27580704
🔖 chore(release): v1.14.12 [skip ci]
...
### [Version 1.14.12](https://github.com/lobehub/lobe-chat/compare/v1.14.11...v1.14.12 )
<sup>Released on **2024-08-30**</sup>
#### 💄 Styles
- **misc**: Fix ms doc file preview, Update the sorting of each provider model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix ms doc file preview, closes [#3686 ](https://github.com/lobehub/lobe-chat/issues/3686 ) ([2cd78cf ](https://github.com/lobehub/lobe-chat/commit/2cd78cf ))
* **misc**: Update the sorting of each provider model, closes [#3688 ](https://github.com/lobehub/lobe-chat/issues/3688 ) ([2630bbc ](https://github.com/lobehub/lobe-chat/commit/2630bbc ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-30 13:06:44 +00:00
LovelyGuYiMeng
2630bbc2b9
💄 style: Update the sorting of each provider model ( #3688 )
...
* Update zeroone.ts
* Update zeroone.ts
* Update zhipu.ts
* Update moonshot.ts
2024-08-30 21:00:16 +08:00
Arvin Xu
2cd78cf24b
💄 style: fix ms doc file preview ( #3686 )
...
* 💄 style: improve msdoc relative file view
* update i18n
2024-08-30 20:59:13 +08:00
semantic-release-bot
9a5dd74b79
🔖 chore(release): v1.14.11 [skip ci]
...
### [Version 1.14.11](https://github.com/lobehub/lobe-chat/compare/v1.14.10...v1.14.11 )
<sup>Released on **2024-08-30**</sup>
#### 💄 Styles
- **misc**: Update Stepfun models info.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Stepfun models info, closes [#3685 ](https://github.com/lobehub/lobe-chat/issues/3685 ) ([478b40a ](https://github.com/lobehub/lobe-chat/commit/478b40a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-30 12:05:10 +00:00
LovelyGuYiMeng
478b40a756
💄 style: Update Stepfun models info ( #3685 )
...
* Update stepfun.ts
* Update stepfun.ts
2024-08-30 19:58:30 +08:00
LovelyGuYiMeng
66b3c51ef9
💄 style:improve qwen model tokens ( #3683 )
2024-08-30 18:39:01 +08:00
LovelyGuYiMeng
34b817aed3
💄 style:improve zhipu model tokens ( #3680 )
2024-08-30 17:54:20 +08:00
sxjeru
24dd3c8876
💄 style:Update zhipu models ( #3677 )
2024-08-30 16:16:36 +08:00
lobehubbot
b8e97f5d33
📝 docs(bot): Auto sync agents & plugin to readme
2024-08-30 05:22:18 +00:00
semantic-release-bot
6acc848ac5
🔖 chore(release): v1.14.10 [skip ci]
...
### [Version 1.14.10](https://github.com/lobehub/lobe-chat/compare/v1.14.9...v1.14.10 )
<sup>Released on **2024-08-30**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix file relative chunks.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix file relative chunks, closes [#3676 ](https://github.com/lobehub/lobe-chat/issues/3676 ) ([afe1906 ](https://github.com/lobehub/lobe-chat/commit/afe1906 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-30 05:21:29 +00:00
Arvin Xu
afe19064d3
🐛 fix: fix file relative chunks ( #3676 )
...
* 🌐 chore: update i18n
* 🐛 fix: fix relative files
2024-08-30 13:14:50 +08:00
semantic-release-bot
fe62aee06b
🔖 chore(release): v1.14.9 [skip ci]
...
### [Version 1.14.9](https://github.com/lobehub/lobe-chat/compare/v1.14.8...v1.14.9 )
<sup>Released on **2024-08-29**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-29 16:09:39 +00:00
Zhijie He
f297059317
👷 build: support Generic OIDC auth ( #3647 )
...
* ✨ feat: support Generic OIDC auth
* 📝 docs: add Generic OIDC env doc
2024-08-30 00:03:04 +08:00
Arvin Xu
1f9eb04525
📝 docs: improve docker-compose ( #3661 )
...
* improve docker-compose
* improve docs
* improve docs
* improve docs
2024-08-29 15:31:19 +08:00
semantic-release-bot
e936bfd18a
🔖 chore(release): v1.14.8 [skip ci]
...
### [Version 1.14.8](https://github.com/lobehub/lobe-chat/compare/v1.14.7...v1.14.8 )
<sup>Released on **2024-08-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix whisper-1 typo.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix whisper-1 typo, closes [#3665 ](https://github.com/lobehub/lobe-chat/issues/3665 ) ([084c971 ](https://github.com/lobehub/lobe-chat/commit/084c971 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-29 05:04:04 +00:00
CanisMinor
084c9718dd
🐛 fix: Fix whisper-1 typo ( #3665 )
2024-08-29 12:57:10 +08:00
semantic-release-bot
7373a7ff4a
🔖 chore(release): v1.14.7 [skip ci]
...
### [Version 1.14.7](https://github.com/lobehub/lobe-chat/compare/v1.14.6...v1.14.7 )
<sup>Released on **2024-08-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Disable ChatGPT-4o Tools Calling.
#### 💄 Styles
- **misc**: Improve chunk and file preview.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Disable ChatGPT-4o Tools Calling, closes [#3659 ](https://github.com/lobehub/lobe-chat/issues/3659 ) ([c94077d ](https://github.com/lobehub/lobe-chat/commit/c94077d ))
#### Styles
* **misc**: Improve chunk and file preview, closes [#3658 ](https://github.com/lobehub/lobe-chat/issues/3658 ) ([4c9155c ](https://github.com/lobehub/lobe-chat/commit/4c9155c ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-28 15:59:21 +00:00
Arvin Xu
c94077dced
🐛 fix: disable ChatGPT-4o Tools Calling ( #3659 )
2024-08-28 23:52:31 +08:00
Arvin Xu
4c9155c615
💄 style: improve chunk and file preview ( #3658 )
...
* ♻️ refactor: refactor the status
* 💄 style: improve chunk preview
* 💄 style: improve chunk preview
* 🌐 chore: update i18n
2024-08-28 23:51:54 +08:00
semantic-release-bot
fc2d3a1b5e
🔖 chore(release): v1.14.6 [skip ci]
...
### [Version 1.14.6](https://github.com/lobehub/lobe-chat/compare/v1.14.5...v1.14.6 )
<sup>Released on **2024-08-28**</sup>
#### 💄 Styles
- **misc**: Update Gemini models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Gemini models, closes [#3653 ](https://github.com/lobehub/lobe-chat/issues/3653 ) ([b61ca4c ](https://github.com/lobehub/lobe-chat/commit/b61ca4c ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-28 15:28:03 +00:00
sxjeru
b61ca4c73a
💄 style: Update Gemini models ( #3653 )
2024-08-28 23:18:52 +08:00
Arthals
cef1733976
📝 docs: Docker compose for local. ( #3651 )
2024-08-28 18:59:16 +08:00
semantic-release-bot
6e202a6831
🔖 chore(release): v1.14.5 [skip ci]
...
### [Version 1.14.5](https://github.com/lobehub/lobe-chat/compare/v1.14.4...v1.14.5 )
<sup>Released on **2024-08-28**</sup>
#### 🐛 Bug Fixes
- **misc**: No user name if Cloudflare Zero Trust with onetimepin.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: No user name if Cloudflare Zero Trust with onetimepin, closes [#3649 ](https://github.com/lobehub/lobe-chat/issues/3649 ) ([5bfee5a ](https://github.com/lobehub/lobe-chat/commit/5bfee5a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-28 08:45:35 +00:00
Zhijie He
5bfee5a2da
🐛 fix: no user name if Cloudflare Zero Trust with onetimepin ( #3649 )
2024-08-28 16:38:53 +08:00
semantic-release-bot
3114397a63
🔖 chore(release): v1.14.4 [skip ci]
...
### [Version 1.14.4](https://github.com/lobehub/lobe-chat/compare/v1.14.3...v1.14.4 )
<sup>Released on **2024-08-28**</sup>
#### 💄 Styles
- **misc**: Move model and provider icon components to `@lobehub/icons`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Move model and provider icon components to `@lobehub/icons`, closes [#3634 ](https://github.com/lobehub/lobe-chat/issues/3634 ) ([5c7e17a ](https://github.com/lobehub/lobe-chat/commit/5c7e17a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-28 03:34:49 +00:00
CanisMinor
5c7e17a68f
💄 style: Move model and provider icon components to @lobehub/icons ( #3634 )
...
* 💄 style: Move model and provider icon components to @lobehub/icons
* 🐛 fix: Fix review problem
* 🔧 chore: Update deps
* 💄 style: Rm Google Avatar in Browser options
2024-08-28 11:27:59 +08:00
Arthals
64eb7c24d2
📝 docs: Logto & fix typo. ( #3641 )
...
* 📝 docs: Logto & fix typo.
* 📝 docs: Logto variables & fix typo.
2024-08-28 10:30:12 +08:00
lobehubbot
c53fee6ac1
📝 docs(bot): Auto sync agents & plugin to readme
2024-08-27 17:45:31 +00:00
semantic-release-bot
d8cad21a37
🔖 chore(release): v1.14.3 [skip ci]
...
### [Version 1.14.3](https://github.com/lobehub/lobe-chat/compare/v1.14.2...v1.14.3 )
<sup>Released on **2024-08-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Improve aysnc error type.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Improve aysnc error type, closes [#3638 ](https://github.com/lobehub/lobe-chat/issues/3638 ) ([dbae456 ](https://github.com/lobehub/lobe-chat/commit/dbae456 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-27 17:44:22 +00:00
Arvin Xu
dbae45685f
🐛 fix: improve aysnc error type ( #3638 )
...
* 🐛 fix: improve chunking task error
* 🐛 fix: improve chunking task error
* 🐛 fix: improve embedding task error
2024-08-28 01:37:47 +08:00
Arthals
c31fc2e9c1
📝 docs: fix curl typo ( #3637 )
...
* 📝 docs: fix curl typo
* 📝 docs: Docker english ver.
2024-08-28 00:31:54 +08:00
Arthals
ae3bc82527
📝 docs: Docker Compose for database ver. ( #3607 )
...
* 📝 docs: Docker for database ver.
* 📝 docs: Docker / Docker compose for database ver.
* 📝 docs: MinIO
* 📝 docs: Other S3
* 📝 docs: Quick Start
* 📝 docs: SSL
* 📝 docs: SSL
* 📝 docs: Docker-Compose english ver.
* 📝 docs: Docker-Compose for database ver.
2024-08-27 23:52:20 +08:00
semantic-release-bot
3cd7da14cf
🔖 chore(release): v1.14.2 [skip ci]
...
### [Version 1.14.2](https://github.com/lobehub/lobe-chat/compare/v1.14.1...v1.14.2 )
<sup>Released on **2024-08-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix agent setting.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix agent setting, closes [#3633 ](https://github.com/lobehub/lobe-chat/issues/3633 ) ([298fddb ](https://github.com/lobehub/lobe-chat/commit/298fddb ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-27 15:34:54 +00:00
Arvin Xu
298fddb2cb
🐛 fix: fix agent setting ( #3633 )
...
* 📝 docs: update auth
* 📝 docs: update auth
* 🐛 fix: fix agent setting bug
* 🐛 fix: fix agent setting bug
2024-08-27 23:28:11 +08:00
lobehubbot
a2d67aae33
📝 docs(bot): Auto sync agents & plugin to readme
2024-08-27 14:45:12 +00:00
semantic-release-bot
3b6d61958b
🔖 chore(release): v1.14.1 [skip ci]
...
### [Version 1.14.1](https://github.com/lobehub/lobe-chat/compare/v1.14.0...v1.14.1 )
<sup>Released on **2024-08-27**</sup>
#### 💄 Styles
- **misc**: Improve zhipu model config.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve zhipu model config, closes [#3635 ](https://github.com/lobehub/lobe-chat/issues/3635 ) ([1274e6a ](https://github.com/lobehub/lobe-chat/commit/1274e6a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-27 14:44:22 +00:00
Frank Cheung
1274e6acfd
💄 style: improve zhipu model config ( #3635 )
...
1. change glm-4-flash config, enabled by default and support function call
2. add model list support
2024-08-27 22:37:51 +08:00
semantic-release-bot
d3ff41e024
🔖 chore(release): v1.14.0 [skip ci]
...
## [Version 1.14.0](https://github.com/lobehub/lobe-chat/compare/v1.13.2...v1.14.0 )
<sup>Released on **2024-08-27**</sup>
#### ✨ Features
- **misc**: Supports Cloudflare Zero Trust login.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Supports Cloudflare Zero Trust login, closes [#3624 ](https://github.com/lobehub/lobe-chat/issues/3624 ) ([ac2bf68 ](https://github.com/lobehub/lobe-chat/commit/ac2bf68 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-27 13:19:38 +00:00
Ikko Eltociear Ashimine
949d558c3f
📝 docs: add Japanese README ( #3368 )
...
Signed-off-by: Ikko Ashimine <ashimine_ikko_bp@tenso.com >
2024-08-27 21:12:56 +08:00
Zhijie He
ac2bf68804
✨ feat: Supports Cloudflare Zero Trust login ( #3624 )
...
* ✨ feat: Supports Cloudflare Zero Trust login
* 📝 docs: add doc for Cloudflare Zero Trust
* ♻️ refactor: cleanup
* ♻️ refactor: rollback checks
2024-08-27 21:09:09 +08:00
cy948
3f92adc8e3
✨ Support logto provider ( #3630 )
...
* ✨ support logto provider
* 🎨 style: format code
2024-08-27 21:07:28 +08:00
semantic-release-bot
7e84d1e57e
🔖 chore(release): v1.13.2 [skip ci]
...
### [Version 1.13.2](https://github.com/lobehub/lobe-chat/compare/v1.13.1...v1.13.2 )
<sup>Released on **2024-08-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Bypass vercel deployment protection, fix can send message on uploading files.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Bypass vercel deployment protection, closes [#3627 ](https://github.com/lobehub/lobe-chat/issues/3627 ) ([47da20d ](https://github.com/lobehub/lobe-chat/commit/47da20d ))
* **misc**: Fix can send message on uploading files, closes [#3618 ](https://github.com/lobehub/lobe-chat/issues/3618 ) ([fe4329a ](https://github.com/lobehub/lobe-chat/commit/fe4329a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-27 08:35:12 +00:00
Arvin Xu
fe4329a59a
🐛 fix: fix can send message on uploading files ( #3618 )
...
* 🔧 chore: add deps
* ♻️ refactor: refactor code
* Update package.json
* fix send issue on uploading file
* add tests
2024-08-27 16:28:24 +08:00
Minh-Phuc Tran
47da20d5ec
🐛 fix: bypass vercel deployment protection ( #3627 )
2024-08-27 16:26:00 +08:00
semantic-release-bot
f41566bc44
🔖 chore(release): v1.13.1 [skip ci]
...
### [Version 1.13.1](https://github.com/lobehub/lobe-chat/compare/v1.13.0...v1.13.1 )
<sup>Released on **2024-08-27**</sup>
#### 💄 Styles
- **misc**: Update Qwen models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Qwen models, closes [#3626 ](https://github.com/lobehub/lobe-chat/issues/3626 ) ([4393386 ](https://github.com/lobehub/lobe-chat/commit/4393386 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-27 07:25:59 +00:00
sxjeru
4393386057
💄 style: Update Qwen models ( #3626 )
...
* Update qwen.ts
* Update qwen.ts
2024-08-27 15:19:31 +08:00
semantic-release-bot
974da6bf8f
🔖 chore(release): v1.13.0 [skip ci]
...
## [Version 1.13.0](https://github.com/lobehub/lobe-chat/compare/v1.12.20...v1.13.0 )
<sup>Released on **2024-08-27**</sup>
#### ✨ Features
- **misc**: Supports Authelia login.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Supports Authelia login, closes [#3589 ](https://github.com/lobehub/lobe-chat/issues/3589 ) ([2141ae7 ](https://github.com/lobehub/lobe-chat/commit/2141ae7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-27 02:28:45 +00:00
Ivan Li
2141ae71a4
✨ feat: Supports Authelia login ( #3589 )
...
* feat(next-auth): support Authelia.
* doc(authelia): Added configuration documentation for Authelia authentication.
* fix: typo and update doc.
* feat(next-auth): mapping profile for Authelia provider.
* doc: Add Authelia-related content to Auth environment variables documentation.
2024-08-27 10:22:05 +08:00
semantic-release-bot
b400fc06c2
🔖 chore(release): v1.12.20 [skip ci]
...
### [Version 1.12.20](https://github.com/lobehub/lobe-chat/compare/v1.12.19...v1.12.20 )
<sup>Released on **2024-08-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Feature flag `knowledge_base` doesn't affect ActionBar.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Feature flag `knowledge_base` doesn't affect ActionBar, closes [#3609 ](https://github.com/lobehub/lobe-chat/issues/3609 ) ([1a5286b ](https://github.com/lobehub/lobe-chat/commit/1a5286b ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-26 17:04:25 +00:00
Arthals
1a5286b2f1
🐛 fix: feature flag knowledge_base doesn't affect ActionBar ( #3609 )
...
* 🐛 fix: Feature flag `knoeledge_base` doesn't affect ActionBar
* 🐛 fix: Feature flag `knoeledge_base` doesn't affect ActionBar
2024-08-27 00:57:50 +08:00
semantic-release-bot
d1d0350302
🔖 chore(release): v1.12.19 [skip ci]
...
### [Version 1.12.19](https://github.com/lobehub/lobe-chat/compare/v1.12.18...v1.12.19 )
<sup>Released on **2024-08-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix cannot clone agent when imported from client.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix cannot clone agent when imported from client, closes [#3606 ](https://github.com/lobehub/lobe-chat/issues/3606 ) ([1fd2fa0 ](https://github.com/lobehub/lobe-chat/commit/1fd2fa0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-25 16:20:56 +00:00
Arvin Xu
1fd2fa0246
🐛 fix: fix cannot clone agent when imported from client ( #3606 )
...
* 🐛 fix: fix cannot clone agent when imported from client
* ✅ test: fix lint
2024-08-26 00:14:26 +08:00
semantic-release-bot
b9de2e3b51
🔖 chore(release): v1.12.18 [skip ci]
...
### [Version 1.12.18](https://github.com/lobehub/lobe-chat/compare/v1.12.17...v1.12.18 )
<sup>Released on **2024-08-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix dayjs error in en-US language.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix dayjs error in en-US language, closes [#3604 ](https://github.com/lobehub/lobe-chat/issues/3604 ) ([174f4df ](https://github.com/lobehub/lobe-chat/commit/174f4df ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-25 15:52:28 +00:00
Arvin Xu
174f4df735
🐛 fix: fix dayjs error in en-US language ( #3604 )
...
* 🐛 fix: fix dayjs issue
* 🐛 fix: fix user auth and password issue
2024-08-25 23:46:05 +08:00
lobehubbot
7076b95e4b
📝 docs(bot): Auto sync agents & plugin to readme
2024-08-25 14:55:59 +00:00
semantic-release-bot
6203c89a86
🔖 chore(release): v1.12.17 [skip ci]
...
### [Version 1.12.17](https://github.com/lobehub/lobe-chat/compare/v1.12.16...v1.12.17 )
<sup>Released on **2024-08-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix multi file upload dupicate.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix multi file upload dupicate, closes [#3603 ](https://github.com/lobehub/lobe-chat/issues/3603 ) ([60dbed7 ](https://github.com/lobehub/lobe-chat/commit/60dbed7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-25 14:54:49 +00:00
renovate[bot]
692d1bd218
Update dependency @t3-oss/env-nextjs to ^0.11.0 ( #3344 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-25 22:48:23 +08:00
Arvin Xu
60dbed7029
🐛 fix: fix multi file upload dupicate ( #3603 )
...
* 🐛 fix: fix upload issue
* 🐛 fix: fix upload issue
2024-08-25 22:46:07 +08:00
renovate[bot]
2dd1ae951f
Update dependency drizzle-orm to ^0.33.0 ( #3439 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-25 13:28:43 +08:00
renovate[bot]
698510fd1a
Update dependency drizzle-kit to ^0.24.0 ( #3438 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-25 13:28:21 +08:00
renovate[bot]
21f639ce8a
Update pnpm to v9.8.0 ( #3597 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-25 11:52:12 +08:00
renovate[bot]
24f112cfcb
Update dependency @cfworker/json-schema to v2 ( #3598 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-25 11:51:51 +08:00
renovate[bot]
428a0f9073
Update dependency happy-dom to v15 ( #3599 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-25 11:49:50 +08:00
semantic-release-bot
d3b0cb9451
🔖 chore(release): v1.12.16 [skip ci]
...
### [Version 1.12.16](https://github.com/lobehub/lobe-chat/compare/v1.12.15...v1.12.16 )
<sup>Released on **2024-08-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Session not found error on mobile.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Session not found error on mobile, closes [#3428 ](https://github.com/lobehub/lobe-chat/issues/3428 ) ([7e9c15e ](https://github.com/lobehub/lobe-chat/commit/7e9c15e ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-24 15:55:55 +00:00
Ryan
7e9c15e282
🐛 fix: session not found error on mobile ( #3428 )
2024-08-24 23:49:26 +08:00
semantic-release-bot
1069f3780f
🔖 chore(release): v1.12.15 [skip ci]
...
### [Version 1.12.15](https://github.com/lobehub/lobe-chat/compare/v1.12.14...v1.12.15 )
<sup>Released on **2024-08-24**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-24 15:42:13 +00:00
Arthals
ddab42be53
📝 docs: Feature flags & Auto-update script ( #3588 )
...
* 📝 docs: Feature flags & Auto-update script
* 📝 docs: Hide internal var
2024-08-24 23:35:41 +08:00
Arvin Xu
47f5ac712b
⚡ ️ perf: support latex chunking ( #3592 )
...
* 💄 style: support latex chunking
* ✅ test: fix test
2024-08-24 23:30:13 +08:00
semantic-release-bot
09af3b3a98
🔖 chore(release): v1.12.14 [skip ci]
...
### [Version 1.12.14](https://github.com/lobehub/lobe-chat/compare/v1.12.13...v1.12.14 )
<sup>Released on **2024-08-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix tts file saving in server mode.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix tts file saving in server mode, closes [#3585 ](https://github.com/lobehub/lobe-chat/issues/3585 ) ([ab1cb47 ](https://github.com/lobehub/lobe-chat/commit/ab1cb47 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-24 05:42:42 +00:00
Arvin Xu
ab1cb47a8e
🐛 fix: fix tts file saving in server mode ( #3585 )
...
* 🐛 fix: fix tts in server mode
* 🐛 fix: fix tts not save to file
* ✅ test: fix test
2024-08-24 13:35:56 +08:00
lobehubbot
6b01996e5b
📝 docs(bot): Auto sync agents & plugin to readme
2024-08-24 05:31:31 +00:00
semantic-release-bot
43a03bdc42
🔖 chore(release): v1.12.13 [skip ci]
...
### [Version 1.12.13](https://github.com/lobehub/lobe-chat/compare/v1.12.12...v1.12.13 )
<sup>Released on **2024-08-24**</sup>
#### 💄 Styles
- **misc**: Update 01.AI models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update 01.AI models, closes [#3586 ](https://github.com/lobehub/lobe-chat/issues/3586 ) ([c4a7f70 ](https://github.com/lobehub/lobe-chat/commit/c4a7f70 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-24 05:30:41 +00:00
sxjeru
c4a7f703b8
💄 style: Update 01.AI models ( #3586 )
2024-08-24 13:24:12 +08:00
semantic-release-bot
e4b56a2d48
🔖 chore(release): v1.12.12 [skip ci]
...
### [Version 1.12.12](https://github.com/lobehub/lobe-chat/compare/v1.12.11...v1.12.12 )
<sup>Released on **2024-08-24**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-24 02:43:42 +00:00
Arvin Xu
2c725575f7
👷 build: fix database docker build ( #3584 )
2024-08-24 10:37:14 +08:00
renovate[bot]
6ef4bdf6da
Update dependency glob to v11 ( #3216 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-24 01:53:15 +08:00
Arvin Xu
0e3bf0ce22
📝 docs: improve vercel and sync ( #3581 )
...
* 📝 docs: improve docs of vercel deployment
* 📝 docs: improve docs
* Update `upstream-sync.mdx` to include detailed instructions for handling sync failures and manual updates
* Add instructions for manually clicking "Update Branch" in case of sync failures
* Include images to illustrate the process of handling sync failures and manually updating branches
2024-08-24 01:40:33 +08:00
lobehubbot
f10f3b335a
📝 docs(bot): Auto sync agents & plugin to readme
2024-08-23 17:22:51 +00:00
semantic-release-bot
4e7d2e79d0
🔖 chore(release): v1.12.11 [skip ci]
...
### [Version 1.12.11](https://github.com/lobehub/lobe-chat/compare/v1.12.10...v1.12.11 )
<sup>Released on **2024-08-23**</sup>
#### 🐛 Bug Fixes
- **misc**: Remove orphan chunks if there is no related file.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Remove orphan chunks if there is no related file, closes [#3578 ](https://github.com/lobehub/lobe-chat/issues/3578 ) ([36bcaf3 ](https://github.com/lobehub/lobe-chat/commit/36bcaf3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-23 17:21:56 +00:00
Arvin Xu
36bcaf39db
🐛 fix: remove orphan chunks if there is no related file ( #3578 )
...
* ✅ test: add more tests
* 🐛 fix: add `DISABLE_REMOVE_GLOBAL_FILE` in dbENV
* 🐛 fix: remove orphan chunks if there is related file
* ✅ test: fix test
* 👷 fix: throw error when not set `APP_URL` at server side
* ✅ test: fix test
2024-08-24 01:15:27 +08:00
semantic-release-bot
6d96a4114f
🔖 chore(release): v1.12.10 [skip ci]
...
### [Version 1.12.10](https://github.com/lobehub/lobe-chat/compare/v1.12.9...v1.12.10 )
<sup>Released on **2024-08-23**</sup>
#### 🐛 Bug Fixes
- **misc**: Refactor and fix dalle.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Refactor and fix dalle, closes [#3572 ](https://github.com/lobehub/lobe-chat/issues/3572 ) ([8b39b61 ](https://github.com/lobehub/lobe-chat/commit/8b39b61 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-23 14:19:47 +00:00
Arvin Xu
8b39b611be
🐛 fix: refactor and fix dalle ( #3572 )
...
* fix dalle
* revert change
* fix lint and test
* fix test
* 🚨 ci: fix lint
* 🐛 fix: fix image url in server mode
* 🐛 fix: fix file can't download if cors
2024-08-23 22:13:21 +08:00
semantic-release-bot
320df5bf7f
🔖 chore(release): v1.12.9 [skip ci]
...
### [Version 1.12.9](https://github.com/lobehub/lobe-chat/compare/v1.12.8...v1.12.9 )
<sup>Released on **2024-08-23**</sup>
#### 🐛 Bug Fixes
- **misc**: Improve s3 path-style url.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Improve s3 path-style url, closes [#3567 ](https://github.com/lobehub/lobe-chat/issues/3567 ) ([96bb38a ](https://github.com/lobehub/lobe-chat/commit/96bb38a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-23 03:00:07 +00:00
Arvin Xu
96bb38ac2e
🐛 fix: improve s3 path-style url ( #3567 )
2024-08-23 10:53:37 +08:00
semantic-release-bot
653bb34b52
🔖 chore(release): v1.12.8 [skip ci]
...
### [Version 1.12.8](https://github.com/lobehub/lobe-chat/compare/v1.12.7...v1.12.8 )
<sup>Released on **2024-08-22**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix `NEXT_PUBLIC_S3_DOMAIN` error on Docker.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix `NEXT_PUBLIC_S3_DOMAIN` error on Docker, closes [#3564 ](https://github.com/lobehub/lobe-chat/issues/3564 ) ([bc6b64c ](https://github.com/lobehub/lobe-chat/commit/bc6b64c ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-22 16:33:30 +00:00
Arvin Xu
bc6b64cc1f
🐛 fix: fix NEXT_PUBLIC_S3_DOMAIN error on Docker ( #3564 )
2024-08-23 00:26:55 +08:00
semantic-release-bot
5ef5963cf0
🔖 chore(release): v1.12.7 [skip ci]
...
### [Version 1.12.7](https://github.com/lobehub/lobe-chat/compare/v1.12.6...v1.12.7 )
<sup>Released on **2024-08-22**</sup>
#### 🐛 Bug Fixes
- **misc**: Logout button not shown on mobile view when using nextauth.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Logout button not shown on mobile view when using nextauth, closes [#3561 ](https://github.com/lobehub/lobe-chat/issues/3561 ) ([0c4efe4 ](https://github.com/lobehub/lobe-chat/commit/0c4efe4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-22 16:15:43 +00:00
cy948
0c4efe4b33
🐛 fix: Logout button not shown on mobile view when using nextauth ( #3561 )
...
* 🐛 fix: logout button not shown on mobile view when using nextauth
* 🧪 test: show status for signout button
2024-08-23 00:09:17 +08:00
Arvin Xu
7a83cf9b2e
📝 docs: add S3 environment variables to documentation ( #3562 )
...
* Add S3 environment variables to documentation
2024-08-22 23:12:09 +08:00
semantic-release-bot
5c2ba8a0a6
🔖 chore(release): v1.12.6 [skip ci]
...
### [Version 1.12.6](https://github.com/lobehub/lobe-chat/compare/v1.12.5...v1.12.6 )
<sup>Released on **2024-08-22**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor s3 env and support path-style for minio.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor s3 env and support path-style for minio, closes [#3559 ](https://github.com/lobehub/lobe-chat/issues/3559 ) ([1658403 ](https://github.com/lobehub/lobe-chat/commit/1658403 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-22 14:59:06 +00:00
Arvin Xu
16584031a7
♻️ refactor: refactor s3 env and support path-style for minio ( #3559 )
...
* ♻️ refactor: refactor the `NEXT_PUBLIC_S3_DOMAIN` to `S3_PUBLIC_DOMAIN`
* 👷 build: support path-style for s3
2024-08-22 22:52:25 +08:00
semantic-release-bot
2ecd5e310c
🔖 chore(release): v1.12.5 [skip ci]
...
### [Version 1.12.5](https://github.com/lobehub/lobe-chat/compare/v1.12.4...v1.12.5 )
<sup>Released on **2024-08-22**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix clipboard copy issue and improve upload cors feedback.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix clipboard copy issue and improve upload cors feedback, closes [#3557 ](https://github.com/lobehub/lobe-chat/issues/3557 ) ([86c5a99 ](https://github.com/lobehub/lobe-chat/commit/86c5a99 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-22 14:02:21 +00:00
Arvin Xu
86c5a99587
🐛 fix: fix clipboard copy issue and improve upload cors feedback ( #3557 )
...
* 🐛 fix: fix clipboard copy issue
* 🐛 fix: fix clipboard copy issue
* 🚸 style: improve cors upload issue
* 🚸 style: improve cors upload issue
* 🚸 style: improve cors upload issue
2024-08-22 21:55:51 +08:00
Arvin Xu
2ed0b8ea26
📝 docs: Sync S3 docs between Chinese and English versions ( #3556 )
...
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/lobehub/lobe-chat?shareId=XXXX-XXXX-XXXX-XXXX ).
2024-08-22 20:01:04 +08:00
Arvin Xu
58d8f57c88
📝 docs: sync updates to English docs ( #3555 )
2024-08-22 19:39:03 +08:00
semantic-release-bot
5984fae0d8
🔖 chore(release): v1.12.4 [skip ci]
...
### [Version 1.12.4](https://github.com/lobehub/lobe-chat/compare/v1.12.3...v1.12.4 )
<sup>Released on **2024-08-22**</sup>
#### 💄 Styles
- **misc**: Fix link style.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix link style, closes [#3552 ](https://github.com/lobehub/lobe-chat/issues/3552 ) ([aa936c8 ](https://github.com/lobehub/lobe-chat/commit/aa936c8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-22 09:53:41 +00:00
Arvin Xu
aa936c8865
💄 style: fix link style ( #3552 )
2024-08-22 17:47:20 +08:00
semantic-release-bot
da4daf51a0
🔖 chore(release): v1.12.3 [skip ci]
...
### [Version 1.12.3](https://github.com/lobehub/lobe-chat/compare/v1.12.2...v1.12.3 )
<sup>Released on **2024-08-22**</sup>
#### 💄 Styles
- **misc**: Hide settings in repo.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Hide settings in repo, closes [#3540 ](https://github.com/lobehub/lobe-chat/issues/3540 ) ([86c1165 ](https://github.com/lobehub/lobe-chat/commit/86c1165 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-22 07:25:46 +00:00
Arvin Xu
86c1165eac
💄 style: hide settings in repo ( #3540 )
...
* hide settings in repo
* fix drag
* Update useDragUpload.tsx
* Update package.json
2024-08-22 15:19:07 +08:00
semantic-release-bot
26e0e3474b
🔖 chore(release): v1.12.2 [skip ci]
...
### [Version 1.12.2](https://github.com/lobehub/lobe-chat/compare/v1.12.1...v1.12.2 )
<sup>Released on **2024-08-22**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-22 03:42:32 +00:00
Zhijie He
b0474ef238
👷 build: make database docker image exit if migration fail ( #3541 )
...
* 👷 build: detect migration exit code
* 👷 build: fix ci issue
2024-08-22 11:36:00 +08:00
Arvin Xu
53a3089406
📝 docs: improve server deployment docs ( #3534 )
...
* 📝 docs: 更新 docker 部署文档
* 📝 docs: 更新 docker 部署文档
* 📝 docs: 更新 docker 部署文档
* 📝 docs: 更新 docker 部署文档
* 📝 docs: 更新 docker 部署文档
* 📝 docs: 更新 docker 部署文档
* 📝 docs: 更新 docker 部署文档
2024-08-22 02:30:09 +08:00
lobehubbot
6b35a645db
📝 docs(bot): Auto sync agents & plugin to readme
2024-08-21 16:19:07 +00:00
semantic-release-bot
8359654986
🔖 chore(release): v1.12.1 [skip ci]
...
### [Version 1.12.1](https://github.com/lobehub/lobe-chat/compare/v1.12.0...v1.12.1 )
<sup>Released on **2024-08-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix embeddings multi-insert when there is issues with async task.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix embeddings multi-insert when there is issues with async task, closes [#3530 ](https://github.com/lobehub/lobe-chat/issues/3530 ) ([e2cfff7 ](https://github.com/lobehub/lobe-chat/commit/e2cfff7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-21 16:18:16 +00:00
Arvin Xu
e2cfff73bd
🐛 fix: fix embeddings multi-insert when there is issues with async task ( #3530 )
2024-08-22 00:11:38 +08:00
semantic-release-bot
5568e3ff0b
🔖 chore(release): v1.12.0 [skip ci]
...
## [Version 1.12.0](https://github.com/lobehub/lobe-chat/compare/v1.11.9...v1.12.0 )
<sup>Released on **2024-08-21**</sup>
#### ✨ Features
- **misc**: Files and knowledge base.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Files and knowledge base, closes [#3487 ](https://github.com/lobehub/lobe-chat/issues/3487 ) ([6574c01 ](https://github.com/lobehub/lobe-chat/commit/6574c01 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-21 13:49:21 +00:00
Arvin Xu
baf9d4c965
👷 ci: fix release workflow
2024-08-21 21:42:51 +08:00
Arvin Xu
e500032404
👷 ci: fix release workflow ( #3528 )
2024-08-21 21:37:15 +08:00
Arvin Xu
6574c01843
✨ feat: files and knowledge base ( #3487 )
...
* ✨ feat: add files and knowledge base
Update edge.ts
Update test.yml
🎨 chore: fix locale
Update index.tsx
测试 pgvector workflow
* 💄 style: improve upload detail
* ✨ feat: support delete s3 file when delete files
* 💄 style: improve chunks in message
* ♻️ refactor: refactor the auth method
* ✨ feat: support use user client api key
* 💄 style: fix image list in mobile
* ✨ feat: support file upload on mobile
* ✅ test: fix test
* fix vercel build
* docs: update docs
* 👷 build: improve docker
* update i18n
2024-08-21 21:28:29 +08:00
semantic-release-bot
d8950b27ea
🔖 chore(release): v1.11.9 [skip ci]
...
### [Version 1.11.9](https://github.com/lobehub/lobe-chat/compare/v1.11.8...v1.11.9 )
<sup>Released on **2024-08-19**</sup>
#### 🐛 Bug Fixes
- **misc**: Fixed bedrock llama model id.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fixed bedrock llama model id, closes [#3518 ](https://github.com/lobehub/lobe-chat/issues/3518 ) ([34b4c69 ](https://github.com/lobehub/lobe-chat/commit/34b4c69 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-19 18:27:04 +00:00
Akhmad Fakhoni Listiyan Dede
34b4c69117
🐛 fix: fixed bedrock llama model id ( #3518 )
2024-08-20 02:20:46 +08:00
Arvin Xu
434004a3e5
🔨 chore: add i18n in advanced ( #3519 )
2024-08-20 02:06:17 +08:00
semantic-release-bot
6a22dec036
🔖 chore(release): v1.11.8 [skip ci]
...
### [Version 1.11.8](https://github.com/lobehub/lobe-chat/compare/v1.11.7...v1.11.8 )
<sup>Released on **2024-08-19**</sup>
#### 💄 Styles
- **misc**: Update zhipu models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update zhipu models, closes [#3509 ](https://github.com/lobehub/lobe-chat/issues/3509 ) ([e323b50 ](https://github.com/lobehub/lobe-chat/commit/e323b50 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-19 12:33:56 +00:00
sxjeru
e323b505de
💄 style: Update zhipu models ( #3509 )
2024-08-19 20:26:45 +08:00
renovate[bot]
9f55c0a86b
Update dependency unstructured-client to ^0.15.0 ( #3500 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 02:21:28 +08:00
renovate[bot]
65080c5c3b
Update pnpm to v9.7.1 ( #3496 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-19 02:21:02 +08:00
semantic-release-bot
cf520e5d9f
🔖 chore(release): v1.11.7 [skip ci]
...
### [Version 1.11.7](https://github.com/lobehub/lobe-chat/compare/v1.11.6...v1.11.7 )
<sup>Released on **2024-08-18**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix topic scroll issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix topic scroll issue, closes [#3505 ](https://github.com/lobehub/lobe-chat/issues/3505 ) ([c719c7a ](https://github.com/lobehub/lobe-chat/commit/c719c7a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-18 18:18:21 +00:00
Arvin Xu
c719c7a702
🐛 fix: fix topic scroll issue ( #3505 )
...
* 🔧 chore: only include db file with server test
* 🐛 fix: fix topic scroll
2024-08-19 02:11:37 +08:00
semantic-release-bot
c68cffdfd6
🔖 chore(release): v1.11.6 [skip ci]
...
### [Version 1.11.6](https://github.com/lobehub/lobe-chat/compare/v1.11.5...v1.11.6 )
<sup>Released on **2024-08-18**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the `SITE_URL` to `APP_URL`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the `SITE_URL` to `APP_URL`, closes [#3504 ](https://github.com/lobehub/lobe-chat/issues/3504 ) ([46bdcea ](https://github.com/lobehub/lobe-chat/commit/46bdcea ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-18 18:03:03 +00:00
Arvin Xu
46bdceaa46
♻️ refactor: refactor the SITE_URL to APP_URL ( #3504 )
2024-08-19 01:56:39 +08:00
semantic-release-bot
a40ac66a10
🔖 chore(release): v1.11.5 [skip ci]
...
### [Version 1.11.5](https://github.com/lobehub/lobe-chat/compare/v1.11.4...v1.11.5 )
<sup>Released on **2024-08-18**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the fetch method to fix `response.undefined`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the fetch method to fix `response.undefined`, closes [#3493 ](https://github.com/lobehub/lobe-chat/issues/3493 ) ([30d0609 ](https://github.com/lobehub/lobe-chat/commit/30d0609 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-18 08:48:44 +00:00
Arvin Xu
30d0609310
♻️ refactor: refactor the fetch method to fix response.undefined ( #3493 )
...
* ♻️ refactor: refactor the fetchEventSource
* 🔨 scripts: improve scripts
* ♻️ refactor: refactor the Portal to better code
* 🚨 ci: fix lint
* Update index.tsx
* ✅ test: fix test
* ✅ test: fix test
* 🐛 fix: fix the issue of stream error
* 🌐 chore: upload i18n
* 🐛 fix: support edit the default ... message
* 🐛 fix: fix the message edge case
* 🌐 chore: upload i18n
* ♻️ refactor: refactor the code
* ✅ test: fix tests
* ✅ test: fix tests
* 🔧 chore: only include db file with server test
* ✅ test: add more test
* revert
* revert
* ignore test coverage
* ignore test coverage
* ignore test coverage
2024-08-18 16:42:24 +08:00
semantic-release-bot
6279ef0b76
🔖 chore(release): v1.11.4 [skip ci]
...
### [Version 1.11.4](https://github.com/lobehub/lobe-chat/compare/v1.11.3...v1.11.4 )
<sup>Released on **2024-08-18**</sup>
#### 💄 Styles
- **misc**: Add `SILICONCLOUD_MODEL_LIST` & `SILICONCLOUD_PROXY_URL` support for SiliconCloud.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `SILICONCLOUD_MODEL_LIST` & `SILICONCLOUD_PROXY_URL` support for SiliconCloud, closes [#3492 ](https://github.com/lobehub/lobe-chat/issues/3492 ) ([e41be6d ](https://github.com/lobehub/lobe-chat/commit/e41be6d ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-18 03:22:57 +00:00
Zhijie He
e41be6d7f4
💄 style: add SILICONCLOUD_MODEL_LIST & SILICONCLOUD_PROXY_URL support for SiliconCloud ( #3492 )
...
* ✨ feat: add SILICONCLOUD_MODEL_LIST support for SiliconCloud
* ✨ feat: add proxy url support for SiliconCloud
* ✨ feat: add baseURL support
2024-08-18 11:16:10 +08:00
semantic-release-bot
cccd089e9f
🔖 chore(release): v1.11.3 [skip ci]
...
### [Version 1.11.3](https://github.com/lobehub/lobe-chat/compare/v1.11.2...v1.11.3 )
<sup>Released on **2024-08-17**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor PanelTitle and move commit from file uploading.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor PanelTitle and move commit from file uploading, closes [#3491 ](https://github.com/lobehub/lobe-chat/issues/3491 ) ([d03d9f6 ](https://github.com/lobehub/lobe-chat/commit/d03d9f6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-17 16:06:30 +00:00
Arvin Xu
d03d9f6490
♻️ refactor: refactor PanelTitle and move commit from file uploading ( #3491 )
...
* 📝 docs: update docs
* ♻️ refactor: refactor code
* 🎨 chore: add code from pre PR
* 📝 docs: update docs
* 🌐 chore: upload i18n
* 💄 style: fix style
* 🐛 fix: use pmap to control timing
2024-08-18 00:00:16 +08:00
semantic-release-bot
c010d79c95
🔖 chore(release): v1.11.2 [skip ci]
...
### [Version 1.11.2](https://github.com/lobehub/lobe-chat/compare/v1.11.1...v1.11.2 )
<sup>Released on **2024-08-17**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-17 15:08:54 +00:00
Zhijie He
0ea2f5fa28
👷 build: add bind-tools & proxychains-ng to database docker image ( #3471 )
...
* 👷 build: add `bind-tools` to docker image
* 👷 build: support http proxy
* 👷 build: add PROXY_URL env
* 🔨 chore: update ENV
* 🔨 chore: update ENV
* 🐛 fix: fix build error
* 🔨 chore: sort ENV
2024-08-17 23:02:47 +08:00
Arvin Xu
811e571fe4
🎨 chore: files feature pre-commit to reduce code update ( #3488 )
...
* 🎨 chore: pre commit to reduce code update
* 🎨 chore: pre commit to reduce code update
* 🎨 chore: pre commit to reduce code update
* ✅ test: fix test
* 🚚 refactor: move image files to chat
* ✅ test: add tests
* ✅ test: add tests
2024-08-17 22:29:05 +08:00
Alex Rapp
96c34790c1
📝 docs: Update README with hyperlink for Clerk ( #3479 )
...
* Update README with hyperlink for Clerk
* Update README.zh-CN.md
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2024-08-16 10:13:31 +08:00
semantic-release-bot
96f68ac907
🔖 chore(release): v1.11.1 [skip ci]
...
### [Version 1.11.1](https://github.com/lobehub/lobe-chat/compare/v1.11.0...v1.11.1 )
<sup>Released on **2024-08-15**</sup>
#### 🐛 Bug Fixes
- **misc**: Make S3 upload ACL setting optional.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Make S3 upload ACL setting optional, closes [#3464 ](https://github.com/lobehub/lobe-chat/issues/3464 ) ([53a0b47 ](https://github.com/lobehub/lobe-chat/commit/53a0b47 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-15 02:57:14 +00:00
Arvin Xu
1598f74087
👷 build: pin @icons-pack/react-simple-icons@9.6.0 to fix build ( #3474 )
2024-08-15 10:50:53 +08:00
Zolyn
53a0b47cc3
🐛 fix: make S3 upload ACL setting optional ( #3464 )
...
* feat: make setting ACL optional
* docs: add `S3_SET_ACL` description
2024-08-15 10:11:36 +08:00
semantic-release-bot
cf90dba3d8
🔖 chore(release): v1.11.0 [skip ci]
...
## [Version 1.11.0](https://github.com/lobehub/lobe-chat/compare/v1.10.1...v1.11.0 )
<sup>Released on **2024-08-14**</sup>
#### ✨ Features
- **misc**: Add 2 new models to openai provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add 2 new models to openai provider, closes [#3470 ](https://github.com/lobehub/lobe-chat/issues/3470 ) ([cc9ffdd ](https://github.com/lobehub/lobe-chat/commit/cc9ffdd ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-14 14:53:56 +00:00
Linghui Gong
cc9ffdd1c6
✨ feat: add 2 new models to openai provider ( #3470 )
2024-08-14 22:47:30 +08:00
semantic-release-bot
660bcc74e3
🔖 chore(release): v1.10.1 [skip ci]
...
### [Version 1.10.1](https://github.com/lobehub/lobe-chat/compare/v1.10.0...v1.10.1 )
<sup>Released on **2024-08-14**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-14 04:16:39 +00:00
Zhijie He
d11b76fa63
👷 build: add bind-tools to fix dns issue ( #3468 )
...
* 👷 build: add `bind-tools` to fix dns issue
* 👷 build: add `bind-tools` package
* 🐛 fix: fix comments typo
* Update Dockerfile.database
* rollback changes
2024-08-14 12:10:14 +08:00
semantic-release-bot
344ac28af5
🔖 chore(release): v1.10.0 [skip ci]
...
## [Version 1.10.0](https://github.com/lobehub/lobe-chat/compare/v1.9.8...v1.10.0 )
<sup>Released on **2024-08-14**</sup>
#### ✨ Features
- **misc**: Add SiliconCloud model provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add SiliconCloud model provider, closes [#3092 ](https://github.com/lobehub/lobe-chat/issues/3092 ) ([0781dc5 ](https://github.com/lobehub/lobe-chat/commit/0781dc5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-14 02:42:36 +00:00
sxjeru
0781dc5233
✨ feat: Add SiliconCloud model provider ( #3092 )
...
* feat: Add SiliconCloud as a model provider
* model icon
* Update index.ts
* Update siliconcloud.ts
* Update .env.example
* Add docs
* Update siliconcloud.ts
* Update siliconcloud.ts
* Update siliconcloud.ts
* Update siliconcloud.ts
2024-08-14 10:36:04 +08:00
semantic-release-bot
a5ac9901f0
🔖 chore(release): v1.9.8 [skip ci]
...
### [Version 1.9.8](https://github.com/lobehub/lobe-chat/compare/v1.9.7...v1.9.8 )
<sup>Released on **2024-08-13**</sup>
#### 💄 Styles
- **misc**: Resize the image size in chat message.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Resize the image size in chat message, closes [#3462 ](https://github.com/lobehub/lobe-chat/issues/3462 ) ([37c7429 ](https://github.com/lobehub/lobe-chat/commit/37c7429 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-13 13:11:39 +00:00
vual
37c742976c
💄 style: resize the image size in chat message ( #3462 )
2024-08-13 21:04:42 +08:00
Arvin Xu
b634ade198
🔨 chore: upgrade ollama to ^0.5.8 ( #3457 )
2024-08-13 12:57:37 +08:00
semantic-release-bot
55d14b6ec0
🔖 chore(release): v1.9.7 [skip ci]
...
### [Version 1.9.7](https://github.com/lobehub/lobe-chat/compare/v1.9.6...v1.9.7 )
<sup>Released on **2024-08-13**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-13 04:03:18 +00:00
Arvin Xu
52d66c0f29
👷 build: pin ollama@0.5.6 to fix vercel build ( #3455 )
2024-08-13 11:57:06 +08:00
lobehubbot
a682c0bf17
📝 docs(bot): Auto sync agents & plugin to readme
2024-08-11 13:20:36 +00:00
renovate[bot]
bdc665ea81
Update pnpm to v9.7.0 ( #3442 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-11 21:14:18 +08:00
lobehubbot
7455f6166b
📝 docs(bot): Auto sync agents & plugin to readme
2024-08-09 08:18:10 +00:00
semantic-release-bot
5c783fe69f
🔖 chore(release): v1.9.6 [skip ci]
...
### [Version 1.9.6](https://github.com/lobehub/lobe-chat/compare/v1.9.5...v1.9.6 )
<sup>Released on **2024-08-09**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-09 08:17:17 +00:00
Arvin Xu
6d307b543b
👷 build: fix vercel build ( #3433 )
...
* fix vercel build
* Update package.json
* Update package.json
* Update package.json
2024-08-09 16:11:02 +08:00
Yuhang
e606a74258
📝 docs: deploy lobechat database on zeabur ( #3429 )
2024-08-08 15:56:01 +08:00
semantic-release-bot
a77456afad
🔖 chore(release): v1.9.5 [skip ci]
...
### [Version 1.9.5](https://github.com/lobehub/lobe-chat/compare/v1.9.4...v1.9.5 )
<sup>Released on **2024-08-08**</sup>
#### 💄 Styles
- **misc**: Updated AWS bedrock model list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Updated AWS bedrock model list, closes [#3315 ](https://github.com/lobehub/lobe-chat/issues/3315 ) ([042f2d3 ](https://github.com/lobehub/lobe-chat/commit/042f2d3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-08 04:34:45 +00:00
Zach Zimmermann
042f2d3666
💄 style: Updated AWS bedrock model list ( #3315 )
...
* Updated AWS bedrock model list
* Added tokens field to llama 3.1 models
2024-08-08 12:28:40 +08:00
semantic-release-bot
6ae418461e
🔖 chore(release): v1.9.4 [skip ci]
...
### [Version 1.9.4](https://github.com/lobehub/lobe-chat/compare/v1.9.3...v1.9.4 )
<sup>Released on **2024-08-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix import clerk `AuthObject` from public api.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix import clerk `AuthObject` from public api, closes [#3416 ](https://github.com/lobehub/lobe-chat/issues/3416 ) ([af8960d ](https://github.com/lobehub/lobe-chat/commit/af8960d ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-06 18:17:59 +00:00
Zolyn
af8960d537
🐛 fix: fix import clerk AuthObject from public api ( #3416 )
...
* fix: import `AuthObject` from public api
* Update package.json
2024-08-07 02:11:51 +08:00
lobehubbot
8958c803a1
📝 docs(bot): Auto sync agents & plugin to readme
2024-08-06 05:17:55 +00:00
semantic-release-bot
3db15442a9
🔖 chore(release): v1.9.3 [skip ci]
...
### [Version 1.9.3](https://github.com/lobehub/lobe-chat/compare/v1.9.2...v1.9.3 )
<sup>Released on **2024-08-06**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor server db schema for better code organize.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor server db schema for better code organize, closes [#3410 ](https://github.com/lobehub/lobe-chat/issues/3410 ) ([4743bfd ](https://github.com/lobehub/lobe-chat/commit/4743bfd ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-06 05:17:11 +00:00
Arvin Xu
4743bfd3e5
♻️ refactor: refactor server db schema for better code organize ( #3410 )
...
* refactor schema
* fix lint
* fix
* update drizzle-kit
* clean code
2024-08-06 13:10:40 +08:00
semantic-release-bot
f7d5f98d70
🔖 chore(release): v1.9.2 [skip ci]
...
### [Version 1.9.2](https://github.com/lobehub/lobe-chat/compare/v1.9.1...v1.9.2 )
<sup>Released on **2024-08-05**</sup>
#### 💄 Styles
- **config**: Update Azure model and API versions.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **config**: Update Azure model and API versions, closes [#3405 ](https://github.com/lobehub/lobe-chat/issues/3405 ) ([a4938eb ](https://github.com/lobehub/lobe-chat/commit/a4938eb ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-05 18:10:09 +00:00
Rubu Jam
a4938ebae3
💄 style(config): Update Azure model and API versions ( #3405 )
...
* 💄 style(config): Update Azure model and API versions
* 💄 style: Modify text
2024-08-06 02:03:59 +08:00
semantic-release-bot
bd2812beea
🔖 chore(release): v1.9.1 [skip ci]
...
### [Version 1.9.1](https://github.com/lobehub/lobe-chat/compare/v1.9.0...v1.9.1 )
<sup>Released on **2024-08-05**</sup>
#### 🐛 Bug Fixes
- **misc**: Azure modelTag icon display.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Azure modelTag icon display, closes [#3394 ](https://github.com/lobehub/lobe-chat/issues/3394 ) ([ee6baa8 ](https://github.com/lobehub/lobe-chat/commit/ee6baa8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-05 12:42:40 +00:00
Zhijie He
ee6baa8e15
🐛 fix: Azure modelTag icon display ( #3394 )
2024-08-05 20:36:29 +08:00
semantic-release-bot
6d5e7b08e7
🔖 chore(release): v1.9.0 [skip ci]
...
## [Version 1.9.0](https://github.com/lobehub/lobe-chat/compare/v1.8.2...v1.9.0 )
<sup>Released on **2024-08-05**</sup>
#### ✨ Features
- **misc**: Skip login page if only one provider exists.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Skip login page if only one provider exists, closes [#3400 ](https://github.com/lobehub/lobe-chat/issues/3400 ) ([52da1d8 ](https://github.com/lobehub/lobe-chat/commit/52da1d8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-05 08:54:51 +00:00
cy948
52da1d8c11
✨ feat: Skip login page if only one provider exists ( #3400 )
2024-08-05 16:48:49 +08:00
Arvin Xu
46e79160d2
📝 docs: update docs for database deployment ( #3397 )
2024-08-05 14:59:38 +08:00
semantic-release-bot
80043675ba
🔖 chore(release): v1.8.2 [skip ci]
...
### [Version 1.8.2](https://github.com/lobehub/lobe-chat/compare/v1.8.1...v1.8.2 )
<sup>Released on **2024-08-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Add `PROXY_URL` in docker with proxychains-ng.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Add `PROXY_URL` in docker with proxychains-ng, closes [#3362 ](https://github.com/lobehub/lobe-chat/issues/3362 ) ([920de7c ](https://github.com/lobehub/lobe-chat/commit/920de7c ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-03 11:40:25 +00:00
Zhijie He
920de7c600
🐛 fix: add PROXY_URL in docker with proxychains-ng ( #3362 )
...
* ✨ : feat: support PROXY_URL in docker with proxychains-ng
* 🔨 chore: let proxychains config more readable
* 🔨 chore: add package update
* ⚡ ️ perf: add CN mirror for Alpine
* 🔨 chore: add more comments
* 🔨 chore: change USE_NPM_CN_MIRROR to USE_CN_MIRROR
* 🐛 fix: fix cn mirror for alpine during building
* 🐛 fix: fix permission issue
* 🐛 fix: fix app path error
* ✨ feat: support proxy server with domain
* 🔨 chore: add more comments & cleanup code
* 🔨 chore: add more comments
* ⚡ ️ perf: resolve only when host is domain
* 🔨 chore: move IP_REGEX to head
* 🔨 chore: replace `! -z` to `-n`
* 🔨 chore: update comments
* ✨ feat: add `DEFAULT_AGENT_CONFIG` and `SYSTEM_AGENT` to env, allow set default model
* Add documentation for `PROXY_URL` environment variable
Add documentation for `PROXY_URL` environment variable in both English and Chinese versions of the environment variables guide.
* **English Documentation**
- Add `PROXY_URL` section to specify the proxy URL for connecting to external services.
- Include example values and a callout for Docker Desktop users.
* **Chinese Documentation**
- Add `PROXY_URL` section to specify the proxy URL for connecting to external services.
- Include example values and a callout for Docker Desktop users.
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2024-08-03 19:35:09 +08:00
semantic-release-bot
324be07d64
🔖 chore(release): v1.8.1 [skip ci]
...
### [Version 1.8.1](https://github.com/lobehub/lobe-chat/compare/v1.8.0...v1.8.1 )
<sup>Released on **2024-08-03**</sup>
#### 💄 Styles
- **misc**: Fix `aya`, `mathstral` model tag icon & update ollama model info.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix `aya`, `mathstral` model tag icon & update ollama model info, closes [#3382 ](https://github.com/lobehub/lobe-chat/issues/3382 ) ([ced95a8 ](https://github.com/lobehub/lobe-chat/commit/ced95a8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-03 08:50:45 +00:00
Zhijie He
ced95a8734
💄 style: fix aya, mathstral model tag icon & update ollama model info ( #3382 )
...
* 💄 style: update ollama model info
* 🔨 chore: cleanup legacy models
* 💄 style: enable default tag model
* 💄 style: update Command R+ model info
* 💄 style: update DeepSeek display name
* 💄 style: update mode info
* 💄 style: update model tokens
* 💄 style: update model info
* 💄 style: update model info
* 💄 style: update tokens
* 💄 style: update Aya icon
* 💄 style: sort gemma2 model
2024-08-03 16:45:20 +08:00
lobehubbot
6c95475f74
📝 docs(bot): Auto sync agents & plugin to readme
2024-08-03 08:24:16 +00:00
Arvin Xu
72306f55ab
👷 build: add docker image for server database ( #3387 )
...
* 👷 build: add docker database image
* 💚 ci: add database image workflow
* fix docker build
* Update PULL_REQUEST_TEMPLATE.md
* 🎨 chore: improve migration script
* 🐛 fix: throws error in nextauth db adapter (#3390 )
* 👷 chore: update action
---------
Co-authored-by: cy948 <67412196+cy948@users.noreply.github.com >
2024-08-03 16:18:52 +08:00
Henry Yee
56ffa22598
🔨 chore: support bedrock Claude 3.x function calling ( #3366 )
...
Co-authored-by: GH Action - Upstream Sync <action@github.com >
2024-08-02 23:27:56 +08:00
semantic-release-bot
65ae6dc994
🔖 chore(release): v1.8.0 [skip ci]
...
## [Version 1.8.0](https://github.com/lobehub/lobe-chat/compare/v1.7.10...v1.8.0 )
<sup>Released on **2024-08-02**</sup>
#### ✨ Features
- **misc**: Add NextAuth as authentication service in server database.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add NextAuth as authentication service in server database, closes [#2935 ](https://github.com/lobehub/lobe-chat/issues/2935 ) ([5a0b972 ](https://github.com/lobehub/lobe-chat/commit/5a0b972 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-02 11:53:50 +00:00
cy948
5a0b972275
✨ feat: Add NextAuth as authentication service in server database ( #2935 )
...
* ♻️ refactor: make db edge compatible
* ✨ feat: LobeNextAuth Adapter
* 🗃️ chore: change db schema
* 🐛 fix: userid not pass to session
* 🐛 fix: nextauth enable status updater
* ✅ test: nextauth
* ♻️ refactor: nextauth db schema
* 📝 docs: add envs to .env.example
* ♻️ refactor: split nextauth module
* 🐛 fix: login button not shown on mobile
* ♻️ refactor: use hooks instead envs
* 🐛 fix: wrong login redirect
* ✨ feat: add error page for nextauth
* 🐛 fix: nextauth should not goto /me/profile
* 🗃️ chore: add db migrate sqls
* ✅ test(test): Add findByEmail tests for UserModel
* ♻️ refactor: Nextauth jsdoc
* ✅ test: enableAuth
* ✅ test(trpc-middleware): Mock nextauth import
* ✅ test(use-category): Nextauth should not render profile
* ✅ test: Mock nextauth import
* ♻️ refactor: Add store selector for enableAuth
* ♻️ replace s.enableAuth with authSelector
* 💄 style: Split Context to Clerk auth and NextAuth auth
* 💄 style: Rename migration file to 0004_add_next_auth
* 🐛 fix: userid not exists
* ✅ test: pass test for auth action
* ♻️ refactor: use static method on UserModel
* ⏪ revert: revert `src/config/auth.ts`
* ⏪ revert: `preference` in `schemas/lobechat.ts`
* ♻️ refactor: split auth to clerkAuth & nextAuth in trpc context
* ♻️ refactor: remove consts in nextauth schema
* ⏪ revert: revert db migration files
* 🗃️ refactor: rename `emailVerified` to `emailVerifiedAt`
* 🗃️ chore: generate migration files
* ♻️ refactor: move `AuthErrorPage` to `api/auth/error/`
* ♻️ refactor: move nextauth schema to
`src/database/server/schemas`
* ♻️ refactor: add type annotation to `LobeNextAuthDbAdapter`
* ✅ test: `LobeNextAuthDbAdapter`
* ✅ test: `updateAuthenticatorCounter`
* ✅ test: `listAuthenticatorsByUserId`
* ♻️ refactor: remove login buttion in settings
* 🐛 fix: link to exist account by email
* 🗃️ chore: add `full_name` to user table
* 🗃️ chore: add `full_name` to user in migration file
* 🐛 fix: duplicate providerAccountId user created
* ♻️ refactor: use `providerAccountId` as user id
* 🐛 fix: wrong request when not logined and nextauth enabled
2024-08-02 19:48:17 +08:00
semantic-release-bot
d8d0d67d33
🔖 chore(release): v1.7.10 [skip ci]
...
### [Version 1.7.10](https://github.com/lobehub/lobe-chat/compare/v1.7.9...v1.7.10 )
<sup>Released on **2024-08-02**</sup>
#### 💄 Styles
- **misc**: Add Gemini 1.5 Pro Exp model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Gemini 1.5 Pro Exp model, closes [#3384 ](https://github.com/lobehub/lobe-chat/issues/3384 ) ([0de8b7b ](https://github.com/lobehub/lobe-chat/commit/0de8b7b ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-02 08:45:19 +00:00
sxjeru
0de8b7b9cc
💄 style: Add Gemini 1.5 Pro Exp model ( #3384 )
2024-08-02 16:40:05 +08:00
semantic-release-bot
9535ff8eaf
🔖 chore(release): v1.7.9 [skip ci]
...
### [Version 1.7.9](https://github.com/lobehub/lobe-chat/compare/v1.7.8...v1.7.9 )
<sup>Released on **2024-08-01**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix Mistral models calling & update model info.
#### 💄 Styles
- **misc**: Fix stepfun & baichuan model tag icon missing, update Perplexity models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix Mistral models calling & update model info, closes [#3377 ](https://github.com/lobehub/lobe-chat/issues/3377 ) [#3098 ](https://github.com/lobehub/lobe-chat/issues/3098 ) ([66274d0 ](https://github.com/lobehub/lobe-chat/commit/66274d0 ))
#### Styles
* **misc**: Fix stepfun & baichuan model tag icon missing, closes [#3379 ](https://github.com/lobehub/lobe-chat/issues/3379 ) ([e283ef4 ](https://github.com/lobehub/lobe-chat/commit/e283ef4 ))
* **misc**: Update Perplexity models, closes [#3380 ](https://github.com/lobehub/lobe-chat/issues/3380 ) ([06cb946 ](https://github.com/lobehub/lobe-chat/commit/06cb946 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-08-01 17:40:12 +00:00
Zhijie He
66274d0da6
🐛 fix: fix Mistral models calling & update model info ( #3377 )
...
* 💄 style: update Mistral models
* 💄 style: update tokens number
* 🐛 fix: fix Mistral model calling
* 🔨 chore: merge `noUserId` from #3098
* 💄 style: cleanup deprecated models
2024-08-02 01:35:07 +08:00
Zhijie He
e283ef4f2e
💄 style: fix stepfun & baichuan model tag icon missing ( #3379 )
2024-08-02 01:32:42 +08:00
Zhijie He
06cb946204
💄 style: update Perplexity models ( #3380 )
...
* 💄 style: update Perplexity models
* 💄 style: update model name
2024-08-02 01:31:57 +08:00
semantic-release-bot
aa5944fab8
🔖 chore(release): v1.7.8 [skip ci]
...
### [Version 1.7.8](https://github.com/lobehub/lobe-chat/compare/v1.7.7...v1.7.8 )
<sup>Released on **2024-07-30**</sup>
#### 💄 Styles
- **ui**: Modify and repair UI layout.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **ui**: Modify and repair UI layout, closes [#3321 ](https://github.com/lobehub/lobe-chat/issues/3321 ) ([cda776f ](https://github.com/lobehub/lobe-chat/commit/cda776f ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-30 07:44:46 +00:00
Rubu Jam
cda776fc17
💄 style(ui): Modify and repair UI layout ( #3321 )
...
* 🐛 fix(ui): Layout issue when assistant name long
* 💄 style(ui): Adjust the display style of list setting button
* 💄 style(ui): Adjust Custom Model Option layout
* 💄 style(ui): Adjust layout of selection model
* 💄 style(ui): Modify custom model configuration on mobile
* 🐛 fix(ui): Fix text of selection model cannot folded
* 💄 style(ui): Adjust layout of selection model
2024-07-30 15:39:33 +08:00
lobehubbot
f45971b8bd
📝 docs(bot): Auto sync agents & plugin to readme
2024-07-30 03:46:45 +00:00
semantic-release-bot
0f1e4a677c
🔖 chore(release): v1.7.7 [skip ci]
...
### [Version 1.7.7](https://github.com/lobehub/lobe-chat/compare/v1.7.6...v1.7.7 )
<sup>Released on **2024-07-30**</sup>
#### 💄 Styles
- **misc**: Improve tools calling UI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve tools calling UI, closes [#3326 ](https://github.com/lobehub/lobe-chat/issues/3326 ) ([36cabc0 ](https://github.com/lobehub/lobe-chat/commit/36cabc0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-30 03:45:58 +00:00
Arvin Xu
36cabc06ed
💄 style: improve tools calling UI ( #3326 )
...
* wip improve tools calling
* refactor style
* change icon
* improve topic loading
* fix test
* improve import
* fix lint
* add tests
2024-07-30 11:40:38 +08:00
renovate[bot]
ea798e57d4
Update dependency @google/generative-ai to ^0.16.0 ( #3275 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-29 13:01:19 +08:00
lobehubbot
502a5c6aaa
📝 docs(bot): Auto sync agents & plugin to readme
2024-07-29 04:48:26 +00:00
semantic-release-bot
3658247c96
🔖 chore(release): v1.7.6 [skip ci]
...
### [Version 1.7.6](https://github.com/lobehub/lobe-chat/compare/v1.7.5...v1.7.6 )
<sup>Released on **2024-07-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Disable anthropic browser request.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Disable anthropic browser request, closes [#3359 ](https://github.com/lobehub/lobe-chat/issues/3359 ) ([a519837 ](https://github.com/lobehub/lobe-chat/commit/a519837 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-29 04:47:44 +00:00
Arvin Xu
a519837628
🐛 fix: disable anthropic browser request ( #3359 )
2024-07-29 12:42:38 +08:00
semantic-release-bot
e1c2840996
🔖 chore(release): v1.7.5 [skip ci]
...
### [Version 1.7.5](https://github.com/lobehub/lobe-chat/compare/v1.7.4...v1.7.5 )
<sup>Released on **2024-07-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix `create_session ` `edit_agent` feature flags and add more flags.
#### 💄 Styles
- **misc**: Update 360GPT model (360GPT2 Pro).
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix `create_session ` `edit_agent` feature flags and add more flags, closes [#3289 ](https://github.com/lobehub/lobe-chat/issues/3289 ) ([ebfd3cf ](https://github.com/lobehub/lobe-chat/commit/ebfd3cf ))
#### Styles
* **misc**: Update 360GPT model (360GPT2 Pro), closes [#3339 ](https://github.com/lobehub/lobe-chat/issues/3339 ) ([c8ed85e ](https://github.com/lobehub/lobe-chat/commit/c8ed85e ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-29 04:14:08 +00:00
Zhijie He
c8ed85e5a8
💄 style: update 360GPT model (360GPT2 Pro) ( #3339 )
...
* 💄 style: update 360GPT model (360GPT2 Pro)
* 💄 style: add more 360GPT models
* 💄 style: disable 360gpt-pro as default
2024-07-29 12:08:58 +08:00
Mingholy
ebfd3cf575
🐛 fix: fix create_session edit_agent feature flags and add more flags ( #3289 )
...
* feat: add ff create_session and welcome messages
* fix: add feature flags
* test: add test code
* test: add TopActions test
* fix: add button control in Welcome actions
* fix: add missing filter to MobileTabBar items
2024-07-29 12:04:42 +08:00
lobehubbot
3eeaa520f9
📝 docs(bot): Auto sync agents & plugin to readme
2024-07-29 03:50:43 +00:00
semantic-release-bot
75efe627e9
🔖 chore(release): v1.7.4 [skip ci]
...
### [Version 1.7.4](https://github.com/lobehub/lobe-chat/compare/v1.7.3...v1.7.4 )
<sup>Released on **2024-07-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Improve remote model list fetching for Novita AI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Improve remote model list fetching for Novita AI, closes [#3311 ](https://github.com/lobehub/lobe-chat/issues/3311 ) ([67b9ff0 ](https://github.com/lobehub/lobe-chat/commit/67b9ff0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-29 03:50:01 +00:00
Jason
67b9ff0d75
🐛 fix: improve remote model list fetching for Novita AI ( #3311 )
2024-07-29 11:44:54 +08:00
semantic-release-bot
379bc8dc21
🔖 chore(release): v1.7.3 [skip ci]
...
### [Version 1.7.3](https://github.com/lobehub/lobe-chat/compare/v1.7.2...v1.7.3 )
<sup>Released on **2024-07-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Update minimax models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Update minimax models, closes [#3354 ](https://github.com/lobehub/lobe-chat/issues/3354 ) ([8113729 ](https://github.com/lobehub/lobe-chat/commit/8113729 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-28 09:52:22 +00:00
renovate[bot]
891930be87
Update pnpm to v9.6.0 ( #3345 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-28 17:47:17 +08:00
sxjeru
8113729461
🐛 fix: Update minimax models ( #3354 )
2024-07-28 17:46:11 +08:00
Arvin Xu
afce281294
🎨 chore: handle payload support options ( #3331 )
2024-07-27 00:26:38 +08:00
semantic-release-bot
9b4c39c44d
🔖 chore(release): v1.7.2 [skip ci]
...
### [Version 1.7.2](https://github.com/lobehub/lobe-chat/compare/v1.7.1...v1.7.2 )
<sup>Released on **2024-07-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Avoid baseURL being an empty string, resulting in incorrect client fetch.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Avoid baseURL being an empty string, resulting in incorrect client fetch, closes [#3308 ](https://github.com/lobehub/lobe-chat/issues/3308 ) ([15a9bc1 ](https://github.com/lobehub/lobe-chat/commit/15a9bc1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-26 11:28:42 +00:00
mosade
15a9bc15c9
🐛 fix: Avoid baseURL being an empty string, resulting in incorrect client fetch ( #3308 )
2024-07-26 19:23:40 +08:00
semantic-release-bot
4327799b91
🔖 chore(release): v1.7.1 [skip ci]
...
### [Version 1.7.1](https://github.com/lobehub/lobe-chat/compare/v1.7.0...v1.7.1 )
<sup>Released on **2024-07-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix dalle tools calling prompts to avoid content risk.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix dalle tools calling prompts to avoid content risk, closes [#3325 ](https://github.com/lobehub/lobe-chat/issues/3325 ) ([3e21240 ](https://github.com/lobehub/lobe-chat/commit/3e21240 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-26 10:07:20 +00:00
Arvin Xu
3e21240ff0
🐛 fix: fix dalle tools calling prompts to avoid content risk ( #3325 )
...
* fix tool calling of dalle
* fix snapshot
2024-07-26 18:01:59 +08:00
semantic-release-bot
d8fd992d3a
🔖 chore(release): v1.7.0 [skip ci]
...
## [Version 1.7.0](https://github.com/lobehub/lobe-chat/compare/v1.6.15...v1.7.0 )
<sup>Released on **2024-07-26**</sup>
#### ✨ Features
- **misc**: Enabled function calling on Deepseek models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Enabled function calling on Deepseek models, closes [#3312 ](https://github.com/lobehub/lobe-chat/issues/3312 ) ([35f31cb ](https://github.com/lobehub/lobe-chat/commit/35f31cb ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-26 07:35:27 +00:00
Zach Zimmermann
35f31cb3c5
✨ feat: Enabled function calling on Deepseek models ( #3312 )
2024-07-26 15:30:00 +08:00
semantic-release-bot
e7629b9e7f
🔖 chore(release): v1.6.15 [skip ci]
...
### [Version 1.6.15](https://github.com/lobehub/lobe-chat/compare/v1.6.14...v1.6.15 )
<sup>Released on **2024-07-26**</sup>
#### 💄 Styles
- **misc**: Fix file upload height.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix file upload height, closes [#3319 ](https://github.com/lobehub/lobe-chat/issues/3319 ) ([8343f35 ](https://github.com/lobehub/lobe-chat/commit/8343f35 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-26 06:12:08 +00:00
Arvin Xu
8343f350d4
💄 style: fix file upload height ( #3319 )
2024-07-26 14:07:05 +08:00
lobehubbot
0997685644
📝 docs(bot): Auto sync agents & plugin to readme
2024-07-26 02:44:46 +00:00
semantic-release-bot
6ee03da931
🔖 chore(release): v1.6.14 [skip ci]
...
### [Version 1.6.14](https://github.com/lobehub/lobe-chat/compare/v1.6.13...v1.6.14 )
<sup>Released on **2024-07-26**</sup>
#### 💄 Styles
- **misc**: Improve input file upload.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve input file upload, closes [#3314 ](https://github.com/lobehub/lobe-chat/issues/3314 ) ([de85553 ](https://github.com/lobehub/lobe-chat/commit/de85553 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-26 02:44:04 +00:00
Arvin Xu
de85553e76
💄 style: improve input file upload ( #3314 )
...
* 💄 style: improve input height
* 💄 style: improve input height
* fix drag
2024-07-26 10:38:58 +08:00
semantic-release-bot
1b86e012f1
🔖 chore(release): v1.6.13 [skip ci]
...
### [Version 1.6.13](https://github.com/lobehub/lobe-chat/compare/v1.6.12...v1.6.13 )
<sup>Released on **2024-07-25**</sup>
#### 💄 Styles
- **misc**: Updated Groq model list to include llama-3.1 and llama3-Groq.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Updated Groq model list to include llama-3.1 and llama3-Groq, closes [#3313 ](https://github.com/lobehub/lobe-chat/issues/3313 ) ([a9cfad6 ](https://github.com/lobehub/lobe-chat/commit/a9cfad6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-25 17:46:11 +00:00
Zach Zimmermann
a9cfad6db8
💄 style: Updated Groq model list to include llama-3.1 and llama3-Groq ( #3313 )
...
* Updated Groq model list with llama 3.1 models and Groq versions of llama 3
* Update names to match convention
2024-07-26 01:40:51 +08:00
semantic-release-bot
27e27cc8d1
🔖 chore(release): v1.6.12 [skip ci]
...
### [Version 1.6.12](https://github.com/lobehub/lobe-chat/compare/v1.6.11...v1.6.12 )
<sup>Released on **2024-07-25**</sup>
#### 💄 Styles
- **misc**: Add new models to groq which are llama 3.1.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add new models to groq which are llama 3.1, closes [#3301 ](https://github.com/lobehub/lobe-chat/issues/3301 ) ([ec20fd0 ](https://github.com/lobehub/lobe-chat/commit/ec20fd0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-25 16:13:01 +00:00
Star_dusted
ec20fd0c10
💄 style: add new models to groq which are llama 3.1 ( #3301 )
...
* feat: Add new models for groq
* fix: modify the id of model
* chore: Update chatModels in Groq model providers, which is LLaMA3.1
2024-07-26 00:07:43 +08:00
Zach Zimmermann
5f4491abd4
🔨 chore: Updated start script to use port 3210 to match docker ( #3297 )
2024-07-24 10:37:19 +08:00
semantic-release-bot
ee420d33c8
🔖 chore(release): v1.6.11 [skip ci]
...
### [Version 1.6.11](https://github.com/lobehub/lobe-chat/compare/v1.6.10...v1.6.11 )
<sup>Released on **2024-07-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix `UNAUTHORIZED` issue with clerk auth provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix `UNAUTHORIZED` issue with clerk auth provider, closes [#3299 ](https://github.com/lobehub/lobe-chat/issues/3299 ) ([97bea09 ](https://github.com/lobehub/lobe-chat/commit/97bea09 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-24 02:36:31 +00:00
Arvin Xu
97bea095c1
🐛 fix: fix UNAUTHORIZED issue with clerk auth provider ( #3299 )
2024-07-24 10:31:21 +08:00
semantic-release-bot
582ce8741d
🔖 chore(release): v1.6.10 [skip ci]
...
### [Version 1.6.10](https://github.com/lobehub/lobe-chat/compare/v1.6.9...v1.6.10 )
<sup>Released on **2024-07-23**</sup>
#### ♻ Code Refactoring
- **misc**: Upgrade snapshot version.
#### 💄 Styles
- **misc**: Fix the scrolling of the return result area of function calling.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Upgrade snapshot version, closes [#3296 ](https://github.com/lobehub/lobe-chat/issues/3296 ) ([2c14fef ](https://github.com/lobehub/lobe-chat/commit/2c14fef ))
#### Styles
* **misc**: Fix the scrolling of the return result area of function calling, closes [#3295 ](https://github.com/lobehub/lobe-chat/issues/3295 ) ([9c8f469 ](https://github.com/lobehub/lobe-chat/commit/9c8f469 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-23 15:39:54 +00:00
HansKing98
9c8f469438
💄 style: fix the scrolling of the return result area of function calling ( #3295 )
2024-07-23 23:34:35 +08:00
Arvin Xu
2c14fefd87
♻️ refactor: upgrade snapshot version ( #3296 )
2024-07-23 23:34:05 +08:00
lobehubbot
cfca015f9b
📝 docs(bot): Auto sync agents & plugin to readme
2024-07-23 14:26:27 +00:00
semantic-release-bot
b62d5e933e
🔖 chore(release): v1.6.9 [skip ci]
...
### [Version 1.6.9](https://github.com/lobehub/lobe-chat/compare/v1.6.8...v1.6.9 )
<sup>Released on **2024-07-23**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-23 14:25:43 +00:00
Zhijie He
c8113a465d
⚡ ️ perf: change base image to apline, decrease docker image size ( #3063 )
...
* 🔨 build(docker): change base image to apline, decrease image size
* 🔨 chore: decrease layer, reduce image size
* 🔨 chore: rebase build workflow
* 🔨 chore: further reduce the number of layers to 7 layers
* 🔨 chore: further reduce the number of layers to 6 layers
a. 4 layers from node:20-alpine
b. 1 layer from add nextjs user
c. 1 layer from copy lobechat files
* 🐛 fix: install pnpm with npm, fixed corepack not using mirror
* 🐛 fix: fixed corepack not using CN mirror issue
* 🔨 chore: update model env
* 🔨 chore: merge pnpm and sharp to builder stage
* 🐛 fix: fixed typo and build warning
* 🐛 fix: fixed typo
* 🔨 chore: rollback
* 🔨 chore: merge pnpm and sharp to builder stage
* 🐛 fix: fixed build warning
* 🔨 chore: cleanup
* 🔨 chore: set SENTRYCLI_CDNURL mirror
* 🔨 chore: add build docker scripts
2024-07-23 22:20:22 +08:00
semantic-release-bot
dac2735f58
🔖 chore(release): v1.6.8 [skip ci]
...
### [Version 1.6.8](https://github.com/lobehub/lobe-chat/compare/v1.6.7...v1.6.8 )
<sup>Released on **2024-07-23**</sup>
#### ♻ Code Refactoring
- **misc**: Move server modules.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Move server modules, closes [#3291 ](https://github.com/lobehub/lobe-chat/issues/3291 ) ([c7c9f39 ](https://github.com/lobehub/lobe-chat/commit/c7c9f39 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-23 04:54:38 +00:00
Arvin Xu
c7c9f39e88
♻️ refactor: move server modules ( #3291 )
2024-07-23 12:49:28 +08:00
lobehubbot
39525528bd
📝 docs(bot): Auto sync agents & plugin to readme
2024-07-23 02:16:06 +00:00
semantic-release-bot
c0e78049cb
🔖 chore(release): v1.6.7 [skip ci]
...
### [Version 1.6.7](https://github.com/lobehub/lobe-chat/compare/v1.6.6...v1.6.7 )
<sup>Released on **2024-07-23**</sup>
#### 💄 Styles
- **misc**: Add new model provider Novita AI.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add new model provider Novita AI, closes [#3177 ](https://github.com/lobehub/lobe-chat/issues/3177 ) ([08b063f ](https://github.com/lobehub/lobe-chat/commit/08b063f ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-23 02:15:23 +00:00
Jason
08b063fd77
💄 style: Add new model provider Novita AI ( #3177 )
2024-07-23 10:09:53 +08:00
semantic-release-bot
a042dd26f3
🔖 chore(release): v1.6.6 [skip ci]
...
### [Version 1.6.6](https://github.com/lobehub/lobe-chat/compare/v1.6.5...v1.6.6 )
<sup>Released on **2024-07-22**</sup>
#### ♻ Code Refactoring
- **model**: Clear and add models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **model**: Clear and add models, closes [#3208 ](https://github.com/lobehub/lobe-chat/issues/3208 ) ([ef54191 ](https://github.com/lobehub/lobe-chat/commit/ef54191 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-22 06:23:53 +00:00
Rubu Jam
ef54191d96
♻️ refactor(model): clear and add models ( #3208 )
2024-07-22 14:18:29 +08:00
Arvin Xu
5aec15a7f4
📝 docs: update auth0.zh-CN.mdx ( #3288 )
...
* Update 1_bug_report.yml
* Update 1_bug_report.yml
* Update 1_bug_report.yml
* Update 1_bug_report_cn.yml
* Update 1_bug_report_cn.yml
* Update `docs/self-hosting/advanced/sso-providers/auth0.zh-CN.mdx`
* Update auth0.zh-CN.mdx
2024-07-22 12:57:43 +08:00
CanisMinor
a17b97eebd
📝 docs: Add more usage docs ( #3286 )
2024-07-22 12:14:46 +08:00
semantic-release-bot
2a812365bf
🔖 chore(release): v1.6.5 [skip ci]
...
### [Version 1.6.5](https://github.com/lobehub/lobe-chat/compare/v1.6.4...v1.6.5 )
<sup>Released on **2024-07-22**</sup>
#### 🐛 Bug Fixes
- **misc**: Content lost unexpectedly on Qwen provider when `finish_reason` is `stop`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Content lost unexpectedly on Qwen provider when `finish_reason` is `stop`, closes [#3252 ](https://github.com/lobehub/lobe-chat/issues/3252 ) ([d35c5b0 ](https://github.com/lobehub/lobe-chat/commit/d35c5b0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-22 02:47:04 +00:00
Minghao Li
d35c5b0eea
🐛 fix: content lost unexpectedly on Qwen provider when finish_reason is stop ( #3252 )
...
* fix: unexpected content lost while `finish_reason` is `stop`
* test: better stream reading code
2024-07-22 10:41:47 +08:00
renovate[bot]
e5a782bb38
Update dependency drizzle-kit to ^0.23.0 ( #3212 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-22 10:34:00 +08:00
renovate[bot]
38a923fbbf
Update dependency drizzle-orm to ^0.32.0 ( #3213 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-22 10:33:35 +08:00
semantic-release-bot
dbffba420e
🔖 chore(release): v1.6.4 [skip ci]
...
### [Version 1.6.4](https://github.com/lobehub/lobe-chat/compare/v1.6.3...v1.6.4 )
<sup>Released on **2024-07-21**</sup>
#### ♻ Code Refactoring
- **misc**: Add trpc query client with react-query.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Add trpc query client with react-query, closes [#3282 ](https://github.com/lobehub/lobe-chat/issues/3282 ) ([013ee54 ](https://github.com/lobehub/lobe-chat/commit/013ee54 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-21 12:01:30 +00:00
Arvin Xu
013ee54480
♻️ refactor: add trpc query client with react-query ( #3282 )
...
* ♻️ refactor: refactor the trpc client with react query mode
* ♻️ refactor: refactor the trpc client with react query mode
2024-07-21 19:56:16 +08:00
semantic-release-bot
0f4bbdcef5
🔖 chore(release): v1.6.3 [skip ci]
...
### [Version 1.6.3](https://github.com/lobehub/lobe-chat/compare/v1.6.2...v1.6.3 )
<sup>Released on **2024-07-21**</sup>
#### 💄 Styles
- **misc**: Update Zhipu models (GLM-4-AllTools & CodeGeeX-4).
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update Zhipu models (GLM-4-AllTools & CodeGeeX-4), closes [#3255 ](https://github.com/lobehub/lobe-chat/issues/3255 ) ([a92939f ](https://github.com/lobehub/lobe-chat/commit/a92939f ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-21 11:46:33 +00:00
Zhijie He
a92939f282
💄 style: update Zhipu models (GLM-4-AllTools & CodeGeeX-4) ( #3255 )
...
* 💄 style: update Zhipu models (GLM & CodeGeeX)
* 💄 style: update CodeGeeX icon
2024-07-21 19:41:33 +08:00
HansKing98
5684f23884
💄 style: add yi-large-fc model ( #3261 )
...
fix: add yi-large-fc
Reference Link:
https://platform.lingyiwanwu.com/docs#%E6%A8%A1%E5%9E%8B%E4%B8%8E%E8%AE%A1%E8%B4%B9
2024-07-21 19:39:34 +08:00
pagal
34c68202e2
📝 docs : update docker.mdx ( #3273 )
2024-07-21 19:34:26 +08:00
lobehubbot
58caa3209b
📝 docs(bot): Auto sync agents & plugin to readme
2024-07-21 04:49:43 +00:00
semantic-release-bot
675a5d11d2
🔖 chore(release): v1.6.2 [skip ci]
...
### [Version 1.6.2](https://github.com/lobehub/lobe-chat/compare/v1.6.1...v1.6.2 )
<sup>Released on **2024-07-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix dayjs render on server.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix dayjs render on server, closes [#3278 ](https://github.com/lobehub/lobe-chat/issues/3278 ) ([8c08dd5 ](https://github.com/lobehub/lobe-chat/commit/8c08dd5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-21 04:49:00 +00:00
Arvin Xu
8c08dd5756
🐛 fix: fix dayjs render on server ( #3278 )
2024-07-21 12:43:55 +08:00
semantic-release-bot
7506b70599
🔖 chore(release): v1.6.1 [skip ci]
...
### [Version 1.6.1](https://github.com/lobehub/lobe-chat/compare/v1.6.0...v1.6.1 )
<sup>Released on **2024-07-19**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the DragUpload.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the DragUpload, closes [#3263 ](https://github.com/lobehub/lobe-chat/issues/3263 ) ([19186eb ](https://github.com/lobehub/lobe-chat/commit/19186eb ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-19 16:04:09 +00:00
Arvin Xu
19186ebf80
♻️ refactor: refactor the DragUpload ( #3263 )
...
* 🐛 fix: fix dayjs locale
* ♻️ refactor: refactor the DragUpload component
* 🌐 chore: update the locale
2024-07-19 23:58:52 +08:00
semantic-release-bot
7eb192e529
🔖 chore(release): v1.6.0 [skip ci]
...
## [Version 1.6.0](https://github.com/lobehub/lobe-chat/compare/v1.5.5...v1.6.0 )
<sup>Released on **2024-07-19**</sup>
#### ✨ Features
- **misc**: Add `gpt-4o-mini` in OpenAI Provider and set it as the default model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add `gpt-4o-mini` in OpenAI Provider and set it as the default model, closes [#3256 ](https://github.com/lobehub/lobe-chat/issues/3256 ) ([a84d807 ](https://github.com/lobehub/lobe-chat/commit/a84d807 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-19 13:14:06 +00:00
Linghui Gong
a84d8073e3
✨ feat: add gpt-4o-mini in OpenAI Provider and set it as the default model ( #3256 )
...
* ✨ feat: gpt-4o-mini to openai provider
* ♻️ refactor: move gpt-4o-mini as default model
* ✅ test: fix test
* 🐛 fix: set gpt-4o-mini as default model
* chore: improve code
* chore: improve code
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
2024-07-19 21:09:02 +08:00
lobehubbot
52d2b9d3f0
📝 docs(bot): Auto sync agents & plugin to readme
2024-07-19 07:38:45 +00:00
semantic-release-bot
928f15543c
🔖 chore(release): v1.5.5 [skip ci]
...
### [Version 1.5.5](https://github.com/lobehub/lobe-chat/compare/v1.5.4...v1.5.5 )
<sup>Released on **2024-07-19**</sup>
#### 💄 Styles
- **misc**: Added Gemma2 instead of outdated Gemma.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Added Gemma2 instead of outdated Gemma, closes [#3231 ](https://github.com/lobehub/lobe-chat/issues/3231 ) ([03173b7 ](https://github.com/lobehub/lobe-chat/commit/03173b7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-19 07:38:04 +00:00
Maple Gao
03173b793b
💄 style: Added Gemma2 instead of outdated Gemma ( #3231 )
...
* 💄 config (Ollama): Added Gemma2 instead of outdated Gemma
* 💄 config (Ollama): Retaining old Gemma
2024-07-19 15:33:05 +08:00
semantic-release-bot
4531e24293
🔖 chore(release): v1.5.4 [skip ci]
...
### [Version 1.5.4](https://github.com/lobehub/lobe-chat/compare/v1.5.3...v1.5.4 )
<sup>Released on **2024-07-17**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix delete session group.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix delete session group, closes [#3245 ](https://github.com/lobehub/lobe-chat/issues/3245 ) ([8f7167d ](https://github.com/lobehub/lobe-chat/commit/8f7167d ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-17 17:24:36 +00:00
Arvin Xu
8f7167dd1d
🐛 fix: fix delete session group ( #3245 )
...
* 🐛 fix: fix delete session group
* 🎨 chore: improve code
2024-07-18 01:19:25 +08:00
lobehubbot
f9e1b31972
📝 docs(bot): Auto sync agents & plugin to readme
2024-07-17 12:26:18 +00:00
semantic-release-bot
4ca465677b
🔖 chore(release): v1.5.3 [skip ci]
...
### [Version 1.5.3](https://github.com/lobehub/lobe-chat/compare/v1.5.2...v1.5.3 )
<sup>Released on **2024-07-17**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix `OpenAI` deployment restrictions, fix cant duplicate assistant.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix `OpenAI` deployment restrictions, closes [#3206 ](https://github.com/lobehub/lobe-chat/issues/3206 ) ([3d7a35d ](https://github.com/lobehub/lobe-chat/commit/3d7a35d ))
* **misc**: Fix cant duplicate assistant, closes [#3242 ](https://github.com/lobehub/lobe-chat/issues/3242 ) ([0edc851 ](https://github.com/lobehub/lobe-chat/commit/0edc851 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-17 12:25:24 +00:00
Arvin Xu
0edc8513b9
🐛 fix: fix cant duplicate assistant ( #3242 )
2024-07-17 20:20:05 +08:00
Rubu Jam
3d7a35d378
🐛 fix: fix OpenAI deployment restrictions ( #3206 )
...
* ⚡ perf(route): Optimize `OpenAI` deployment restrictions
* 🐛 fix(route): incorrect use of `hkg1`
* 🐛 fix(route): Incorrect use of `hkg1`
2024-07-17 20:17:05 +08:00
semantic-release-bot
b63209e1ef
🔖 chore(release): v1.5.2 [skip ci]
...
### [Version 1.5.2](https://github.com/lobehub/lobe-chat/compare/v1.5.1...v1.5.2 )
<sup>Released on **2024-07-17**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix session not reorder after send message.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix session not reorder after send message, closes [#3239 ](https://github.com/lobehub/lobe-chat/issues/3239 ) ([7245a08 ](https://github.com/lobehub/lobe-chat/commit/7245a08 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-17 10:09:08 +00:00
Arvin Xu
7245a08d21
🐛 fix: fix session not reorder after send message ( #3239 )
...
* 🐛 fix: fix session not reorder after send message
* fix test
2024-07-17 18:04:02 +08:00
semantic-release-bot
6d19fb2979
🔖 chore(release): v1.5.1 [skip ci]
...
### [Version 1.5.1](https://github.com/lobehub/lobe-chat/compare/v1.5.0...v1.5.1 )
<sup>Released on **2024-07-17**</sup>
#### 💄 Styles
- **misc**: Improve brand url.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve brand url, closes [#3238 ](https://github.com/lobehub/lobe-chat/issues/3238 ) ([eef066f ](https://github.com/lobehub/lobe-chat/commit/eef066f ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-17 08:12:48 +00:00
Arvin Xu
eef066f32a
💄 style: improve brand url ( #3238 )
...
* 💄 style: improve url
* 💄 style: improve url
2024-07-17 16:07:35 +08:00
lobehubbot
a1259205f5
📝 docs(bot): Auto sync agents & plugin to readme
2024-07-17 05:46:14 +00:00
semantic-release-bot
8a53acfe2d
🔖 chore(release): v1.5.0 [skip ci]
...
## [Version 1.5.0](https://github.com/lobehub/lobe-chat/compare/v1.4.3...v1.5.0 )
<sup>Released on **2024-07-17**</sup>
#### ✨ Features
- **misc**: Spport qwen-vl and tool call for qwen.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Spport qwen-vl and tool call for qwen, closes [#3114 ](https://github.com/lobehub/lobe-chat/issues/3114 ) ([5216a85 ](https://github.com/lobehub/lobe-chat/commit/5216a85 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-17 05:45:26 +00:00
Minghao Li
5216a8555c
✨ feat: spport qwen-vl and tool call for qwen ( #3114 )
...
* feat: spport qwen-vl and tool call for qwen
* fix: make transformResponseToStream a util for testability
* test: append unit test for non-streaming response
* test: update unit-test against LobeQwenAI models
2024-07-17 13:21:33 +08:00
Hélio
091898bae1
🔨 chore: Add packageManager pnpm@9 to fix netlify deploy ( #3232 )
...
* Add packageManager no pnpm@9 as netlify asks
Based on https://docs.netlify.com/configure-builds/manage-dependencies/#pnpm and https://docs.netlify.com/frameworks/next-js/runtime-v4/overview/#pnpm-support and https://docs.netlify.com/configure-builds/available-software-at-build-time/#tools netlify needs to know that we want to use pnpm instead of npm which gives tons of errors and fail build.
* Update package.json
* Update package.json
2024-07-17 11:41:35 +08:00
Rubu Jam
1dd4f53cf4
✅ test: deps.inline uses server.deps.inline instead ( #3220 )
2024-07-15 13:47:22 +08:00
semantic-release-bot
dd839ca5ec
🔖 chore(release): v1.4.3 [skip ci]
...
### [Version 1.4.3](https://github.com/lobehub/lobe-chat/compare/v1.4.2...v1.4.3 )
<sup>Released on **2024-07-15**</sup>
#### 🐛 Bug Fixes
- **misc**: Save assistant info on blur.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Save assistant info on blur, closes [#3223 ](https://github.com/lobehub/lobe-chat/issues/3223 ) ([0987a42 ](https://github.com/lobehub/lobe-chat/commit/0987a42 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-15 04:22:08 +00:00
Minh-Phuc Tran
0987a42641
🐛 fix: save assistant info on blur ( #3223 )
2024-07-15 12:16:57 +08:00
lobehubbot
ea547c9dbd
📝 docs(bot): Auto sync agents & plugin to readme
2024-07-14 04:01:36 +00:00
renovate[bot]
b808bffd1b
Update dependency @edge-runtime/vm to v4 ( #3214 )
2024-07-14 11:56:26 +08:00
Arvin Xu
0e4ed20523
📝 docs: update docs ( #3209 )
2024-07-13 18:47:40 +08:00
semantic-release-bot
4756e5e407
🔖 chore(release): v1.4.2 [skip ci]
...
### [Version 1.4.2](https://github.com/lobehub/lobe-chat/compare/v1.4.1...v1.4.2 )
<sup>Released on **2024-07-13**</sup>
#### ♻ Code Refactoring
- **misc**: Remove code related to `gemini-pro-vision`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Remove code related to `gemini-pro-vision`, closes [#2860 ](https://github.com/lobehub/lobe-chat/issues/2860 ) ([e2ba302 ](https://github.com/lobehub/lobe-chat/commit/e2ba302 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-13 07:50:27 +00:00
Rubu Jam
e2ba302c6c
♻️ refactor: Remove code related to gemini-pro-vision ( #2860 )
2024-07-13 15:45:24 +08:00
semantic-release-bot
471721a1c4
🔖 chore(release): v1.4.1 [skip ci]
...
### [Version 1.4.1](https://github.com/lobehub/lobe-chat/compare/v1.4.0...v1.4.1 )
<sup>Released on **2024-07-13**</sup>
#### 💄 Styles
- **ui**: Confirmation when `adding a new topic`.
- **misc**: Add cloud promotion banner.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **ui**: Confirmation when `adding a new topic`, closes [#3030 ](https://github.com/lobehub/lobe-chat/issues/3030 ) ([dc38cd4 ](https://github.com/lobehub/lobe-chat/commit/dc38cd4 ))
* **misc**: Add cloud promotion banner, closes [#3194 ](https://github.com/lobehub/lobe-chat/issues/3194 ) ([62db0f8 ](https://github.com/lobehub/lobe-chat/commit/62db0f8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-13 06:44:34 +00:00
CanisMinor
62db0f8047
💄 style: Add cloud promotion banner ( #3194 )
...
* 💄 style: Add public test modal
* 💄 style: Update style
* 🔧 chore: Clean
* 💄 style: Update button style
* Update guide.ts
* 🔧 chore: feature flag
* 💄 style: improve height
* ✅ test: fix test
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2024-07-13 14:39:11 +08:00
Rubu Jam
dc38cd40b1
💄 style(ui): Confirmation when adding a new topic ( #3030 )
...
* 💄 style(ui): Confirm before opening a new topic
* 💄 style(ui): Always display `MoreVertical` on mobile
* 💄 style(ui): Adjust style of some components
* 💄 style(ui): Adjust the popment of `Popconfirm`
* 💄 style(ui): Adjust the popment of `Popconfirm`
2024-07-13 14:38:55 +08:00
semantic-release-bot
3463b30309
🔖 chore(release): v1.4.0 [skip ci]
...
## [Version 1.4.0](https://github.com/lobehub/lobe-chat/compare/v1.3.6...v1.4.0 )
<sup>Released on **2024-07-12**</sup>
#### ✨ Features
- **misc**: Add 360AI model provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add 360AI model provider, closes [#3130 ](https://github.com/lobehub/lobe-chat/issues/3130 ) ([79c5f86 ](https://github.com/lobehub/lobe-chat/commit/79c5f86 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-12 12:27:49 +00:00
Zhijie He
79c5f86804
✨ feat: Add 360AI model provider ( #3130 )
...
* ✨ feat: Add Zhinao model provider
* 🔨 chore: update Zhinao models info
* 🔨 chore: update Zhinao models tokens info
* 💄 style: fix model tag icon missing
* 💄 style: update Ai360 icon
* 💄 style: fix typo in ProviderAvatar
* 🔨 chore: cleanup
* 🔨 chore: rename Zhinao to Ai360 (360 智脑)
* 🔨 chore: remove blank space
2024-07-12 20:22:29 +08:00
Rubu Jam
f699021430
🔨 chore: fix netlify deploy error ( #3201 )
2024-07-12 11:43:01 +08:00
lobehubbot
c9eef7291b
📝 docs(bot): Auto sync agents & plugin to readme
2024-07-11 14:37:57 +00:00
semantic-release-bot
3b94540514
🔖 chore(release): v1.3.6 [skip ci]
...
### [Version 1.3.6](https://github.com/lobehub/lobe-chat/compare/v1.3.5...v1.3.6 )
<sup>Released on **2024-07-11**</sup>
#### ♻ Code Refactoring
- **misc**: Improve agent runtime code.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Improve agent runtime code, closes [#3199 ](https://github.com/lobehub/lobe-chat/issues/3199 ) ([9f211e2 ](https://github.com/lobehub/lobe-chat/commit/9f211e2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-11 14:37:13 +00:00
Arvin Xu
9f211e26be
♻️ refactor: improve agent runtime code ( #3199 )
...
* ♻️ refactor: improve agent runtime code
* ♻️ refactor: clean code
2024-07-11 22:32:02 +08:00
semantic-release-bot
5e8780d311
🔖 chore(release): v1.3.5 [skip ci]
...
### [Version 1.3.5](https://github.com/lobehub/lobe-chat/compare/v1.3.4...v1.3.5 )
<sup>Released on **2024-07-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix assistant meta change race issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix assistant meta change race issue, closes [#3184 ](https://github.com/lobehub/lobe-chat/issues/3184 ) ([6335be4 ](https://github.com/lobehub/lobe-chat/commit/6335be4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-10 02:10:40 +00:00
Arvin Xu
6335be41c6
🐛 fix: fix assistant meta change race issue ( #3184 )
2024-07-10 10:05:16 +08:00
semantic-release-bot
6e6ad3ecc1
🔖 chore(release): v1.3.4 [skip ci]
...
### [Version 1.3.4](https://github.com/lobehub/lobe-chat/compare/v1.3.3...v1.3.4 )
<sup>Released on **2024-07-09**</sup>
#### ♻ Code Refactoring
- **misc**: Support disable clientFetch by default.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Support disable clientFetch by default, closes [#3133 ](https://github.com/lobehub/lobe-chat/issues/3133 ) [#3108 ](https://github.com/lobehub/lobe-chat/issues/3108 ) ([4415652 ](https://github.com/lobehub/lobe-chat/commit/4415652 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-09 14:12:24 +00:00
cy948
441565269a
♻️ refactor: Support disable clientFetch by default ( #3133 )
...
* ♻️ refactor: Support disable clientFetch by modelConfig (#3108 )
* ✅ test: - clientfetch for qwen
* ♻️ refactor: Remove `defaultShowBrowserRequest` in qwen modelConfig
2024-07-09 22:07:11 +08:00
semantic-release-bot
968e1f244b
🔖 chore(release): v1.3.3 [skip ci]
...
### [Version 1.3.3](https://github.com/lobehub/lobe-chat/compare/v1.3.2...v1.3.3 )
<sup>Released on **2024-07-09**</sup>
#### 🐛 Bug Fixes
- **misc**: Allow user to use their own WebRTC signaling.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Allow user to use their own WebRTC signaling, closes [#3182 ](https://github.com/lobehub/lobe-chat/issues/3182 ) ([c7f8f38 ](https://github.com/lobehub/lobe-chat/commit/c7f8f38 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-09 12:42:17 +00:00
Arvin Xu
c7f8f3851c
🐛 fix: allow user to use their own WebRTC signaling ( #3182 )
...
* 🐛 fix: allow user to use their own WebRTC signaling
* 📝 docs: add webrtc docs
* 📝 docs: add webrtc docs
* 📝 docs: add webrtc docs
* 📝 docs: update webrtc docs
* 📝 docs: update webrtc docs
* 📝 docs: update webrtc docs
* 📝 docs: update webrtc docs
* Update url.ts
2024-07-09 20:36:49 +08:00
semantic-release-bot
85ed192fae
🔖 chore(release): v1.3.2 [skip ci]
...
### [Version 1.3.2](https://github.com/lobehub/lobe-chat/compare/v1.3.1...v1.3.2 )
<sup>Released on **2024-07-09**</sup>
#### 🐛 Bug Fixes
- **misc**: Automatic refresh when change language.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Automatic refresh when change language, closes [#3181 ](https://github.com/lobehub/lobe-chat/issues/3181 ) ([b597c5a ](https://github.com/lobehub/lobe-chat/commit/b597c5a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-09 12:16:06 +00:00
Rubu Jam
b597c5ac6b
🐛 fix: Automatic refresh when change language ( #3181 )
...
* 🐛 fix: Automatic refresh when change language
* 🐛 fix: Automatic refresh when change language
2024-07-09 20:10:57 +08:00
semantic-release-bot
7583631802
🔖 chore(release): v1.3.1 [skip ci]
...
### [Version 1.3.1](https://github.com/lobehub/lobe-chat/compare/v1.3.0...v1.3.1 )
<sup>Released on **2024-07-09**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-09 09:15:51 +00:00
Rubu Jam
1f059590b8
⚡ perf: Update gemini deployment restrictions ( #3167 )
2024-07-09 17:10:34 +08:00
semantic-release-bot
a5be879bbf
🔖 chore(release): v1.3.0 [skip ci]
...
## [Version 1.3.0](https://github.com/lobehub/lobe-chat/compare/v1.2.14...v1.3.0 )
<sup>Released on **2024-07-09**</sup>
#### ✨ Features
- **misc**: Add Taichu model provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Taichu model provider, closes [#3129 ](https://github.com/lobehub/lobe-chat/issues/3129 ) ([a4580e9 ](https://github.com/lobehub/lobe-chat/commit/a4580e9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-09 08:45:48 +00:00
Zhijie He
a4580e9f2e
✨ feat: Add Taichu model provider ( #3129 )
...
* ✨ feat: Add Taichu model provider
* 💄 style: fix model tag icon missing
* 💄 style: update Taichu icon
* 💄 style: resize Taichu icon
2024-07-09 16:40:42 +08:00
Arvin Xu
e6dc16a1b4
📝 docs: add groq tools calling ( #3171 )
...
* add groq
* add groq
* 📝 docs: add groq tools calling
* add groq
2024-07-09 12:21:27 +08:00
semantic-release-bot
357d6ee6b6
🔖 chore(release): v1.2.14 [skip ci]
...
### [Version 1.2.14](https://github.com/lobehub/lobe-chat/compare/v1.2.13...v1.2.14 )
<sup>Released on **2024-07-08**</sup>
#### 💄 Styles
- **misc**: Provider changes with model in model settings.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Provider changes with model in model settings, closes [#3146 ](https://github.com/lobehub/lobe-chat/issues/3146 ) ([e53bb5a ](https://github.com/lobehub/lobe-chat/commit/e53bb5a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-08 06:22:33 +00:00
Rubu Jam
e53bb5a06d
💄 style: provider changes with model in model settings ( #3146 )
2024-07-08 14:17:22 +08:00
Arvin Xu
7100d1c8b5
📝 docs: fix google tools calling ( #3162 )
2024-07-07 23:39:27 +08:00
Arvin Xu
3a1ceba359
📝 docs: fix google tools calling ( #3161 )
2024-07-07 23:34:23 +08:00
Arvin Xu
7a4bbc003c
📝 docs: update tools calling ( #3160 )
...
* 📝 docs: add summary
* 📝 docs: update tools calling
* 📝 docs: update tools calling
2024-07-07 23:21:49 +08:00
Arvin Xu
b696a4088a
📝 docs: fix docs ( #3159 )
2024-07-07 17:36:54 +08:00
semantic-release-bot
9acce91559
🔖 chore(release): v1.2.13 [skip ci]
...
### [Version 1.2.13](https://github.com/lobehub/lobe-chat/compare/v1.2.12...v1.2.13 )
<sup>Released on **2024-07-07**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix tool message order.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix tool message order, closes [#3155 ](https://github.com/lobehub/lobe-chat/issues/3155 ) ([6171b2a ](https://github.com/lobehub/lobe-chat/commit/6171b2a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-07 06:07:07 +00:00
Arvin Xu
7da3cdcfd3
🚨 ci: fix lint ( #3158 )
2024-07-07 14:01:50 +08:00
Arvin Xu
6171b2a531
🐛 fix: fix tool message order ( #3155 )
...
* 🐛 fix: fix tool message order
* 🐛 fix: fix tool message order
2024-07-07 13:40:02 +08:00
renovate[bot]
c79d647ac2
Update dependency @google/generative-ai to ^0.14.0 ( #3089 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-07 12:20:35 +08:00
semantic-release-bot
36f94bd91e
🔖 chore(release): v1.2.12 [skip ci]
...
### [Version 1.2.12](https://github.com/lobehub/lobe-chat/compare/v1.2.11...v1.2.12 )
<sup>Released on **2024-07-07**</sup>
#### 🐛 Bug Fixes
- **misc**: Fixed mobile web page navigation issue with inbox assistant, support to disable clerk signup with feature flag.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fixed mobile web page navigation issue with inbox assistant, closes [#2693 ](https://github.com/lobehub/lobe-chat/issues/2693 ) ([4476a5e ](https://github.com/lobehub/lobe-chat/commit/4476a5e ))
* **misc**: Support to disable clerk signup with feature flag, closes [#3126 ](https://github.com/lobehub/lobe-chat/issues/3126 ) ([4ead315 ](https://github.com/lobehub/lobe-chat/commit/4ead315 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-07 02:58:14 +00:00
Cabeza
4ead315f7a
🐛 fix: support to disable clerk signup with feature flag ( #3126 )
...
* feat: Disable signup when env set
* feat: Disable Clerk sign-up based on feature flag
* fix: change to client
* fix: remove the logic for signup in middleware
* chore: revert the space deletion
* fix: update the url for login and signup
* fix: fix footerAction update logic
* test: update test for enableClerkSignUp
2024-07-07 10:53:09 +08:00
Rubu Jam
4476a5ebde
🐛 fix: Fixed mobile web page navigation issue with inbox assistant ( #2693 )
2024-07-07 10:51:05 +08:00
semantic-release-bot
f5fe60aeec
🔖 chore(release): v1.2.11 [skip ci]
...
### [Version 1.2.11](https://github.com/lobehub/lobe-chat/compare/v1.2.10...v1.2.11 )
<sup>Released on **2024-07-07**</sup>
#### 💄 Styles
- **misc**: Update deepseek max token.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update deepseek max token, closes [#3143 ](https://github.com/lobehub/lobe-chat/issues/3143 ) ([4a241b9 ](https://github.com/lobehub/lobe-chat/commit/4a241b9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-07 02:25:42 +00:00
sxjeru
4a241b9313
💄 style: Update deepseek max token ( #3143 )
2024-07-07 10:20:31 +08:00
lobehubbot
d3bdb610d8
📝 docs(bot): Auto sync agents & plugin to readme
2024-07-05 17:27:33 +00:00
semantic-release-bot
dda6dcb058
🔖 chore(release): v1.2.10 [skip ci]
...
### [Version 1.2.10](https://github.com/lobehub/lobe-chat/compare/v1.2.9...v1.2.10 )
<sup>Released on **2024-07-05**</sup>
#### 🐛 Bug Fixes
- **misc**: Improve tools calling error feedback when arguments are not correctly.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Improve tools calling error feedback when arguments are not correctly, closes [#3150 ](https://github.com/lobehub/lobe-chat/issues/3150 ) ([1fa160f ](https://github.com/lobehub/lobe-chat/commit/1fa160f ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-05 17:26:52 +00:00
Arvin Xu
1fa160fa1a
🐛 fix: improve tools calling error feedback when arguments are not correctly ( #3150 )
...
* update docs
* fix: fix plugin arguments issue
* Update error.ts
* 🚨 ci: fix lint
* ✅ test: fix test
* chore: update locale
2024-07-06 01:21:53 +08:00
semantic-release-bot
7fa3b42546
🔖 chore(release): v1.2.9 [skip ci]
...
### [Version 1.2.9](https://github.com/lobehub/lobe-chat/compare/v1.2.8...v1.2.9 )
<sup>Released on **2024-07-04**</sup>
#### 💄 Styles
- **misc**: Fix tool message suspense loading.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix tool message suspense loading, closes [#3138 ](https://github.com/lobehub/lobe-chat/issues/3138 ) ([3ce59ca ](https://github.com/lobehub/lobe-chat/commit/3ce59ca ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-04 03:01:07 +00:00
Arvin Xu
3ce59ca40c
💄 style: fix tool message suspense loading ( #3138 )
2024-07-04 10:55:51 +08:00
semantic-release-bot
0c09c84088
🔖 chore(release): v1.2.8 [skip ci]
...
### [Version 1.2.8](https://github.com/lobehub/lobe-chat/compare/v1.2.7...v1.2.8 )
<sup>Released on **2024-07-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Allow builtin tools to trigger AI message.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Allow builtin tools to trigger AI message, closes [#3135 ](https://github.com/lobehub/lobe-chat/issues/3135 ) ([6c4c8f7 ](https://github.com/lobehub/lobe-chat/commit/6c4c8f7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-03 17:54:14 +00:00
Minh-Phuc Tran
6c4c8f7dc1
🐛 fix: allow builtin tools to trigger AI message ( #3135 )
2024-07-04 01:48:56 +08:00
Arvin Xu
4dbf79547d
📌 chore: pin `@clerk/nextjs to 5.1.6 ( #3137 )
2024-07-04 01:40:40 +08:00
lobehubbot
b8e9f21f7c
📝 docs(bot): Auto sync agents & plugin to readme
2024-07-03 16:50:17 +00:00
semantic-release-bot
3f2d9be937
🔖 chore(release): v1.2.7 [skip ci]
...
### [Version 1.2.7](https://github.com/lobehub/lobe-chat/compare/v1.2.6...v1.2.7 )
<sup>Released on **2024-07-03**</sup>
#### 💄 Styles
- **misc**: Improve delete assistant message with tools.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve delete assistant message with tools, closes [#3127 ](https://github.com/lobehub/lobe-chat/issues/3127 ) ([1230777 ](https://github.com/lobehub/lobe-chat/commit/1230777 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-03 16:49:34 +00:00
Arvin Xu
1230777860
💄 style: improve delete assistant message with tools ( #3127 )
...
* 💄 style: improve delete assistant message with tools
* ✅ test: add test for bulkDelete
* ✅ test: fix test
* 🐛 fix: fix delete issues
* ✅ test: add test
* ✅ test: add test
* ✅ test: add test
* 💡 chore: update comment
* 💡 chore: update comment
* ✅ test: add tests
* ✅ test: add tests
2024-07-04 00:44:14 +08:00
semantic-release-bot
35f24919e2
🔖 chore(release): v1.2.6 [skip ci]
...
### [Version 1.2.6](https://github.com/lobehub/lobe-chat/compare/v1.2.5...v1.2.6 )
<sup>Released on **2024-07-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Clerk provider refreshes continously.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Clerk provider refreshes continously, closes [#3131 ](https://github.com/lobehub/lobe-chat/issues/3131 ) ([ffbb399 ](https://github.com/lobehub/lobe-chat/commit/ffbb399 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-03 08:51:00 +00:00
Minh-Phuc Tran
ffbb39924b
🐛 fix: clerk provider refreshes continously ( #3131 )
2024-07-03 13:54:04 +08:00
semantic-release-bot
ad306e37ab
🔖 chore(release): v1.2.5 [skip ci]
...
### [Version 1.2.5](https://github.com/lobehub/lobe-chat/compare/v1.2.4...v1.2.5 )
<sup>Released on **2024-07-02**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix clerk appearance is not applied correctly.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix clerk appearance is not applied correctly, closes [#3105 ](https://github.com/lobehub/lobe-chat/issues/3105 ) ([cf9c145 ](https://github.com/lobehub/lobe-chat/commit/cf9c145 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-02 15:11:51 +00:00
Minh-Phuc Tran
cf9c145fbf
🐛 fix: fix clerk appearance is not applied correctly ( #3105 )
2024-07-02 23:06:37 +08:00
semantic-release-bot
7ee6f6a694
🔖 chore(release): v1.2.4 [skip ci]
...
### [Version 1.2.4](https://github.com/lobehub/lobe-chat/compare/v1.2.3...v1.2.4 )
<sup>Released on **2024-07-02**</sup>
#### 💄 Styles
- **misc**: Update ProviderAvatar for Baichuan & Stepfun.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update ProviderAvatar for Baichuan & Stepfun, closes [#3112 ](https://github.com/lobehub/lobe-chat/issues/3112 ) ([ae5987a ](https://github.com/lobehub/lobe-chat/commit/ae5987a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-02 12:47:43 +00:00
Zhijie He
ae5987ac9d
💄 style: update ProviderAvatar for Baichuan & Stepfun ( #3112 )
2024-07-02 20:42:43 +08:00
Rubu Jam
73b88379e9
🔧 chore(config): adjusting stylelint rules ( #3117 )
2024-07-02 13:56:37 +08:00
semantic-release-bot
006c9c1a55
🔖 chore(release): v1.2.3 [skip ci]
...
### [Version 1.2.3](https://github.com/lobehub/lobe-chat/compare/v1.2.2...v1.2.3 )
<sup>Released on **2024-07-01**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the portal implement.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the portal implement, closes [#3110 ](https://github.com/lobehub/lobe-chat/issues/3110 ) ([53fb292 ](https://github.com/lobehub/lobe-chat/commit/53fb292 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-01 19:30:50 +00:00
Arvin Xu
53fb29211d
♻️ refactor: refactor the portal implement ( #3110 )
2024-07-02 03:25:53 +08:00
lobehubbot
9304008f5e
📝 docs(bot): Auto sync agents & plugin to readme
2024-07-01 17:13:02 +00:00
CanisMinor
c85143a0ea
🔧 chore: Update lint config ( #3109 )
2024-07-02 01:07:56 +08:00
semantic-release-bot
d71108ae9a
🔖 chore(release): v1.2.2 [skip ci]
...
### [Version 1.2.2](https://github.com/lobehub/lobe-chat/compare/v1.2.1...v1.2.2 )
<sup>Released on **2024-07-01**</sup>
#### 🐛 Bug Fixes
- **misc**: Display issue when select default model in System Agent.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Display issue when select default model in System Agent, closes [#3095 ](https://github.com/lobehub/lobe-chat/issues/3095 ) ([49f7f33 ](https://github.com/lobehub/lobe-chat/commit/49f7f33 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-01 16:21:41 +00:00
Zhijie He
49f7f33313
🐛 fix: display issue when select default model in System Agent ( #3095 )
...
* 💄 style: update coding style
* 🐛 fix: display issue when select default model in System Agent
* 🔨 chore: removed 'form' from trigger
* 🔨 chore: cleanup space
* 🔨 chore: update useSyncSystemAgent function
* 🔨 chore: package system-agent form as component
2024-07-02 00:16:32 +08:00
semantic-release-bot
6619c5de7e
🔖 chore(release): v1.2.1 [skip ci]
...
### [Version 1.2.1](https://github.com/lobehub/lobe-chat/compare/v1.2.0...v1.2.1 )
<sup>Released on **2024-07-01**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the portal file.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the portal file, closes [#3106 ](https://github.com/lobehub/lobe-chat/issues/3106 ) ([2d9635f ](https://github.com/lobehub/lobe-chat/commit/2d9635f ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-01 14:20:52 +00:00
Arvin Xu
2d9635f853
♻️ refactor: refactor the portal file ( #3106 )
2024-07-01 22:15:37 +08:00
semantic-release-bot
f0d037e15d
🔖 chore(release): v1.2.0 [skip ci]
...
## [Version 1.2.0](https://github.com/lobehub/lobe-chat/compare/v1.1.18...v1.2.0 )
<sup>Released on **2024-07-01**</sup>
#### ✨ Features
- **misc**: Add Baichuan model provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add Baichuan model provider, closes [#3097 ](https://github.com/lobehub/lobe-chat/issues/3097 ) ([378cf02 ](https://github.com/lobehub/lobe-chat/commit/378cf02 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-01 11:04:25 +00:00
Zhijie He
378cf020e5
✨ feat: Add Baichuan model provider ( #3097 )
2024-07-01 18:59:18 +08:00
semantic-release-bot
e431d1a21a
🔖 chore(release): v1.1.18 [skip ci]
...
### [Version 1.1.18](https://github.com/lobehub/lobe-chat/compare/v1.1.17...v1.1.18 )
<sup>Released on **2024-07-01**</sup>
#### 💄 Styles
- **misc**: Add Gemini 1.5 stable version model & 2M context window.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Gemini 1.5 stable version model & 2M context window, closes [#2744 ](https://github.com/lobehub/lobe-chat/issues/2744 ) ([a35143b ](https://github.com/lobehub/lobe-chat/commit/a35143b ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-01 09:03:02 +00:00
sxjeru
a35143b66e
💄 style: Add Gemini 1.5 stable version model & 2M context window ( #2744 )
...
* Update google.ts
* Update google.ts
* Update google.ts
* Update google.ts
* Update google.ts
* 去掉 Latest
* Update google.ts
2024-07-01 16:57:48 +08:00
semantic-release-bot
4bd05fc2a7
🔖 chore(release): v1.1.17 [skip ci]
...
### [Version 1.1.17](https://github.com/lobehub/lobe-chat/compare/v1.1.16...v1.1.17 )
<sup>Released on **2024-07-01**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor to prepare for Chat Portal.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor to prepare for Chat Portal, closes [#3093 ](https://github.com/lobehub/lobe-chat/issues/3093 ) ([e7c1ba8 ](https://github.com/lobehub/lobe-chat/commit/e7c1ba8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-07-01 08:23:53 +00:00
Arvin Xu
e7c1ba8f74
♻️ refactor: refactor to prepare for Chat Portal ( #3093 )
...
* ✨ feat: add dock
* ♻️ refactor: add plugin render
* ✅ test: add tests
* ✅ test: add tests
* ✅ test: add tests
* ♻️ refactor: refactor and add tests
* ✅ test: fix tests
* ✅ test: fix tests
* move files
* refactor
* 🌐 chore: add locale
2024-07-01 16:18:37 +08:00
semantic-release-bot
9ea871105e
🔖 chore(release): v1.1.16 [skip ci]
...
### [Version 1.1.16](https://github.com/lobehub/lobe-chat/compare/v1.1.15...v1.1.16 )
<sup>Released on **2024-06-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix clerk `UNAUTHORIZED` error after long-time hang-up.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix clerk `UNAUTHORIZED` error after long-time hang-up, closes [#3084 ](https://github.com/lobehub/lobe-chat/issues/3084 ) ([a148c3b ](https://github.com/lobehub/lobe-chat/commit/a148c3b ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-29 13:01:23 +00:00
Arvin Xu
a148c3b031
🐛 fix: fix clerk UNAUTHORIZED error after long-time hang-up ( #3084 )
...
* 🐛 fix: fix clerk auth
* 💡 fix: fix clerk auth
2024-06-29 20:56:25 +08:00
Star
0854a1d0d2
📝 docs: remove ollama /v1 ( #3068 )
2024-06-29 12:35:27 +08:00
semantic-release-bot
8c1512df26
🔖 chore(release): v1.1.15 [skip ci]
...
### [Version 1.1.15](https://github.com/lobehub/lobe-chat/compare/v1.1.14...v1.1.15 )
<sup>Released on **2024-06-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Pin `@azure/core-rest-pipeline@1.16 .0` to fix azure openai issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Pin `@azure/core-rest-pipeline@1.16 .0` to fix azure openai issue, closes [#3066 ](https://github.com/lobehub/lobe-chat/issues/3066 ) ([f3b29f6 ](https://github.com/lobehub/lobe-chat/commit/f3b29f6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-28 09:33:56 +00:00
BrandonStudio
f3b29f6930
🐛 fix: pin @azure/core-rest-pipeline@1.16.0 to fix azure openai issue ( #3066 )
2024-06-28 17:29:05 +08:00
lobehubbot
3f5a4b456d
📝 docs(bot): Auto sync agents & plugin to readme
2024-06-28 09:13:01 +00:00
Star
cc0b177317
📝 docs: update price ( #3072 )
...
Signed-off-by: Star <i@ssstttar.com >
2024-06-28 17:08:07 +08:00
Rubu Jam
b7f4bf6e4a
📝 docs(database): improve the file server-database.mdx ( #3050 )
2024-06-27 20:59:36 +08:00
Arvin Xu
f33325a7e1
🌐 chore: add error locale ( #3061 )
2024-06-27 20:48:40 +08:00
semantic-release-bot
c1e7e194b8
🔖 chore(release): v1.1.14 [skip ci]
...
### [Version 1.1.14](https://github.com/lobehub/lobe-chat/compare/v1.1.13...v1.1.14 )
<sup>Released on **2024-06-27**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor plugin state.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor plugin state, closes [#3059 ](https://github.com/lobehub/lobe-chat/issues/3059 ) ([6448570 ](https://github.com/lobehub/lobe-chat/commit/6448570 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-27 12:13:37 +00:00
Arvin Xu
6448570910
♻️ refactor: refactor plugin state ( #3059 )
...
* ♻️ refactor: refactor plugin state
* ♻️ refactor: refactor plugin state
* 🍱 style: update OG url
2024-06-27 20:08:23 +08:00
lobehubbot
bda40fa100
📝 docs(bot): Auto sync agents & plugin to readme
2024-06-27 01:39:28 +00:00
semantic-release-bot
eba81480b4
🔖 chore(release): v1.1.13 [skip ci]
...
### [Version 1.1.13](https://github.com/lobehub/lobe-chat/compare/v1.1.12...v1.1.13 )
<sup>Released on **2024-06-27**</sup>
#### 🐛 Bug Fixes
- **misc**: -check_updates cannot be set by FEATURE_FLAGS.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: -check_updates cannot be set by FEATURE_FLAGS, closes [#3038 ](https://github.com/lobehub/lobe-chat/issues/3038 ) ([bdadfee ](https://github.com/lobehub/lobe-chat/commit/bdadfee ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-27 01:38:47 +00:00
Zhijie He
bdadfeeccf
🐛 fix: -check_updates cannot be set by FEATURE_FLAGS ( #3038 )
2024-06-27 09:33:19 +08:00
lobehubbot
90dc95cb61
📝 docs(bot): Auto sync agents & plugin to readme
2024-06-26 06:54:43 +00:00
semantic-release-bot
457106b3d8
🔖 chore(release): v1.1.12 [skip ci]
...
### [Version 1.1.12](https://github.com/lobehub/lobe-chat/compare/v1.1.11...v1.1.12 )
<sup>Released on **2024-06-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix azure tools calling.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix azure tools calling, closes [#3046 ](https://github.com/lobehub/lobe-chat/issues/3046 ) ([b929985 ](https://github.com/lobehub/lobe-chat/commit/b929985 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-26 06:53:41 +00:00
Arvin Xu
b9299858be
🐛 fix: fix azure tools calling ( #3046 )
...
* 🐛 fix: desensitized azure endpoint
* 🐛 fix: fix azure tool calling
* ✅ test: fix test
* ✅ test: fix test
2024-06-26 14:48:39 +08:00
Jonathan Mohrbacher
a5c348db0e
📝 docs: fix mentions of SSO_PROVIDERS and NEXTAUTH_SECRET ( #3018 )
...
* 📝 docs: Fix mentions of `SSO_PROVIDERS` and `NEXTAUTH_SECRET`
* Delete `ENABLE_OAUTH_SSO`
2024-06-26 14:48:24 +08:00
Star
23f3efbd79
📝 docs: add notes ( #3039 )
...
Signed-off-by: Star <i@ssstttar.com >
2024-06-26 00:21:59 +08:00
semantic-release-bot
3042e35722
🔖 chore(release): v1.1.11 [skip ci]
...
### [Version 1.1.11](https://github.com/lobehub/lobe-chat/compare/v1.1.10...v1.1.11 )
<sup>Released on **2024-06-25**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor format utils.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor format utils, closes [#3034 ](https://github.com/lobehub/lobe-chat/issues/3034 ) ([8e54ca0 ](https://github.com/lobehub/lobe-chat/commit/8e54ca0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-25 11:33:52 +00:00
Arvin Xu
8e54ca0f59
♻️ refactor: refactor format utils ( #3034 )
...
* ♻️ refactor: refactor format utils
* ♻️ refactor: refactor format utils
2024-06-25 19:28:50 +08:00
CanisMinor
8ae29afeb6
📝 docs: Add HelloGithub shield #3029 ( #3033 ) [skip ci]
...
* 📝 docs: Add HelloGithub shield #3029
* 📝 docs: Fix HelloGithub shield
2024-06-25 16:39:04 +08:00
CanisMinor
7585fc22ac
📝 docs: Add HelloGithub shield #3029 ( #3032 ) [skip ci]
2024-06-25 16:11:07 +08:00
semantic-release-bot
61b6ac9c3f
🔖 chore(release): v1.1.10 [skip ci]
...
### [Version 1.1.10](https://github.com/lobehub/lobe-chat/compare/v1.1.9...v1.1.10 )
<sup>Released on **2024-06-24**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-24 17:33:38 +00:00
Arvin Xu
1a067b1306
⚡ ️ perf: improve click response for chat page ( #3017 )
...
* ⚡ ️ perf: improve click response for chat page
* 🌐 chore: update locale
2024-06-25 01:28:28 +08:00
semantic-release-bot
62a1ef2a22
🔖 chore(release): v1.1.9 [skip ci]
...
### [Version 1.1.9](https://github.com/lobehub/lobe-chat/compare/v1.1.8...v1.1.9 )
<sup>Released on **2024-06-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix agent tags.
#### 💄 Styles
- **ui**: Fixed incorrect text display on connect check.
- **misc**: Always show action on mobile.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix agent tags, closes [#3015 ](https://github.com/lobehub/lobe-chat/issues/3015 ) ([01e965b ](https://github.com/lobehub/lobe-chat/commit/01e965b ))
#### Styles
* **ui**: Fixed incorrect text display on connect check, closes [#2994 ](https://github.com/lobehub/lobe-chat/issues/2994 ) ([5160f23 ](https://github.com/lobehub/lobe-chat/commit/5160f23 ))
* **misc**: Always show action on mobile, closes [#1863 ](https://github.com/lobehub/lobe-chat/issues/1863 ) ([f40292e ](https://github.com/lobehub/lobe-chat/commit/f40292e ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-24 16:22:30 +00:00
Rubu Jam
5160f232bb
💄 style(ui): fixed incorrect text display on connect check ( #2994 )
...
* 🐛 fix(ui): Fixed incorrect text display on connect check
* 🐛 fix(ui): Fixed incorrect text display on connect check
2024-06-25 00:17:16 +08:00
华丽
f40292e55b
💄 style: always show action on mobile ( #1863 )
2024-06-25 00:15:52 +08:00
Arvin Xu
01e965be0d
🐛 fix: fix agent tags ( #3015 )
...
* 🐛 fix: fix agent tags
* 📸 test: update snapshot
2024-06-25 00:14:05 +08:00
renovate[bot]
b5517c763e
Update dependency ai to v3.2.6 ( #2372 )
...
* Update dependency ai to v3.2.6
* Update package.json
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2024-06-24 21:51:54 +08:00
lobehubbot
9cc059cbad
📝 docs(bot): Auto sync agents & plugin to readme
2024-06-24 13:22:48 +00:00
semantic-release-bot
e03a24c7f5
🔖 chore(release): v1.1.8 [skip ci]
...
### [Version 1.1.8](https://github.com/lobehub/lobe-chat/compare/v1.1.7...v1.1.8 )
<sup>Released on **2024-06-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix anthropic parallel tools calling.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix anthropic parallel tools calling, closes [#3010 ](https://github.com/lobehub/lobe-chat/issues/3010 ) ([1d891ac ](https://github.com/lobehub/lobe-chat/commit/1d891ac ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-24 13:22:04 +00:00
Arvin Xu
1d891ac52b
🐛 fix: fix anthropic parallel tools calling ( #3010 )
...
* wip
* 💚 ci: fix lint
* ✅ test: fix test
* 📝 docs: update docs
* 📝 docs: update docs
* 📝 docs: update docs
* 📝 docs: update docs
* 📝 docs: update docs
* 📝 docs: update docs
* 📝 docs: update docs
2024-06-24 21:16:49 +08:00
semantic-release-bot
6ca63892c6
🔖 chore(release): v1.1.7 [skip ci]
...
### [Version 1.1.7](https://github.com/lobehub/lobe-chat/compare/v1.1.6...v1.1.7 )
<sup>Released on **2024-06-24**</sup>
#### 💄 Styles
- **misc**: Add AES-GCM footer and tooltip.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add AES-GCM footer and tooltip, closes [#2976 ](https://github.com/lobehub/lobe-chat/issues/2976 ) ([5d9bef4 ](https://github.com/lobehub/lobe-chat/commit/5d9bef4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-24 06:41:31 +00:00
CanisMinor
5d9bef4378
💄 style: Add AES-GCM footer and tooltip ( #2976 )
...
* 💄 style: Add AES-GCM footer and tooltip
* 💄 style: Update style
2024-06-24 14:36:20 +08:00
Arvin Xu
9ab200c602
💚 chore: fix vercel build ( #2998 )
2024-06-23 18:52:57 +08:00
semantic-release-bot
2104c737aa
🔖 chore(release): v1.1.6 [skip ci]
...
### [Version 1.1.6](https://github.com/lobehub/lobe-chat/compare/v1.1.5...v1.1.6 )
<sup>Released on **2024-06-23**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the server db implement.
#### 🐛 Bug Fixes
- **misc**: Fix incorrect baseURL for Groq in client mode.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the server db implement, closes [#2991 ](https://github.com/lobehub/lobe-chat/issues/2991 ) ([fa78599 ](https://github.com/lobehub/lobe-chat/commit/fa78599 ))
#### What's fixed
* **misc**: Fix incorrect baseURL for Groq in client mode, closes [#2747 ](https://github.com/lobehub/lobe-chat/issues/2747 ) ([af14225 ](https://github.com/lobehub/lobe-chat/commit/af14225 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-23 08:19:23 +00:00
mosade
af14225d31
🐛 fix: fix incorrect baseURL for Groq in client mode ( #2747 )
2024-06-23 16:14:06 +08:00
Arvin Xu
fa78599548
♻️ refactor: refactor the server db implement ( #2991 )
...
* ♻️ refactor: refactor the server db implement
* ✅ test: fix tests
2024-06-23 16:09:11 +08:00
semantic-release-bot
89414c2971
🔖 chore(release): v1.1.5 [skip ci]
...
### [Version 1.1.5](https://github.com/lobehub/lobe-chat/compare/v1.1.4...v1.1.5 )
<sup>Released on **2024-06-23**</sup>
#### ♻ Code Refactoring
- **misc**: Remove deprecated env.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Remove deprecated env, closes [#2983 ](https://github.com/lobehub/lobe-chat/issues/2983 ) ([15a681f ](https://github.com/lobehub/lobe-chat/commit/15a681f ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-23 07:41:57 +00:00
Arvin Xu
15a681fc8e
🔥 refactor: remove deprecated env ( #2983 )
...
* 🔥 refactor: remove deprecated env
* ✅ test: fix test
2024-06-23 15:36:55 +08:00
lobehubbot
499550109b
📝 docs(bot): Auto sync agents & plugin to readme
2024-06-23 03:59:49 +00:00
Ryan Patterson
a20d1aeca1
📝 docs: Add reference to model providers. ( #2973 )
...
* Add reference to model providers.
* Update model-list.mdx
2024-06-23 11:55:02 +08:00
renovate[bot]
df0af9933b
Update dependency @types/uuid to v10 ( #2989 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-23 11:54:16 +08:00
semantic-release-bot
93f1cffa86
🔖 chore(release): v1.1.4 [skip ci]
...
### [Version 1.1.4](https://github.com/lobehub/lobe-chat/compare/v1.1.3...v1.1.4 )
<sup>Released on **2024-06-22**</sup>
#### 🐛 Bug Fixes
- **misc**: Create first-time user on server db.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Create first-time user on server db, closes [#2977 ](https://github.com/lobehub/lobe-chat/issues/2977 ) ([6f53f35 ](https://github.com/lobehub/lobe-chat/commit/6f53f35 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-22 16:17:05 +00:00
Minh-Phuc Tran
6f53f35d6d
🐛 fix: create first-time user on server db ( #2977 )
2024-06-23 00:12:14 +08:00
Arvin Xu
4a3c21d01b
📝 docs: update ( #2980 )
2024-06-22 19:49:23 +08:00
Arvin Xu
c52bce8db8
📝 docs: update tool calling docs ( #2978 )
...
* 📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
update
update
update
update
update
update
update
update
update
update
update
update
update
update
docs
docs
docs
update
add docs
📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
update
update
update
update
update
update
update
update
update
update
update
update
update
update
docs
docs
docs
update
add docs
* 📝 docs: update
2024-06-22 19:40:49 +08:00
Arvin Xu
3f85ffbb28
📝 docs: tool calling for openai ( #2975 )
...
* 📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
update
update
update
update
update
update
update
update
update
update
update
update
update
update
docs
docs
docs
update
add docs
📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
📝 docs: update
update
update
update
update
update
update
update
update
update
update
update
update
update
update
docs
docs
docs
update
add docs
* 📝 docs: update
* 📝 docs: update
* 📝 docs: update
* 📝 docs: update
* 📝 docs: update
* 📝 docs: update
* 📝 docs: update
* 📝 docs: update
* 📝 docs: update
* 📝 docs: update
* 📝 docs: update
* 📝 docs: update
* 📝 docs: update
2024-06-22 18:43:29 +08:00
Arvin Xu
13c4037c15
📝 docs: add tool calling benchmark docs ( #2963 )
2024-06-22 01:07:36 +08:00
Rubu Jam
df67dc0e80
🔧 chore(deps): Upgraded drizzle-orm to 0.31.2 ( #2964 )
2024-06-21 20:27:24 +08:00
Star
2603505241
📝 docs: add backup notice ( #2967 )
2024-06-21 19:23:11 +08:00
semantic-release-bot
d7b31d91b3
🔖 chore(release): v1.1.3 [skip ci]
...
### [Version 1.1.3](https://github.com/lobehub/lobe-chat/compare/v1.1.2...v1.1.3 )
<sup>Released on **2024-06-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Ollama not enabled client fetch by default.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Ollama not enabled client fetch by default, closes [#2961 ](https://github.com/lobehub/lobe-chat/issues/2961 ) ([90db48e ](https://github.com/lobehub/lobe-chat/commit/90db48e ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-21 05:26:30 +00:00
cy948
90db48e1e8
🐛 fix: ollama not enabled client fetch by default ( #2961 )
2024-06-21 13:21:34 +08:00
lobehubbot
7fda93ae8e
📝 docs(bot): Auto sync agents & plugin to readme
2024-06-21 02:44:26 +00:00
Arvin Xu
a91d6b23a2
📝 docs: update provider docs ( #2960 )
...
* 🌐 chore: fix locale
* 📝 docs: update provider docs
2024-06-21 10:37:59 +08:00
semantic-release-bot
e78a6862e5
🔖 chore(release): v1.1.2 [skip ci]
...
### [Version 1.1.2](https://github.com/lobehub/lobe-chat/compare/v1.1.1...v1.1.2 )
<sup>Released on **2024-06-20**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-20 19:27:34 +00:00
Arvin Xu
bede6b0094
💚 build: fix build ( #2958 )
...
* 💚 build: fix build
* ✅ test: fix test
2024-06-21 03:22:35 +08:00
semantic-release-bot
37eb8fe534
🔖 chore(release): v1.1.1 [skip ci]
...
### [Version 1.1.1](https://github.com/lobehub/lobe-chat/compare/v1.1.0...v1.1.1 )
<sup>Released on **2024-06-20**</sup>
#### 💄 Styles
- **misc**: Fixed System Agent missing in mobile layout.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fixed System Agent missing in mobile layout, closes [#2954 ](https://github.com/lobehub/lobe-chat/issues/2954 ) ([596b9c8 ](https://github.com/lobehub/lobe-chat/commit/596b9c8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-20 17:02:03 +00:00
Zhijie He
596b9c8091
💄 style: fixed System Agent missing in mobile layout ( #2954 )
2024-06-21 00:57:00 +08:00
renovate[bot]
6e9341ae3b
Update dependency @anthropic-ai/sdk to ^0.24.0 ( #2757 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-21 00:46:11 +08:00
semantic-release-bot
7f6e3b18fe
🔖 chore(release): v1.1.0 [skip ci]
...
## [Version 1.1.0](https://github.com/lobehub/lobe-chat/compare/v1.0.14...v1.1.0 )
<sup>Released on **2024-06-20**</sup>
#### ✨ Features
- **misc**: Supoort Claude 3.5 Sonnet.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Supoort Claude 3.5 Sonnet, closes [#2955 ](https://github.com/lobehub/lobe-chat/issues/2955 ) ([aa1d7b7 ](https://github.com/lobehub/lobe-chat/commit/aa1d7b7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-20 16:34:16 +00:00
cuterwrite
aa1d7b7f1c
✨ feat: Supoort Claude 3.5 Sonnet ( #2955 )
2024-06-21 00:28:55 +08:00
semantic-release-bot
1764383ddd
🔖 chore(release): v1.0.14 [skip ci]
...
### [Version 1.0.14](https://github.com/lobehub/lobe-chat/compare/v1.0.13...v1.0.14 )
<sup>Released on **2024-06-20**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix to send image without text.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix to send image without text, closes [#2952 ](https://github.com/lobehub/lobe-chat/issues/2952 ) ([b3e915e ](https://github.com/lobehub/lobe-chat/commit/b3e915e ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-20 14:06:36 +00:00
Arvin Xu
b3e915e064
🐛 fix: fix to send image without text ( #2952 )
...
* ♻️ refactor: improve tool calling
*
2024-06-20 22:01:30 +08:00
CanisMinor
67e5eead26
📝 docs: Update provider docs ( #2949 )
...
* 📝 docs: Update provider docs
* 📝 docs: Update docs
* 📝 docs: Update shield
* 📝 docs: Update link
* 📝 docs: Add providers page
* 📝 docs: Update docs
* ✨ feat: Add doc in llm setting
* 📝 docs: Update provider docs
* 📝 docs: Update docs
* 🔧 chore: Fix reference
2024-06-20 19:07:50 +08:00
lobehubbot
de4de71d03
📝 docs(bot): Auto sync agents & plugin to readme
2024-06-19 18:32:08 +00:00
semantic-release-bot
39864df37d
🔖 chore(release): v1.0.13 [skip ci]
...
### [Version 1.0.13](https://github.com/lobehub/lobe-chat/compare/v1.0.12...v1.0.13 )
<sup>Released on **2024-06-19**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix and improve tool calling.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix and improve tool calling, closes [#2941 ](https://github.com/lobehub/lobe-chat/issues/2941 ) ([ea06536 ](https://github.com/lobehub/lobe-chat/commit/ea06536 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-19 18:31:24 +00:00
Arvin Xu
ea06536349
🐛 fix: fix and improve tool calling ( #2941 )
...
* 🐛 fix: fix and improve tool calling
* ✅ test: fix tests
* 🐛 fix: fix Anthropic stream tool calling
* ✅ test: fix test
* 💄 style: fix display on markdown
2024-06-20 02:26:18 +08:00
semantic-release-bot
dde04b7735
🔖 chore(release): v1.0.12 [skip ci]
...
### [Version 1.0.12](https://github.com/lobehub/lobe-chat/compare/v1.0.11...v1.0.12 )
<sup>Released on **2024-06-19**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix auto avatar.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix auto avatar, closes [#2939 ](https://github.com/lobehub/lobe-chat/issues/2939 ) ([f40300c ](https://github.com/lobehub/lobe-chat/commit/f40300c ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-19 13:36:50 +00:00
Arvin Xu
f40300cf1a
🐛 fix: fix auto avatar ( #2939 )
...
* 🐛 fix: fix auto avatar
* 💄 style: add auto avatar
* 🌐 chore: update locale
* ♻️ refactor: add instance for AgentSetting
2024-06-19 21:30:01 +08:00
semantic-release-bot
53d91e6a13
🔖 chore(release): v1.0.11 [skip ci]
...
### [Version 1.0.11](https://github.com/lobehub/lobe-chat/compare/v1.0.10...v1.0.11 )
<sup>Released on **2024-06-19**</sup>
#### 💄 Styles
- **misc**: Fix phi3 icon display under OpenRouter.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix phi3 icon display under OpenRouter, closes [#2877 ](https://github.com/lobehub/lobe-chat/issues/2877 ) ([4173015 ](https://github.com/lobehub/lobe-chat/commit/4173015 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-19 08:26:15 +00:00
Zhijie He
4173015f1b
💄 style: fix phi3 icon display under OpenRouter ( #2877 )
2024-06-19 16:21:07 +08:00
semantic-release-bot
9d005c6636
🔖 chore(release): v1.0.10 [skip ci]
...
### [Version 1.0.10](https://github.com/lobehub/lobe-chat/compare/v1.0.9...v1.0.10 )
<sup>Released on **2024-06-19**</sup>
#### 🐛 Bug Fixes
- **misc**: Typo in reset settings.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Typo in reset settings, closes [#2926 ](https://github.com/lobehub/lobe-chat/issues/2926 ) ([93d460a ](https://github.com/lobehub/lobe-chat/commit/93d460a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-19 07:45:53 +00:00
Minh-Phuc Tran
93d460a267
🐛 fix: typo in reset settings ( #2926 )
2024-06-19 15:41:03 +08:00
semantic-release-bot
bdacb45e7c
🔖 chore(release): v1.0.9 [skip ci]
...
### [Version 1.0.9](https://github.com/lobehub/lobe-chat/compare/v1.0.8...v1.0.9 )
<sup>Released on **2024-06-19**</sup>
#### 💄 Styles
- **model**: Update `deepseek-coder` model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **model**: Update `deepseek-coder` model, closes [#2927 ](https://github.com/lobehub/lobe-chat/issues/2927 ) ([c8d45e4 ](https://github.com/lobehub/lobe-chat/commit/c8d45e4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-19 05:39:03 +00:00
Rubu Jam
c8d45e482b
💄 style(model): Update deepseek-coder model ( #2927 )
2024-06-19 13:34:10 +08:00
lobehubbot
bf97f0e8a8
📝 docs(bot): Auto sync agents & plugin to readme
2024-06-19 03:17:25 +00:00
renovate[bot]
c4352e503f
Update dependency @google/generative-ai to ^0.13.0 ( #2758 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-19 11:12:12 +08:00
Arvin Xu
5274d8f506
📝 docs: improve docs ( #2922 )
...
* 🧑💻 chore: improve build DX
* 📝 docs: update docs
2024-06-19 01:52:09 +08:00
lobehubbot
c394628882
📝 docs(bot): Auto sync agents & plugin to readme
2024-06-18 13:06:56 +00:00
semantic-release-bot
d13d64c621
🔖 chore(release): v1.0.8 [skip ci]
...
### [Version 1.0.8](https://github.com/lobehub/lobe-chat/compare/v1.0.7...v1.0.8 )
<sup>Released on **2024-06-18**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix hydration mismatch on macOS.
#### 💄 Styles
- **misc**: Update brand and improve docs.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix hydration mismatch on macOS, closes [#2913 ](https://github.com/lobehub/lobe-chat/issues/2913 ) ([cd9a143 ](https://github.com/lobehub/lobe-chat/commit/cd9a143 ))
#### Styles
* **misc**: Update brand and improve docs, closes [#2917 ](https://github.com/lobehub/lobe-chat/issues/2917 ) ([2b54cae ](https://github.com/lobehub/lobe-chat/commit/2b54cae ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-18 13:05:53 +00:00
Arvin Xu
2b54caeda1
💄 style: update brand and improve docs ( #2917 )
...
* 💄 style: update logo style
* ♻️ refactor: hide webrtc sync by default
* 🔧 chore: improve db migration script
* 💄 style: rename to assistant
* 💄 style: update brand
* 💄 style: update brand
* ⚡ ️ perf: dynamic pwa install
* ✅ test: fix tests
* 📝 docs: update docs
* 📝 docs: update env
* 📝 docs: update docs
2024-06-18 21:00:17 +08:00
Minh-Phuc Tran
cd9a143b3d
🐛 fix: fix hydration mismatch on macOS ( #2913 )
2024-06-18 20:59:43 +08:00
lobehubbot
9d48eb3c61
📝 docs(bot): Auto sync agents & plugin to readme
2024-06-18 06:41:55 +00:00
CanisMinor
4229e4fd14
📝 docs: Add server database and auth features / server database deployment guide ( #2901 )
...
* 📝 docs(wip): Add new features
* 📝 docs: update docs
* 📝 docs: update docs
* 📝 docs: update docs
* 📝 docs: update docs
* 📝 docs: update docs
* 📝 docs: update docs
* 📝 docs: update docs
* 📝 docs: update docs
* update docs
* Update `docs/self-hosting/advanced/upstream-sync.zh-CN.mdx` (#2679 )
* add docs
* update docs
* update docs
* update
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
Co-authored-by: ijevin <jevin@jevin.org >
2024-06-18 14:36:50 +08:00
semantic-release-bot
bb86f6399a
🔖 chore(release): v1.0.7 [skip ci]
...
### [Version 1.0.7](https://github.com/lobehub/lobe-chat/compare/v1.0.6...v1.0.7 )
<sup>Released on **2024-06-18**</sup>
#### ♻ Code Refactoring
- **misc**: Remove some i18n text.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Remove some i18n text, closes [#2862 ](https://github.com/lobehub/lobe-chat/issues/2862 ) ([1fd7d76 ](https://github.com/lobehub/lobe-chat/commit/1fd7d76 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-18 03:02:54 +00:00
Rubu Jam
1fd7d76ae8
♻️ refactor: remove some i18n text ( #2862 )
2024-06-18 10:58:04 +08:00
semantic-release-bot
93e896b458
🔖 chore(release): v1.0.6 [skip ci]
...
### [Version 1.0.6](https://github.com/lobehub/lobe-chat/compare/v1.0.5...v1.0.6 )
<sup>Released on **2024-06-17**</sup>
#### 💄 Styles
- **misc**: Fix footer being cut on wide screen.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix footer being cut on wide screen, closes [#2905 ](https://github.com/lobehub/lobe-chat/issues/2905 ) ([3a1e0cf ](https://github.com/lobehub/lobe-chat/commit/3a1e0cf ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-17 16:14:36 +00:00
Minh-Phuc Tran
3a1e0cf12d
💄 style: fix footer being cut on wide screen ( #2905 )
2024-06-18 00:09:41 +08:00
semantic-release-bot
c88a4b6a62
🔖 chore(release): v1.0.5 [skip ci]
...
### [Version 1.0.5](https://github.com/lobehub/lobe-chat/compare/v1.0.4...v1.0.5 )
<sup>Released on **2024-06-17**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix onboard and auth for community version.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix onboard and auth for community version, closes [#2908 ](https://github.com/lobehub/lobe-chat/issues/2908 ) ([b02020d ](https://github.com/lobehub/lobe-chat/commit/b02020d ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-17 14:47:32 +00:00
Arvin Xu
b02020d9a3
🐛 fix: fix onboard and auth for community version ( #2908 )
2024-06-17 22:42:26 +08:00
semantic-release-bot
e815c47492
🔖 chore(release): v1.0.4 [skip ci]
...
### [Version 1.0.4](https://github.com/lobehub/lobe-chat/compare/v1.0.3...v1.0.4 )
<sup>Released on **2024-06-17**</sup>
#### 💄 Styles
- **misc**: Add stepfun as a new provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add stepfun as a new provider, closes [#2803 ](https://github.com/lobehub/lobe-chat/issues/2803 ) ([e1989a1 ](https://github.com/lobehub/lobe-chat/commit/e1989a1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-17 14:04:35 +00:00
Arvin Xu
e1989a1e6d
💄 style: add stepfun as a new provider ( #2803 )
...
* ✨ feat: add stepfun
* ✅ test: add test
* 🐛 fix: hide browser fetch
* 🐛 fix: fix browser fetch components
* 🐛 fix: fix browser fetch options
2024-06-17 21:59:44 +08:00
Rubu Jam
fbc488e994
⚡ ️ perf: optimize Cache-Control ( #2848 )
2024-06-17 21:58:08 +08:00
semantic-release-bot
76aa46a5cd
🔖 chore(release): v1.0.3 [skip ci]
...
### [Version 1.0.3](https://github.com/lobehub/lobe-chat/compare/v1.0.2...v1.0.3 )
<sup>Released on **2024-06-17**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix clerk `UNAUTHORIZED` auth error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix clerk `UNAUTHORIZED` auth error, closes [#2907 ](https://github.com/lobehub/lobe-chat/issues/2907 ) ([bb33ba4 ](https://github.com/lobehub/lobe-chat/commit/bb33ba4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-17 13:49:59 +00:00
Arvin Xu
bb33ba411a
🐛 fix: fix clerk UNAUTHORIZED auth error ( #2907 )
...
* 🐛 fix: fix clerk auth error
* 🐛 fix: fix clerk auth error
* 🐛 fix: prefetch error translation ns
2024-06-17 21:44:59 +08:00
semantic-release-bot
8e1a5536a8
🔖 chore(release): v1.0.2 [skip ci]
...
### [Version 1.0.2](https://github.com/lobehub/lobe-chat/compare/v1.0.1...v1.0.2 )
<sup>Released on **2024-06-17**</sup>
#### 🐛 Bug Fixes
- **misc**: Openai key and openai proxy are invalid in feature flags.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Openai key and openai proxy are invalid in feature flags, closes [#2886 ](https://github.com/lobehub/lobe-chat/issues/2886 ) ([ec4f481 ](https://github.com/lobehub/lobe-chat/commit/ec4f481 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-17 12:54:50 +00:00
Suemor
ec4f481175
🐛 fix: openai key and openai proxy are invalid in feature flags ( #2886 )
...
* fix: openai key and openai proxy are invalid in feature flags
* fix: remove password tab
* refactor: set variable whether to enable tab
2024-06-17 20:49:42 +08:00
arvinxx
8156b6cdcf
⏪ ️ revert: Merge remote-tracking branch 'origin/main'
2024-06-17 20:04:26 +08:00
arvinxx
d5d76aaa34
Merge remote-tracking branch 'origin/main'
...
# Conflicts:
# README.md
# README.zh-CN.md
2024-06-17 19:59:39 +08:00
semantic-release-bot
8ab8ac7635
🔖 chore(release): v1.0.1 [skip ci]
...
### [Version 1.0.1](https://github.com/lobehub/lobe-chat/compare/v1.0.0...v1.0.1 )
<sup>Released on **2024-06-17**</sup>
#### 💄 Styles
- **misc**: Remove r2 cdn url.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Remove r2 cdn url, closes [#2878 ](https://github.com/lobehub/lobe-chat/issues/2878 ) ([19fd4d5 ](https://github.com/lobehub/lobe-chat/commit/19fd4d5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-17 07:03:30 +00:00
CanisMinor
19fd4d57d7
💄 style: remove r2 cdn url ( #2878 )
...
* 💄 style: Remove r2 cdn url
* 💄 style: Update SettingContainer
* 🔧 chore: Move share setting components
2024-06-17 14:58:43 +08:00
Arvin Xu
093ac69d10
🔨 chore: improve issue template ( #2899 )
2024-06-17 14:37:43 +08:00
Arvin Xu
45f104b5ba
🔖 chore(release): Release v1.0.0 [skip ci]
2024-06-17 12:48:33 +08:00
semantic-release-bot
b88deed358
🔖 chore(release): v0.164.0 [skip ci]
...
## [Version 0.164.0](https://github.com/lobehub/lobe-chat/compare/v0.163.0...v0.164.0 )
<sup>Released on **2024-06-17**</sup>
#### ✨ Features
- **misc**: Release LobeChat 1.0.
#### 🔧 Chores
- **misc**: Bump version.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Release LobeChat 1.0, closes [#2897 ](https://github.com/lobehub/lobe-chat/issues/2897 ) ([97bb377 ](https://github.com/lobehub/lobe-chat/commit/97bb377 ))
#### Chores
* **misc**: Bump version, closes [#2896 ](https://github.com/lobehub/lobe-chat/issues/2896 ) ([6e2d03b ](https://github.com/lobehub/lobe-chat/commit/6e2d03b ))
</details>
#### 💥 BREAKING CHANGES
* **misc**: Update LICENSE to Apache 2.0
* **misc**: update to 1.0.0
<div align="right">
[](#readme-top)
</div>
2024-06-17 04:42:36 +00:00
Arvin Xu
97bb377326
✨ feat: release LobeChat 1.0 ( #2897 )
...
BREAKING CHANGE: Update LICENSE to Apache 2.0
2024-06-17 12:37:29 +08:00
Arvin Xu
6e2d03bf04
🔨 chore: bump version ( #2896 )
...
BREAKING CHANGE: update to 1.0.0
2024-06-17 12:28:43 +08:00
semantic-release-bot
96e1789b40
🔖 chore(release): v0.163.0 [skip ci]
...
## [Version 0.163.0](https://github.com/lobehub/lobe-chat/compare/v0.162.25...v0.163.0 )
<sup>Released on **2024-06-17**</sup>
#### ✨ Features
- **misc**: Support server db mode with Postgres / Drizzle ORM / tRPC.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support server db mode with Postgres / Drizzle ORM / tRPC, closes [#2556 ](https://github.com/lobehub/lobe-chat/issues/2556 ) ([b26afbf ](https://github.com/lobehub/lobe-chat/commit/b26afbf ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-17 04:03:30 +00:00
Arvin Xu
1ad516bdea
🔨 chore: update release.yml ( #2895 )
2024-06-17 11:58:40 +08:00
Arvin Xu
4dcf81fad2
Merge pull request #2889 to release LobeChat 1.0
...
✨ feat: Release LobeChat 1.0
2024-06-17 11:16:10 +08:00
Arvin Xu
7e4ab83d3b
📝 chore: Update sync.yml comment
2024-06-17 03:06:59 +00:00
Arvin Xu
492a9aa24c
🔧 chore: Update sync.yml to reduce sync frequency
2024-06-17 03:06:59 +00:00
Arvin Xu
6c1f6db2a6
🔨 chore(LICENSE): Update LICENSE to Apache 2.0 from LobeChat v1 ( #1812 )
...
BREAKING: Update Project LICENSE to Apache 2.0
2024-06-17 03:06:59 +00:00
Arvin Xu
b26afbff7f
✨ feat: support server db mode with Postgres / Drizzle ORM / tRPC ( #2556 )
2024-06-17 03:06:59 +00:00
semantic-release-bot
7789340ead
🔖 chore(release): v0.162.25 [skip ci]
...
### [Version 0.162.25](https://github.com/lobehub/lobe-chat/compare/v0.162.24...v0.162.25 )
<sup>Released on **2024-06-16**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix issues for client fetch.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix issues for client fetch, closes [#2753 ](https://github.com/lobehub/lobe-chat/issues/2753 ) ([6f5be5d ](https://github.com/lobehub/lobe-chat/commit/6f5be5d ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-16 10:36:47 +00:00
cy948
6f5be5de27
🐛 fix: fix issues for client fetch ( #2753 )
...
* 🚸 feat: improve UX for clientfetch
* 🚨 fix: circular dependence
* 💡 docs: update comments
* ✅ test: client fetch enabled
* ✅ test: client fetch
* ?? fix: wrong condition
* ✅ test: update tests
* 🐛 fix: wrong selector
* ♻️ refactor: modify vaults selectors
* ⏪ revert: style changed
* ⏪ revert: cancel style fix
* 🧪 test: isProviderEndpointNotEmpty
* 🧪 test: isProviderApiKeyNotEmpty
* ✅ test: isProviderEndpointNotEmpty
* ♻️ refactor: endpoint for aws bedrock
---------
Co-authored-by: Arvin Xu <arvinx@foxmail.com >
2024-06-16 18:32:42 +08:00
lobehubbot
9174b291e7
📝 docs(bot): Auto sync agents & plugin to readme
2024-06-16 03:07:59 +00:00
renovate[bot]
18241e7266
Update dependency uuid to v10 ( #2884 )
2024-06-16 11:03:59 +08:00
CanisMinor
1f306143d5
🐛 fix: Fix enableMaxTokens in agent setting ( fix #2859 ) ( #2870 )
2024-06-14 20:45:18 +08:00
semantic-release-bot
920d60fe13
🔖 chore(release): v0.162.24 [skip ci]
...
### [Version 0.162.24](https://github.com/lobehub/lobe-chat/compare/v0.162.23...v0.162.24 )
<sup>Released on **2024-06-14**</sup>
#### 💄 Styles
- **misc**: Update error card style, Update settings footer style and about page.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update error card style, closes [#2868 ](https://github.com/lobehub/lobe-chat/issues/2868 ) ([a9d678b ](https://github.com/lobehub/lobe-chat/commit/a9d678b ))
* **misc**: Update settings footer style and about page, closes [#2846 ](https://github.com/lobehub/lobe-chat/issues/2846 ) ([d815109 ](https://github.com/lobehub/lobe-chat/commit/d815109 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-14 08:54:13 +00:00
Rubu Jam
044bf2d0a5
🔨 chore: fix vercel build ( #2867 )
2024-06-14 16:50:06 +08:00
CanisMinor
a9d678bf20
💄 style: Update error card style ( #2868 )
2024-06-14 13:24:33 +08:00
CanisMinor
d815109ed7
💄 style: Update settings footer style and about page ( #2846 )
...
* 💄 style: Update settings footer style and about page
* 🔧 chore: Update mailTo func
* 🐛 fix: Fix llm footer
* 🐛 fix: Fix system-agent meta
2024-06-14 10:40:57 +08:00
semantic-release-bot
fef62d625d
🔖 chore(release): v0.162.23 [skip ci]
...
### [Version 0.162.23](https://github.com/lobehub/lobe-chat/compare/v0.162.22...v0.162.23 )
<sup>Released on **2024-06-12**</sup>
#### 💄 Styles
- **misc**: Add Qwen2 models, Add Zhipu new models.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Qwen2 models, closes [#2832 ](https://github.com/lobehub/lobe-chat/issues/2832 ) ([fb97be9 ](https://github.com/lobehub/lobe-chat/commit/fb97be9 ))
* **misc**: Add Zhipu new models, closes [#2830 ](https://github.com/lobehub/lobe-chat/issues/2830 ) ([5be43f0 ](https://github.com/lobehub/lobe-chat/commit/5be43f0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-12 02:31:21 +00:00
sxjeru
5be43f09d1
💄 style: Add Zhipu new models ( #2830 )
2024-06-12 10:27:04 +08:00
sxjeru
fb97be93d5
💄 style: Add Qwen2 models ( #2832 )
2024-06-12 10:25:40 +08:00
Maple Gao
3c96d46753
💄 style (Ollama): Added Qwen2, Phi-3 and Aya 23 models ( #2808 )
...
* 💄 config (Ollama): Added Phi-3 and Aya 23 models
* 💄 config (Ollama): Added Phi-3 and Aya 23 models
* 💄 config (Ollama): Added Qwen2
* 💄 config (Ollama): Added Qwen2 as default, remove unused Phi-3 Instruct
2024-06-12 10:24:48 +08:00
semantic-release-bot
4be5dd34e2
🔖 chore(release): v0.162.22 [skip ci]
...
### [Version 0.162.22](https://github.com/lobehub/lobe-chat/compare/v0.162.21...v0.162.22 )
<sup>Released on **2024-06-11**</sup>
#### 💄 Styles
- **misc**: Expand `Clear` tooltip maxWidth.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Expand `Clear` tooltip maxWidth, closes [#2822 ](https://github.com/lobehub/lobe-chat/issues/2822 ) ([a5c3d6f ](https://github.com/lobehub/lobe-chat/commit/a5c3d6f ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-11 14:17:10 +00:00
sxjeru
a5c3d6fc08
💄 style: Expand Clear tooltip maxWidth ( #2822 )
2024-06-09 17:30:36 +08:00
lobehubbot
b6ffb848ae
📝 docs(bot): Auto sync agents & plugin to readme
2024-06-09 09:25:34 +00:00
semantic-release-bot
2f5f5c77ad
🔖 chore(release): v0.162.21 [skip ci]
...
### [Version 0.162.21](https://github.com/lobehub/lobe-chat/compare/v0.162.20...v0.162.21 )
<sup>Released on **2024-06-09**</sup>
#### 💄 Styles
- **misc**: Do not show noDescription in new sesstion.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Do not show noDescription in new sesstion, closes [#2749 ](https://github.com/lobehub/lobe-chat/issues/2749 ) ([30b00aa ](https://github.com/lobehub/lobe-chat/commit/30b00aa ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-09 09:24:48 +00:00
Tisfeng
30b00aa322
💄 style: do not show noDescription in new sesstion ( #2749 )
...
* perf: do not show noDescription in new sesstion
* fix: ci error
2024-06-09 17:20:38 +08:00
lobehubbot
dd42080b82
📝 docs(bot): Auto sync agents & plugin to readme
2024-06-09 08:52:59 +00:00
CanisMinor
ddf42f8ab3
🔨 chore: Add slot ( #2821 )
...
* 💄 style: Add slot
* 🔧 chore: Add spacing
2024-06-09 16:48:49 +08:00
renovate[bot]
428c9f0d76
Update dependency @testing-library/react to v16 ( #2820 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-09 16:47:52 +08:00
semantic-release-bot
468913d7d9
🔖 chore(release): v0.162.20 [skip ci]
...
### [Version 0.162.20](https://github.com/lobehub/lobe-chat/compare/v0.162.19...v0.162.20 )
<sup>Released on **2024-06-08**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-08 04:01:13 +00:00
Arvin Xu
b32f428027
⚡ ️ perf: improve performance of session navigation ( #2815 )
...
* ⚡ ️ perf: improve performance of session navigation
* 🐛 fix: fix mobile navigation
* ♻️ refactor: clean code
2024-06-08 11:57:08 +08:00
Harry Sun
41d96bef14
📝 docs: Add deploy as serverless function on Zeabur ( #2787 )
...
* Add deploy as serverless function on Zeabur to doc
* typo
2024-06-07 14:50:57 +08:00
semantic-release-bot
82c29f174b
🔖 chore(release): v0.162.19 [skip ci]
...
### [Version 0.162.19](https://github.com/lobehub/lobe-chat/compare/v0.162.18...v0.162.19 )
<sup>Released on **2024-06-07**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix OpenAi BaseURL in api form.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix OpenAi BaseURL in api form, closes [#2806 ](https://github.com/lobehub/lobe-chat/issues/2806 ) ([1392957 ](https://github.com/lobehub/lobe-chat/commit/1392957 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-07 04:57:41 +00:00
JARVISMindEngineer
139295728a
🐛 fix: fix OpenAi BaseURL in api form ( #2806 )
2024-06-07 12:53:42 +08:00
semantic-release-bot
4e31314b0e
🔖 chore(release): v0.162.18 [skip ci]
...
### [Version 0.162.18](https://github.com/lobehub/lobe-chat/compare/v0.162.17...v0.162.18 )
<sup>Released on **2024-06-06**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor model provider implement.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor model provider implement, closes [#2801 ](https://github.com/lobehub/lobe-chat/issues/2801 ) ([7bb4fec ](https://github.com/lobehub/lobe-chat/commit/7bb4fec ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-06 16:34:13 +00:00
Arvin Xu
7bb4fec7f6
♻️ refactor: refactor model provider implement ( #2801 )
...
* ♻️ refactor: refactor the provider
* ♻️ refactor: refactor the error code
* ✅ test: fix test
* ✅ test: fix test
* 🌐 chore: update i18n
* 🌐 chore: update i18n
2024-06-07 00:30:06 +08:00
Arvin Xu
adebf0a921
📝 docs: update url-share docs ( #2791 )
...
* 📝 docs: update docs
* update docs
2024-06-05 11:11:16 +08:00
semantic-release-bot
8f4760f60c
🔖 chore(release): v0.162.17 [skip ci]
...
### [Version 0.162.17](https://github.com/lobehub/lobe-chat/compare/v0.162.16...v0.162.17 )
<sup>Released on **2024-06-04**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix `response.undefined` error with some provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix `response.undefined` error with some provider, closes [#2782 ](https://github.com/lobehub/lobe-chat/issues/2782 ) ([5676899 ](https://github.com/lobehub/lobe-chat/commit/5676899 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-04 03:45:20 +00:00
wyw
75cd63aa39
✨ feat: Support Qwen as new model provider ( #2715 )
...
Co-authored-by: mingholy.lmh <mingholy.lmh@gmail.com >
2024-06-04 11:38:56 +08:00
Arvin Xu
5676899181
🐛 fix: fix response.undefined error with some provider ( #2782 )
...
* fix response
* Update index.test.ts
2024-06-04 11:38:21 +08:00
semantic-release-bot
b5b025d453
🔖 chore(release): v0.162.16 [skip ci]
...
### [Version 0.162.16](https://github.com/lobehub/lobe-chat/compare/v0.162.15...v0.162.16 )
<sup>Released on **2024-06-04**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-04 02:31:45 +00:00
Arvin Xu
39906a229a
🔨 build: pin ajv@8.14.0 to fix vercel build ( #2780 )
2024-06-04 10:27:33 +08:00
lobehubbot
8164f3ce9d
📝 docs(bot): Auto sync agents & plugin to readme
2024-06-03 16:13:45 +00:00
semantic-release-bot
4593b0e6f7
🔖 chore(release): v0.162.15 [skip ci]
...
### [Version 0.162.15](https://github.com/lobehub/lobe-chat/compare/v0.162.14...v0.162.15 )
<sup>Released on **2024-06-03**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix send button loading on only add user message.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix send button loading on only add user message, closes [#2774 ](https://github.com/lobehub/lobe-chat/issues/2774 ) ([a7f2982 ](https://github.com/lobehub/lobe-chat/commit/a7f2982 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-03 16:13:02 +00:00
Arvin Xu
a7f2982258
🐛 fix: fix send button loading on only add user message ( #2774 )
2024-06-04 00:08:41 +08:00
semantic-release-bot
1d2bc0ddce
🔖 chore(release): v0.162.14 [skip ci]
...
### [Version 0.162.14](https://github.com/lobehub/lobe-chat/compare/v0.162.13...v0.162.14 )
<sup>Released on **2024-06-03**</sup>
#### 💄 Styles
- **misc**: Improve loading state.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve loading state, closes [#2767 ](https://github.com/lobehub/lobe-chat/issues/2767 ) ([fbdfde9 ](https://github.com/lobehub/lobe-chat/commit/fbdfde9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-03 07:12:59 +00:00
Arvin Xu
fbdfde9625
💄 style: improve loading state ( #2767 )
2024-06-03 15:08:52 +08:00
lobehubbot
3fc975b741
📝 docs(bot): Auto sync agents & plugin to readme
2024-06-02 16:05:05 +00:00
Harry Sun
b713453b7a
🐛 chore: fix deploy failed on netlify ( #2761 )
...
* fix deploy failed on netlify
* Update netlify.toml
Increased max_old_space_size to 8192
2024-06-03 00:01:07 +08:00
lobehubbot
1aa79dee2f
📝 docs(bot): Auto sync agents & plugin to readme
2024-06-01 03:58:55 +00:00
Star
b37976c24e
📝 docs(env): update configuration docs ( #2729 )
...
* 📝 docs(env): configuration type
Signed-off-by: Star <i@ssstttar.com >
* 📝 docs: fix punctuation marks
Signed-off-by: Star <i@ssstttar.com >
* 📝 docs: add chatConfig
Signed-off-by: Star <i@ssstttar.com >
* 📝 docs(bot): Auto sync agents & plugin to readme
---------
Signed-off-by: Star <i@ssstttar.com >
2024-06-01 11:55:00 +08:00
semantic-release-bot
455c432a52
🔖 chore(release): v0.162.13 [skip ci]
...
### [Version 0.162.13](https://github.com/lobehub/lobe-chat/compare/v0.162.12...v0.162.13 )
<sup>Released on **2024-06-01**</sup>
#### 💄 Styles
- **misc**: Improve config upload modal.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve config upload modal, closes [#2745 ](https://github.com/lobehub/lobe-chat/issues/2745 ) ([af9af9f ](https://github.com/lobehub/lobe-chat/commit/af9af9f ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-06-01 03:54:10 +00:00
Arvin Xu
af9af9f087
💄 style: improve config upload modal ( #2745 )
...
* 💄 style: improve config upload modal
* 🎨 chore: clean code
2024-06-01 11:50:21 +08:00
lobehubbot
5c64849695
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-31 11:08:38 +00:00
lobehubbot
2ee834458e
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-31 11:05:09 +00:00
semantic-release-bot
ce198f4d72
🔖 chore(release): v0.162.12 [skip ci]
...
### [Version 0.162.12](https://github.com/lobehub/lobe-chat/compare/v0.162.11...v0.162.12 )
<sup>Released on **2024-05-31**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor session meta method.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor session meta method, closes [#2737 ](https://github.com/lobehub/lobe-chat/issues/2737 ) ([b103c3c ](https://github.com/lobehub/lobe-chat/commit/b103c3c ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-31 11:04:28 +00:00
Arvin Xu
b103c3cd2a
♻️ refactor: refactor session meta method ( #2737 )
...
* ♻️ refactor: add session meta
* ✅ test: fix test
* ✅ test: fix test
2024-05-31 19:00:25 +08:00
semantic-release-bot
36ce76100e
🔖 chore(release): v0.162.11 [skip ci]
...
### [Version 0.162.11](https://github.com/lobehub/lobe-chat/compare/v0.162.10...v0.162.11 )
<sup>Released on **2024-05-29**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix import config.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix import config, closes [#2720 ](https://github.com/lobehub/lobe-chat/issues/2720 ) ([a5ddd9a ](https://github.com/lobehub/lobe-chat/commit/a5ddd9a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-29 16:00:38 +00:00
Arvin Xu
a5ddd9adf0
🐛 fix: fix import config ( #2720 )
2024-05-29 23:56:37 +08:00
semantic-release-bot
c8cc640726
🔖 chore(release): v0.162.10 [skip ci]
...
### [Version 0.162.10](https://github.com/lobehub/lobe-chat/compare/v0.162.9...v0.162.10 )
<sup>Released on **2024-05-29**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the config import for server import.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the config import for server import, closes [#2718 ](https://github.com/lobehub/lobe-chat/issues/2718 ) ([d4ee64b ](https://github.com/lobehub/lobe-chat/commit/d4ee64b ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-29 15:42:10 +00:00
Arvin Xu
d4ee64b8a2
♻️ refactor: refactor the config import for server import ( #2718 )
2024-05-29 23:38:11 +08:00
semantic-release-bot
5eb43e80b8
🔖 chore(release): v0.162.9 [skip ci]
...
### [Version 0.162.9](https://github.com/lobehub/lobe-chat/compare/v0.162.8...v0.162.9 )
<sup>Released on **2024-05-29**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the settings to add optimistic updating.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the settings to add optimistic updating, closes [#2709 ](https://github.com/lobehub/lobe-chat/issues/2709 ) ([fade53e ](https://github.com/lobehub/lobe-chat/commit/fade53e ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-29 04:55:34 +00:00
Arvin Xu
fade53ef83
♻️ refactor: refactor the settings to add optimistic updating ( #2709 )
2024-05-29 12:51:34 +08:00
lobehubbot
0b460453e9
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-28 16:01:51 +00:00
semantic-release-bot
3019a0a4cd
🔖 chore(release): v0.162.8 [skip ci]
...
### [Version 0.162.8](https://github.com/lobehub/lobe-chat/compare/v0.162.7...v0.162.8 )
<sup>Released on **2024-05-28**</sup>
#### 💄 Styles
- **misc**: Add optimistic loading for image uploading.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add optimistic loading for image uploading, closes [#2700 ](https://github.com/lobehub/lobe-chat/issues/2700 ) ([f99c9ce ](https://github.com/lobehub/lobe-chat/commit/f99c9ce ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-28 16:01:09 +00:00
Arvin Xu
f99c9ce90e
💄 style: add optimistic loading for image uploading ( #2700 )
...
* 🚸 refactor: add optimistic loading for file uploading
* ✅ test: fix tests
* 🚸 style: improve error fallback
* ♻️ refactor: improve swr type
* ✅ test: fix tests
2024-05-28 23:57:14 +08:00
lobehubbot
ee6cb65f7b
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-28 15:40:02 +00:00
semantic-release-bot
4d3fe3814d
🔖 chore(release): v0.162.7 [skip ci]
...
### [Version 0.162.7](https://github.com/lobehub/lobe-chat/compare/v0.162.6...v0.162.7 )
<sup>Released on **2024-05-28**</sup>
#### 💄 Styles
- **misc**: Improve display of `set limited history messages`, `randomness` and `voice input`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve display of `set limited history messages`, `randomness` and `voice input`, closes [#2586 ](https://github.com/lobehub/lobe-chat/issues/2586 ) ([22c9b9c ](https://github.com/lobehub/lobe-chat/commit/22c9b9c ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-28 15:39:14 +00:00
Rubu Jam
22c9b9c56f
💄 style: improve display of set limited history messages, randomness and voice input ( #2586 )
...
* 💄 style: Modify the display effect of some content
* 💄 style: Modify the display effect of `voice input`
* 💄 style: Modify the display effect of `voice input`
2024-05-28 23:35:11 +08:00
lobehubbot
6a51975844
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-28 11:58:32 +00:00
semantic-release-bot
3e41d9962c
🔖 chore(release): v0.162.6 [skip ci]
...
### [Version 0.162.6](https://github.com/lobehub/lobe-chat/compare/v0.162.5...v0.162.6 )
<sup>Released on **2024-05-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix the default agent not work correctly on new device.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix the default agent not work correctly on new device, closes [#2699 ](https://github.com/lobehub/lobe-chat/issues/2699 ) ([e4c7536 ](https://github.com/lobehub/lobe-chat/commit/e4c7536 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-28 11:57:47 +00:00
Arvin Xu
e4c7536b8c
🐛 fix: fix the default agent not work correctly on new device ( #2699 )
...
* 🐛 fix: fix
* 🐛 fix: fix session refresh issue
2024-05-28 19:53:42 +08:00
semantic-release-bot
3493129b74
🔖 chore(release): v0.162.5 [skip ci]
...
### [Version 0.162.5](https://github.com/lobehub/lobe-chat/compare/v0.162.4...v0.162.5 )
<sup>Released on **2024-05-28**</sup>
#### 💄 Styles
- **misc**: Add `SYSTEM_AGENT` env.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add `SYSTEM_AGENT` env, closes [#2694 ](https://github.com/lobehub/lobe-chat/issues/2694 ) ([0dfcf8d ](https://github.com/lobehub/lobe-chat/commit/0dfcf8d ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-28 11:24:42 +00:00
Arvin Xu
0dfcf8dd3f
💄 style: add SYSTEM_AGENT env ( #2694 )
2024-05-28 19:20:36 +08:00
semantic-release-bot
c84df58ce8
🔖 chore(release): v0.162.4 [skip ci]
...
### [Version 0.162.4](https://github.com/lobehub/lobe-chat/compare/v0.162.3...v0.162.4 )
<sup>Released on **2024-05-28**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix auto focus issues.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix auto focus issues, closes [#2697 ](https://github.com/lobehub/lobe-chat/issues/2697 ) ([8df856e ](https://github.com/lobehub/lobe-chat/commit/8df856e ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-28 10:10:07 +00:00
Arvin Xu
8df856ec39
🐛 fix: fix auto focus issues ( #2697 )
...
* 🐛 fix: fix fetch when need login again
* 🐛 fix: fix autofocus
2024-05-28 18:06:12 +08:00
semantic-release-bot
920a70d422
🔖 chore(release): v0.162.3 [skip ci]
...
### [Version 0.162.3](https://github.com/lobehub/lobe-chat/compare/v0.162.2...v0.162.3 )
<sup>Released on **2024-05-28**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-28 07:22:36 +00:00
Arvin Xu
4d4ad0e6ef
⚡ ️ perf: pin react-i18next@14.0.2 to improve performance ( #2691 )
2024-05-28 15:18:35 +08:00
lobehubbot
1022ed5cc1
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-28 06:31:17 +00:00
semantic-release-bot
283ab9ee51
🔖 chore(release): v0.162.2 [skip ci]
...
### [Version 0.162.2](https://github.com/lobehub/lobe-chat/compare/v0.162.1...v0.162.2 )
<sup>Released on **2024-05-28**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor agent store data.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor agent store data, closes [#2690 ](https://github.com/lobehub/lobe-chat/issues/2690 ) ([e201937 ](https://github.com/lobehub/lobe-chat/commit/e201937 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-28 06:30:22 +00:00
Arvin Xu
e2019374c4
♻️ refactor: refactor agent store data ( #2690 )
...
* ♻️ refactor: refactor agent store data
* 🎨 refactor: improve code
2024-05-28 14:26:21 +08:00
ijevin
d420de3b88
📝 docs: Update docs/self-hosting/advanced/upstream-sync.mdx ( #2682 )
2024-05-28 14:24:33 +08:00
lobehubbot
10b8f0ef90
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-27 14:28:57 +00:00
Rubu Jam
729a9775e2
📝 docs: update docs ( #2669 )
...
* 📝 docs: update docs
* 📝 docs: update docs
* 📝 docs: update docs
2024-05-27 22:24:57 +08:00
lobehubbot
65e3b80250
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-27 14:20:29 +00:00
semantic-release-bot
87030fffd2
🔖 chore(release): v0.162.1 [skip ci]
...
### [Version 0.162.1](https://github.com/lobehub/lobe-chat/compare/v0.162.0...v0.162.1 )
<sup>Released on **2024-05-27**</sup>
#### 💄 Styles
- **misc**: Improve the display effect of plug-in API name and description.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve the display effect of plug-in API name and description, closes [#2678 ](https://github.com/lobehub/lobe-chat/issues/2678 ) ([19cd0b9 ](https://github.com/lobehub/lobe-chat/commit/19cd0b9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-27 14:19:41 +00:00
Rubu Jam
19cd0b9971
💄 style: Improve the display effect of plug-in API name and description ( #2678 )
2024-05-27 22:15:34 +08:00
semantic-release-bot
774c6c90fa
🔖 chore(release): v0.162.0 [skip ci]
...
## [Version 0.162.0](https://github.com/lobehub/lobe-chat/compare/v0.161.25...v0.162.0 )
<sup>Released on **2024-05-27**</sup>
#### ✨ Features
- **misc**: Support topic agent.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support topic agent, closes [#2683 ](https://github.com/lobehub/lobe-chat/issues/2683 ) ([56865fe ](https://github.com/lobehub/lobe-chat/commit/56865fe ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-27 10:06:11 +00:00
Arvin Xu
56865fe3ab
✨ feat: support topic agent ( #2683 )
...
* ✨ feat: support topic agent
* ✅ test: fix test
* ✅ test: fix test
* ✅ test: add tests
* 🌐 chore: add i18n
2024-05-27 18:01:52 +08:00
semantic-release-bot
48da563963
🔖 chore(release): v0.161.25 [skip ci]
...
### [Version 0.161.25](https://github.com/lobehub/lobe-chat/compare/v0.161.24...v0.161.25 )
<sup>Released on **2024-05-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix trpc/edge path error when setting `NEXT_PUBLIC_BASE_PATH`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix trpc/edge path error when setting `NEXT_PUBLIC_BASE_PATH`, closes [#2681 ](https://github.com/lobehub/lobe-chat/issues/2681 ) ([622b390 ](https://github.com/lobehub/lobe-chat/commit/622b390 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-27 07:13:00 +00:00
wangm23456
622b3908dc
🐛 fix: fix trpc/edge path error when setting NEXT_PUBLIC_BASE_PATH ( #2681 )
2024-05-27 15:08:56 +08:00
semantic-release-bot
e903c1115f
🔖 chore(release): v0.161.24 [skip ci]
...
### [Version 0.161.24](https://github.com/lobehub/lobe-chat/compare/v0.161.23...v0.161.24 )
<sup>Released on **2024-05-27**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix the missing user id in chat compeletition and fix remove unstarred topic not working.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix the missing user id in chat compeletition and fix remove unstarred topic not working, closes [#2677 ](https://github.com/lobehub/lobe-chat/issues/2677 ) ([c9fb2de ](https://github.com/lobehub/lobe-chat/commit/c9fb2de ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-27 04:26:39 +00:00
Arvin Xu
c9fb2dee1d
🐛 fix: fix the missing user id in chat compeletition and fix remove unstarred topic not working ( #2677 )
...
* 🐛 fix: fix remove all topic not working
* 🐛 fix: fix remove all topic not working
* 🐛 fix: fix user id missing in chat competition
2024-05-27 12:21:57 +08:00
renovate[bot]
3fc4265022
Update dependency @anthropic-ai/sdk to ^0.21.0 ( #1712 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-27 10:35:39 +08:00
semantic-release-bot
b4c575fdf1
🔖 chore(release): v0.161.23 [skip ci]
...
### [Version 0.161.23](https://github.com/lobehub/lobe-chat/compare/v0.161.22...v0.161.23 )
<sup>Released on **2024-05-27**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor `keyVaults` and rename `endpoint` to `baseURL`.
#### 💄 Styles
- **misc**: Fix PluginStore layout.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor `keyVaults` and rename `endpoint` to `baseURL`, closes [#2673 ](https://github.com/lobehub/lobe-chat/issues/2673 ) ([4049bc7 ](https://github.com/lobehub/lobe-chat/commit/4049bc7 ))
#### Styles
* **misc**: Fix PluginStore layout, closes [#2590 ](https://github.com/lobehub/lobe-chat/issues/2590 ) [#2511 ](https://github.com/lobehub/lobe-chat/issues/2511 ) ([e1ae39b ](https://github.com/lobehub/lobe-chat/commit/e1ae39b ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-27 02:14:43 +00:00
sxjeru
e1ae39b5c3
💄 style: fix PluginStore layout ( #2590 )
...
* fix #2511
* Update index.tsx
* Update index.tsx
* Update index.tsx
* Update index.tsx
* Update index.tsx
2024-05-27 10:10:43 +08:00
Arvin Xu
4049bc703e
♻️ refactor: refactor keyVaults and rename endpoint to baseURL ( #2673 )
...
* ♻️ refactor: refactor endpoint to baseURL
* ✅ test: fix test
* 🚨 ci: fix lint
* ✅ test: fix migration test
* 🗃️ refactor: refactor the user setting client db
2024-05-27 10:08:59 +08:00
semantic-release-bot
6650daf3c7
🔖 chore(release): v0.161.22 [skip ci]
...
### [Version 0.161.22](https://github.com/lobehub/lobe-chat/compare/v0.161.21...v0.161.22 )
<sup>Released on **2024-05-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix connection checker.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix connection checker, closes [#2672 ](https://github.com/lobehub/lobe-chat/issues/2672 ) ([bef8926 ](https://github.com/lobehub/lobe-chat/commit/bef8926 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-26 15:37:09 +00:00
Arvin Xu
bef8926532
🐛 fix: fix connection checker ( #2672 )
...
* 🐛 fix: fix check error
* 💄 style: improve bubble loading
* ♻️ refactor: add store devtools url control
* 🚚 refactor: move settings type folder
* ♻️ refactor: rename type
* 🐛 fix: fix check error
2024-05-26 23:33:01 +08:00
semantic-release-bot
d1cdaa002b
🔖 chore(release): v0.161.21 [skip ci]
...
### [Version 0.161.21](https://github.com/lobehub/lobe-chat/compare/v0.161.20...v0.161.21 )
<sup>Released on **2024-05-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix the batch import error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix the batch import error, closes [#2671 ](https://github.com/lobehub/lobe-chat/issues/2671 ) ([db8f2c6 ](https://github.com/lobehub/lobe-chat/commit/db8f2c6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-26 14:58:17 +00:00
Arvin Xu
db8f2c6137
🐛 fix: fix the batch import error ( #2671 )
2024-05-26 22:54:22 +08:00
renovate[bot]
0b9be471e9
Update dependency fake-indexeddb to v6 ( #2660 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-26 22:47:18 +08:00
semantic-release-bot
fe95f312c2
🔖 chore(release): v0.161.20 [skip ci]
...
### [Version 0.161.20](https://github.com/lobehub/lobe-chat/compare/v0.161.19...v0.161.20 )
<sup>Released on **2024-05-26**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix vercel build.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix vercel build, closes [#2666 ](https://github.com/lobehub/lobe-chat/issues/2666 ) ([cb70e4a ](https://github.com/lobehub/lobe-chat/commit/cb70e4a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-26 10:41:11 +00:00
Arvin Xu
cb70e4adea
💚 fix: fix vercel build ( #2666 )
2024-05-26 18:37:19 +08:00
semantic-release-bot
1c185b443e
🔖 chore(release): v0.161.19 [skip ci]
...
### [Version 0.161.19](https://github.com/lobehub/lobe-chat/compare/v0.161.18...v0.161.19 )
<sup>Released on **2024-05-25**</sup>
#### 💄 Styles
- **misc**: Update token tag popover style.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update token tag popover style, closes [#2631 ](https://github.com/lobehub/lobe-chat/issues/2631 ) ([7635129 ](https://github.com/lobehub/lobe-chat/commit/7635129 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-25 13:48:01 +00:00
CanisMinor
76351296a1
💄 style: Update token tag popover style ( #2631 )
...
* 💄 style: Update token tag popover style
* 💄 style: Fix empty status
* 💄 style: Fix width
* 💄 style: Change num font family
* 💄 style: Add title
* 💄 style: Change fontfamily
2024-05-25 21:44:04 +08:00
semantic-release-bot
899cd520ea
🔖 chore(release): v0.161.18 [skip ci]
...
### [Version 0.161.18](https://github.com/lobehub/lobe-chat/compare/v0.161.17...v0.161.18 )
<sup>Released on **2024-05-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix aws log.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix aws log ([58f3ed1 ](https://github.com/lobehub/lobe-chat/commit/58f3ed1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-25 12:20:32 +00:00
arvinxx
58f3ed103b
🐛 fix: fix aws log
2024-05-25 20:15:35 +08:00
semantic-release-bot
e76e284682
🔖 chore(release): v0.161.17 [skip ci]
...
### [Version 0.161.17](https://github.com/lobehub/lobe-chat/compare/v0.161.16...v0.161.17 )
<sup>Released on **2024-05-25**</sup>
#### ♻ Code Refactoring
- **misc**: Migrate some agent config to `chatConfig`.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Migrate some agent config to `chatConfig`, closes [#2646 ](https://github.com/lobehub/lobe-chat/issues/2646 ) ([2f311dc ](https://github.com/lobehub/lobe-chat/commit/2f311dc ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-25 02:13:33 +00:00
Arvin Xu
2f311dc4b6
🗃️ refactor: migrate some agent config to chatConfig ( #2646 )
...
* 🗃️ refactor: refactor the agent config to chat config
* ✅ test: fix test
* 🗃️ refactor: add db migration
* ✅ test: fix test
2024-05-25 10:09:28 +08:00
semantic-release-bot
25e6007c92
🔖 chore(release): v0.161.16 [skip ci]
...
### [Version 0.161.16](https://github.com/lobehub/lobe-chat/compare/v0.161.15...v0.161.16 )
<sup>Released on **2024-05-25**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix bedrock show by default on vercel.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix bedrock show by default on vercel, closes [#2634 ](https://github.com/lobehub/lobe-chat/issues/2634 ) ([7ad3af2 ](https://github.com/lobehub/lobe-chat/commit/7ad3af2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-25 01:50:14 +00:00
Arvin Xu
7ad3af2002
🐛 fix: fix bedrock show by default on vercel ( #2634 )
...
* 🐛 fix: fix bedrock show by default
* try to log aws key
* try to log aws key
* 🐛 fix: hide Bedrock by default
2024-05-25 09:46:08 +08:00
lobehubbot
d7d34d15ea
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-24 15:56:09 +00:00
semantic-release-bot
0f2d30e64e
🔖 chore(release): v0.161.15 [skip ci]
...
### [Version 0.161.15](https://github.com/lobehub/lobe-chat/compare/v0.161.14...v0.161.15 )
<sup>Released on **2024-05-24**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix avatar missing on client DB mode.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix avatar missing on client DB mode, closes [#2645 ](https://github.com/lobehub/lobe-chat/issues/2645 ) ([12726c2 ](https://github.com/lobehub/lobe-chat/commit/12726c2 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-24 15:55:23 +00:00
Arvin Xu
12726c24e1
🐛 fix: fix avatar missing on client DB mode ( #2645 )
...
* 🐛 fix: fix avatar missing
* 🐛 fix: fix user avatar
* ♻️ refactor: refactor to remove deprecated userId and avatar field
* ✅ test: improve test
2024-05-24 23:51:19 +08:00
lobehubbot
4712849938
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-24 11:40:08 +00:00
semantic-release-bot
b9ecb417e1
🔖 chore(release): v0.161.14 [skip ci]
...
### [Version 0.161.14](https://github.com/lobehub/lobe-chat/compare/v0.161.13...v0.161.14 )
<sup>Released on **2024-05-24**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the global app status and fix PWA installer.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the global app status and fix PWA installer, closes [#2637 ](https://github.com/lobehub/lobe-chat/issues/2637 ) ([1f70305 ](https://github.com/lobehub/lobe-chat/commit/1f70305 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-24 11:39:12 +00:00
Arvin Xu
1f70305edf
♻️ refactor: refactor the global app status and fix PWA installer ( #2637 )
...
* 🚸 style: improve PWAInstall show timing
* ♻️ refactor: refactor the global preference to system status
* 🐛 fix: fix update status
* 🐛 fix: fix status
* ✅ test: fix test
* 🎨 chore: improve code
2024-05-24 19:35:01 +08:00
Rubu Jam
69600dad09
🔨 chore: update issue template ( #2642 )
...
* 🔨 chore: update issue template
* 🔨 chore: update issue template
2024-05-24 17:38:42 +08:00
semantic-release-bot
9a19438c14
🔖 chore(release): v0.161.13 [skip ci]
...
### [Version 0.161.13](https://github.com/lobehub/lobe-chat/compare/v0.161.12...v0.161.13 )
<sup>Released on **2024-05-24**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-24 09:15:02 +00:00
Arvin Xu
5bfc0dfbb2
⚡ ️ perf: fix ssr hydration to improve home loading ( #2640 )
2024-05-24 17:10:37 +08:00
Rubu Jam
634870a0ed
🔨 chore: update issue template ( #2624 )
...
* 🔨 chore: update issue template
* 🔨 chore: update issue template
* 📝 docs: Add introduction to `ENABLED_OPENAI` and `ENABLED_OLLAMA`
2024-05-24 16:54:06 +08:00
semantic-release-bot
73989e725d
🔖 chore(release): v0.161.12 [skip ci]
...
### [Version 0.161.12](https://github.com/lobehub/lobe-chat/compare/v0.161.11...v0.161.12 )
<sup>Released on **2024-05-23**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the home redirect implement.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the home redirect implement, closes [#2626 ](https://github.com/lobehub/lobe-chat/issues/2626 ) ([ab4216e ](https://github.com/lobehub/lobe-chat/commit/ab4216e ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-23 17:09:39 +00:00
Arvin Xu
ab4216e03d
♻️ refactor: refactor the home redirect implement ( #2626 )
...
* ♻️ refactor: refactor to improve loading rediect
* ♻️ refactor: refactor to improve loading rediect
2024-05-24 01:05:39 +08:00
semantic-release-bot
ce85cc653a
🔖 chore(release): v0.161.11 [skip ci]
...
### [Version 0.161.11](https://github.com/lobehub/lobe-chat/compare/v0.161.10...v0.161.11 )
<sup>Released on **2024-05-23**</sup>
#### 💄 Styles
- **misc**: Improve PWA install guide.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve PWA install guide, closes [#2617 ](https://github.com/lobehub/lobe-chat/issues/2617 ) ([7fee545 ](https://github.com/lobehub/lobe-chat/commit/7fee545 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-23 16:03:28 +00:00
CanisMinor
7fee545c7a
💄 style: improve PWA install guide ( #2617 )
...
* ✨ feat: Update PWA install
* ✨ feat: Update usePlatform
* ✨ feat: Update isSonomaOrLaterSafari
* 🐛 fix: Fix isSonomaOrLaterSafari
* 🐛 fix: Fix isSupportInstallPWA
* ✅ test: Add test
* ✅ test: Add isSonomaOrLaterSafari test
2024-05-23 23:59:30 +08:00
semantic-release-bot
4a23cad8ca
🔖 chore(release): v0.161.10 [skip ci]
...
### [Version 0.161.10](https://github.com/lobehub/lobe-chat/compare/v0.161.9...v0.161.10 )
<sup>Released on **2024-05-23**</sup>
#### 🐛 Bug Fixes
- **misc**: Refactor user store and fix custom model list form.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Refactor user store and fix custom model list form, closes [#2620 ](https://github.com/lobehub/lobe-chat/issues/2620 ) ([81ea886 ](https://github.com/lobehub/lobe-chat/commit/81ea886 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-23 14:41:03 +00:00
Arvin Xu
81ea8865b1
🐛 fix: refactor user store and fix custom model list form ( #2620 )
...
* ♻️ refactor: refactor user store
* ♻️ refactor: refactor the user trace
* 🐛 fix: fix parser model
* 🐛 fix: fix parser model
* 🐛 fix: fix parser model
* ♻️ refactor: refactor modal
* 🐛 fix: try to fix modal
* 🐛 fix: fix model list select error
* ✅ test: add test for model list
2024-05-23 22:33:07 +08:00
semantic-release-bot
f7d4635ae2
🔖 chore(release): v0.161.9 [skip ci]
...
### [Version 0.161.9](https://github.com/lobehub/lobe-chat/compare/v0.161.8...v0.161.9 )
<sup>Released on **2024-05-23**</sup>
#### 💄 Styles
- **misc**: Fix image style and improve drag upload box.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix image style and improve drag upload box, closes [#2610 ](https://github.com/lobehub/lobe-chat/issues/2610 ) ([5e1a4d6 ](https://github.com/lobehub/lobe-chat/commit/5e1a4d6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-23 13:19:45 +00:00
CanisMinor
5e1a4d6f3c
💄 style: fix image style and improve drag upload box ( #2610 )
...
* 💄 style: Fix image style
* 💄 style: Update drage upload style
* Update meta.ts
* ♻️ refactor: Refactor dragging root
2024-05-23 21:15:50 +08:00
Arthals
2a3e94dda9
📝 docs: sync feature flags path change ( #2614 )
...
* 📝 docs: sync feature flags path change
* 📝 docs: adjust path for feature flags
* 📝 docs: relative path
2024-05-23 18:04:08 +08:00
Arthals
b287b0aa87
📝 docs: Feature Flags & fix some typo ( #2585 )
2024-05-23 01:26:29 +08:00
semantic-release-bot
047e55909c
🔖 chore(release): v0.161.8 [skip ci]
...
### [Version 0.161.8](https://github.com/lobehub/lobe-chat/compare/v0.161.7...v0.161.8 )
<sup>Released on **2024-05-22**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-22 16:54:37 +00:00
Arvin Xu
c7fc8da939
⚡ ️ perf: improve chat session performance ( #2613 )
...
* 🎨 chore: improve initial state
* ⚡ ️ perf: improve session performance
2024-05-23 00:50:42 +08:00
semantic-release-bot
6842e4642b
🔖 chore(release): v0.161.7 [skip ci]
...
### [Version 0.161.7](https://github.com/lobehub/lobe-chat/compare/v0.161.6...v0.161.7 )
<sup>Released on **2024-05-22**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor to serverDB ENV.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor to serverDB ENV, closes [#2612 ](https://github.com/lobehub/lobe-chat/issues/2612 ) ([fa1409e ](https://github.com/lobehub/lobe-chat/commit/fa1409e ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-22 15:46:25 +00:00
Arvin Xu
fa1409e851
♻️ refactor: refactor to serverDB ENV ( #2612 )
2024-05-22 23:42:26 +08:00
semantic-release-bot
b735afa4a1
🔖 chore(release): v0.161.6 [skip ci]
...
### [Version 0.161.6](https://github.com/lobehub/lobe-chat/compare/v0.161.5...v0.161.6 )
<sup>Released on **2024-05-22**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-22 15:20:45 +00:00
Arvin Xu
4ffe8b7fc7
⚡ ️ perf: improve topic loading ux and performance ( #2609 )
...
* ⚡ ️ perf: improve topic loading performance
* ✅ test: fix tests
* ✅ test: add tests
* ✅ test: add tests
2024-05-22 23:16:53 +08:00
semantic-release-bot
f0e796515d
🔖 chore(release): v0.161.5 [skip ci]
...
### [Version 0.161.5](https://github.com/lobehub/lobe-chat/compare/v0.161.4...v0.161.5 )
<sup>Released on **2024-05-22**</sup>
#### ♻ Code Refactoring
- **misc**: Move feature flags ENV.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Move feature flags ENV, closes [#2605 ](https://github.com/lobehub/lobe-chat/issues/2605 ) ([054a404 ](https://github.com/lobehub/lobe-chat/commit/054a404 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-22 14:59:21 +00:00
Arvin Xu
054a4049cf
♻️ refactor: move feature flags ENV ( #2605 )
...
* 🚚 refactor: move the feature folder
2024-05-22 22:55:24 +08:00
semantic-release-bot
86777594f0
🔖 chore(release): v0.161.4 [skip ci]
...
### [Version 0.161.4](https://github.com/lobehub/lobe-chat/compare/v0.161.3...v0.161.4 )
<sup>Released on **2024-05-22**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the app ENV.
#### 🐛 Bug Fixes
- **misc**: Fix market and plugin cache.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the app ENV, closes [#2604 ](https://github.com/lobehub/lobe-chat/issues/2604 ) ([acc0fdc ](https://github.com/lobehub/lobe-chat/commit/acc0fdc ))
#### What's fixed
* **misc**: Fix market and plugin cache, closes [#2608 ](https://github.com/lobehub/lobe-chat/issues/2608 ) ([a3f161e ](https://github.com/lobehub/lobe-chat/commit/a3f161e ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-22 13:59:03 +00:00
Arvin Xu
a3f161e427
🐛 fix: fix market and plugin cache ( #2608 )
...
* 🐛 fix: fix market and plugin cache
* Update route.ts
2024-05-22 21:55:07 +08:00
Arvin Xu
acc0fdc9ef
♻️ refactor: refactor the app ENV ( #2604 )
...
* ♻️ refactor: refactor the app env
* ♻️ refactor: refactor the app client env
* ♻️ refactor: refactor the app client env
* ♻️ refactor: refactor the app client env
2024-05-22 21:53:34 +08:00
semantic-release-bot
df6dc6ced2
🔖 chore(release): v0.161.3 [skip ci]
...
### [Version 0.161.3](https://github.com/lobehub/lobe-chat/compare/v0.161.2...v0.161.3 )
<sup>Released on **2024-05-22**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the langfuse env.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the langfuse env, closes [#2602 ](https://github.com/lobehub/lobe-chat/issues/2602 ) ([cbebfbc ](https://github.com/lobehub/lobe-chat/commit/cbebfbc ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-22 12:09:26 +00:00
Arvin Xu
cbebfbc314
♻️ refactor: refactor the langfuse env ( #2602 )
2024-05-22 20:05:23 +08:00
semantic-release-bot
b173c70db0
🔖 chore(release): v0.161.2 [skip ci]
...
### [Version 0.161.2](https://github.com/lobehub/lobe-chat/compare/v0.161.1...v0.161.2 )
<sup>Released on **2024-05-22**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the llm env.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the llm env, closes [#2592 ](https://github.com/lobehub/lobe-chat/issues/2592 ) ([5eb225a ](https://github.com/lobehub/lobe-chat/commit/5eb225a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-22 11:22:28 +00:00
Arvin Xu
5eb225a6af
♻️ refactor: refactor the llm env ( #2592 )
...
* ♻️ refactor: refactor the llm env
* ✅ test: update test
* ✅ test: fix test
2024-05-22 19:18:35 +08:00
lobehubbot
eab2f37d06
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-22 08:54:48 +00:00
semantic-release-bot
bca147e4e2
🔖 chore(release): v0.161.1 [skip ci]
...
### [Version 0.161.1](https://github.com/lobehub/lobe-chat/compare/v0.161.0...v0.161.1 )
<sup>Released on **2024-05-22**</sup>
#### 💄 Styles
- **misc**: Fix setting modal style problem.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix setting modal style problem, closes [#2599 ](https://github.com/lobehub/lobe-chat/issues/2599 ) ([1a3f8f3 ](https://github.com/lobehub/lobe-chat/commit/1a3f8f3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-22 08:54:01 +00:00
CanisMinor
1a3f8f32d3
💄 style: fix setting modal style problem ( #2599 )
...
* 💄 style: Fix setting modal style problem
* Update SettingModalLayout.tsx
* Update Header.tsx
2024-05-22 16:48:47 +08:00
semantic-release-bot
8026689990
🔖 chore(release): v0.161.0 [skip ci]
...
## [Version 0.161.0](https://github.com/lobehub/lobe-chat/compare/v0.160.8...v0.161.0 )
<sup>Released on **2024-05-21**</sup>
#### ✨ Features
- **misc**: Add system agent to select another model provider for translation.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add system agent to select another model provider for translation, closes [#1902 ](https://github.com/lobehub/lobe-chat/issues/1902 ) ([3945387 ](https://github.com/lobehub/lobe-chat/commit/3945387 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-21 17:41:54 +00:00
Tung Pham
3945387d3b
✨ feat: add system agent to select another model provider for translation ( #1902 )
...
* ✨ feat: add support for change default translation agent
* 🚸 style: fix improve menu accessibility
* ✨ feat: add system agent module
* 🌐 chore: add i18n
* 🌐 chore: add i18n
* ♻️ refactor: refactor the ModelSelect
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
2024-05-22 01:37:58 +08:00
semantic-release-bot
56fe865350
🔖 chore(release): v0.160.8 [skip ci]
...
### [Version 0.160.8](https://github.com/lobehub/lobe-chat/compare/v0.160.7...v0.160.8 )
<sup>Released on **2024-05-21**</sup>
#### 💄 Styles
- **misc**: `Tooltip` should not be selected & Model selector overlaps with reset button.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: `Tooltip` should not be selected & Model selector overlaps with reset button, closes [#2500 ](https://github.com/lobehub/lobe-chat/issues/2500 ) [#2511 ](https://github.com/lobehub/lobe-chat/issues/2511 ) [#2581 ](https://github.com/lobehub/lobe-chat/issues/2581 ) ([0c62fb7 ](https://github.com/lobehub/lobe-chat/commit/0c62fb7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-21 15:52:58 +00:00
sxjeru
0c62fb76da
💄 style: Tooltip should not be selected & Model selector overlaps with reset button ( #2500 )
...
* pointerEvents: 'none'
* “获取模型列表"
* fix:模型选择框重叠
* Update index.tsx
* fix
* fix
* fix #2511
* fix #2581
* Revert 2 fixs
* revert
2024-05-21 23:48:34 +08:00
semantic-release-bot
71a2f1512a
🔖 chore(release): v0.160.7 [skip ci]
...
### [Version 0.160.7](https://github.com/lobehub/lobe-chat/compare/v0.160.6...v0.160.7 )
<sup>Released on **2024-05-21**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix duplicate model panel key.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix duplicate model panel key, closes [#2591 ](https://github.com/lobehub/lobe-chat/issues/2591 ) ([c733fcf ](https://github.com/lobehub/lobe-chat/commit/c733fcf ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-21 14:41:15 +00:00
Arvin Xu
c733fcfcc2
🐛 fix: fix duplicate model panel key ( #2591 )
...
* 🐛 fix: fix duplicate model menu key
* ✅ test: fix test
2024-05-21 22:37:17 +08:00
semantic-release-bot
bf96b92787
🔖 chore(release): v0.160.6 [skip ci]
...
### [Version 0.160.6](https://github.com/lobehub/lobe-chat/compare/v0.160.5...v0.160.6 )
<sup>Released on **2024-05-21**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor a Notification component, refactor code, refactor message action, refactor the type, refactor user preference.
#### 💄 Styles
- **misc**: Add ENABLED_OPENAI env, add fetch error notification, improve openai fetch client switch, improve redirect when login.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor a Notification component ([28db3d5 ](https://github.com/lobehub/lobe-chat/commit/28db3d5 ))
* **misc**: Refactor code, closes [#2584 ](https://github.com/lobehub/lobe-chat/issues/2584 ) ([086244c ](https://github.com/lobehub/lobe-chat/commit/086244c ))
* **misc**: Refactor message action ([224bd67 ](https://github.com/lobehub/lobe-chat/commit/224bd67 ))
* **misc**: Refactor the type ([ddf1abf ](https://github.com/lobehub/lobe-chat/commit/ddf1abf ))
* **misc**: Refactor user preference ([1823b0d ](https://github.com/lobehub/lobe-chat/commit/1823b0d ))
#### Styles
* **misc**: Add ENABLED_OPENAI env ([35f6230 ](https://github.com/lobehub/lobe-chat/commit/35f6230 ))
* **misc**: Add fetch error notification ([0186b4b ](https://github.com/lobehub/lobe-chat/commit/0186b4b ))
* **misc**: Improve openai fetch client switch ([3cad470 ](https://github.com/lobehub/lobe-chat/commit/3cad470 ))
* **misc**: Improve redirect when login ([cb26655 ](https://github.com/lobehub/lobe-chat/commit/cb26655 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-21 12:20:20 +00:00
Arvin Xu
086244caff
♻️ refactor: refactor code ( #2584 )
...
♻️ refactor: refactor some code
2024-05-21 20:16:09 +08:00
arvinxx
3cad4701c0
💄 style: improve openai fetch client switch
2024-05-21 19:48:56 +08:00
Arvin Xu
ddf1abffc8
♻️ refactor: refactor the type
2024-05-21 19:30:58 +08:00
Arvin Xu
5a1706b962
🌐 chore: add i18n
2024-05-21 19:30:58 +08:00
Arvin Xu
461bf3d672
🎨 chore: improve code
2024-05-21 19:30:58 +08:00
Arvin Xu
bc506190ad
🎨 chore: fix findDOMNode error
2024-05-21 19:30:58 +08:00
Arvin Xu
1823b0dd5c
♻️ refactor: refactor user preference
2024-05-21 19:30:58 +08:00
Arvin Xu
cb266552a6
💄 style: improve redirect when login
2024-05-21 19:30:58 +08:00
Arvin Xu
28db3d5b45
♻️ refactor: refactor a Notification component
2024-05-21 19:30:38 +08:00
Arvin Xu
8340ad8509
🎨 chore: improve code
2024-05-21 19:30:38 +08:00
Arvin Xu
35f623084d
💄 style: add ENABLED_OPENAI env
2024-05-21 19:30:38 +08:00
Arvin Xu
0186b4b403
💄 style: add fetch error notification
2024-05-21 19:29:43 +08:00
Arvin Xu
224bd67782
♻️ refactor: refactor message action
2024-05-21 19:29:43 +08:00
cy948
5fc90a9baf
🐛 fix: fix condition on client fetch ( #2519 )
...
* 🐛 fix: wrong client fetch judgement
* ✅ test: add test for `isProviderFetchOnClient`
* 🔧 fix: make azure request sent from server
* 🔧 refactor: show client fetch for azure
2024-05-20 17:40:25 +08:00
semantic-release-bot
6638c702d4
🔖 chore(release): v0.160.5 [skip ci]
...
### [Version 0.160.5](https://github.com/lobehub/lobe-chat/compare/v0.160.4...v0.160.5 )
<sup>Released on **2024-05-20**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor analytics env.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor analytics env, closes [#2570 ](https://github.com/lobehub/lobe-chat/issues/2570 ) ([d809d3f ](https://github.com/lobehub/lobe-chat/commit/d809d3f ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-20 06:12:49 +00:00
Arvin Xu
d809d3f574
♻️ refactor: refactor analytics env ( #2570 )
...
* ♻️ refactor: refactor analytics env
* ✅ test: add test for analytics
2024-05-20 14:08:21 +08:00
semantic-release-bot
911c98c31d
🔖 chore(release): v0.160.4 [skip ci]
...
### [Version 0.160.4](https://github.com/lobehub/lobe-chat/compare/v0.160.3...v0.160.4 )
<sup>Released on **2024-05-20**</sup>
#### 💄 Styles
- **misc**: Modify bedrock provided model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Modify bedrock provided model, closes [#2473 ](https://github.com/lobehub/lobe-chat/issues/2473 ) ([a1fabf6 ](https://github.com/lobehub/lobe-chat/commit/a1fabf6 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-20 04:31:39 +00:00
Rubu Jam
a1fabf6299
💄 style: Modify bedrock provided model ( #2473 )
...
* 💄 style: Modify bedrock provided model
* 💄 style: Adjust copywriting
2024-05-20 12:27:39 +08:00
semantic-release-bot
5c4ffc797c
🔖 chore(release): v0.160.3 [skip ci]
...
### [Version 0.160.3](https://github.com/lobehub/lobe-chat/compare/v0.160.2...v0.160.3 )
<sup>Released on **2024-05-19**</sup>
#### 💄 Styles
- **misc**: Add two feature flags: check_updates 、welcome_suggest.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add two feature flags: check_updates 、welcome_suggest, closes [#2555 ](https://github.com/lobehub/lobe-chat/issues/2555 ) ([84c69c9 ](https://github.com/lobehub/lobe-chat/commit/84c69c9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-19 15:55:44 +00:00
coulsontl
84c69c9fd7
💄 style: add two feature flags: check_updates 、welcome_suggest ( #2555 )
...
* feat: add two feature flags: check_updates 、welcome_suggest
* refactor code
* refactor code
* refactor code
* remove unused code
* fix test code
* optimize code
2024-05-19 23:51:56 +08:00
semantic-release-bot
54cf16aa7a
🔖 chore(release): v0.160.2 [skip ci]
...
### [Version 0.160.2](https://github.com/lobehub/lobe-chat/compare/v0.160.1...v0.160.2 )
<sup>Released on **2024-05-19**</sup>
#### 🐛 Bug Fixes
- **misc**: Upgrade antd and fix lint type.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Upgrade antd and fix lint type, closes [#2567 ](https://github.com/lobehub/lobe-chat/issues/2567 ) ([efe28da ](https://github.com/lobehub/lobe-chat/commit/efe28da ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-19 14:49:09 +00:00
Arvin Xu
efe28daa48
🚨 fix: upgrade antd and fix lint type ( #2567 )
2024-05-19 22:45:11 +08:00
semantic-release-bot
aae108ec5d
🔖 chore(release): v0.160.1 [skip ci]
...
### [Version 0.160.1](https://github.com/lobehub/lobe-chat/compare/v0.160.0...v0.160.1 )
<sup>Released on **2024-05-18**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix enable ollama env.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix enable ollama env ([9c3f5a8 ](https://github.com/lobehub/lobe-chat/commit/9c3f5a8 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-18 15:02:23 +00:00
arvinxx
9c3f5a8b7c
🐛 fix: fix enable ollama env
2024-05-18 22:58:14 +08:00
semantic-release-bot
80b908dded
🔖 chore(release): v0.160.0 [skip ci]
...
## [Version 0.160.0](https://github.com/lobehub/lobe-chat/compare/v0.159.12...v0.160.0 )
<sup>Released on **2024-05-18**</sup>
#### ✨ Features
- **misc**: Bump version and add enable ollama env.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Bump version and add enable ollama env, closes [#2554 ](https://github.com/lobehub/lobe-chat/issues/2554 ) ([f5ce7c9 ](https://github.com/lobehub/lobe-chat/commit/f5ce7c9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-18 14:51:17 +00:00
Arvin Xu
f5ce7c99bc
✨ feat: bump version and add enable ollama env ( #2554 )
...
* ⬆️ chore: bump antd
* 🐛 fix: support enable ollama
2024-05-18 22:47:26 +08:00
lobehubbot
02f3fc363b
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-18 14:34:57 +00:00
Arvin Xu
882ebbe940
✨ feat: support upload images to s3 ( #2547 )
...
* ♻️ refactor: refactor file by file and upload for upload to s3
* ✨ feat: support upload file to s3
* ✅ test: fix test
* 🛂 feat: add auth for the upload path
* ✅ test: fix circular deps
* ✅ test: add more tests
* ✅ test: add more tests
* ✅ test: add more tests
* ✅ test: add more tests
2024-05-18 22:30:48 +08:00
semantic-release-bot
9e0195dbc2
🔖 chore(release): v0.159.12 [skip ci]
...
### [Version 0.159.12](https://github.com/lobehub/lobe-chat/compare/v0.159.11...v0.159.12 )
<sup>Released on **2024-05-15**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the create message flow to fix some bugs.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the create message flow to fix some bugs, closes [#2521 ](https://github.com/lobehub/lobe-chat/issues/2521 ) ([7263a33 ](https://github.com/lobehub/lobe-chat/commit/7263a33 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-15 16:45:13 +00:00
Arvin Xu
7263a331ce
♻️ refactor: refactor the create message flow to fix some bugs ( #2521 )
...
* ♻️ refactor: refactor the create message flow
* ✅ test: fix test
* ✅ test: add test
* ✅ test: add more test
* 💄 style: improve loading state
2024-05-16 00:41:29 +08:00
lobehubbot
ffbe641c45
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-15 09:18:19 +00:00
semantic-release-bot
a08f802f0f
🔖 chore(release): v0.159.11 [skip ci]
...
### [Version 0.159.11](https://github.com/lobehub/lobe-chat/compare/v0.159.10...v0.159.11 )
<sup>Released on **2024-05-15**</sup>
#### 💄 Styles
- **misc**: Add Gemini 1.5 Flash model.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add Gemini 1.5 Flash model, closes [#2507 ](https://github.com/lobehub/lobe-chat/issues/2507 ) ([5568472 ](https://github.com/lobehub/lobe-chat/commit/5568472 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-15 09:17:32 +00:00
sxjeru
556847278c
💄 style: add Gemini 1.5 Flash model ( #2507 )
...
* Update google.ts
* Update google.ts
* del gemini-1.0-pro-002
* Update google.ts
2024-05-15 17:13:36 +08:00
CanisMinor
b94d4d926b
📝 docs: Fix overview image ( #2514 )
2024-05-15 13:43:40 +08:00
semantic-release-bot
ade6269d1e
🔖 chore(release): v0.159.10 [skip ci]
...
### [Version 0.159.10](https://github.com/lobehub/lobe-chat/compare/v0.159.9...v0.159.10 )
<sup>Released on **2024-05-15**</sup>
#### 💄 Styles
- **misc**: Fix setting modal on responsive and some other style problem.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix setting modal on responsive and some other style problem, closes [#2512 ](https://github.com/lobehub/lobe-chat/issues/2512 ) ([f6b4ca4 ](https://github.com/lobehub/lobe-chat/commit/f6b4ca4 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-15 05:21:52 +00:00
CanisMinor
f6b4ca4f7d
💄 style: Fix setting modal on responsive and some other style problem ( #2512 )
2024-05-15 13:17:46 +08:00
semantic-release-bot
d108280b70
🔖 chore(release): v0.159.9 [skip ci]
...
### [Version 0.159.9](https://github.com/lobehub/lobe-chat/compare/v0.159.8...v0.159.9 )
<sup>Released on **2024-05-14**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix agent config on page init.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix agent config on page init, closes [#2506 ](https://github.com/lobehub/lobe-chat/issues/2506 ) ([90e742d ](https://github.com/lobehub/lobe-chat/commit/90e742d ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-14 18:33:44 +00:00
Arvin Xu
90e742db14
🐛 fix: fix agent config on page init ( #2506 )
2024-05-15 02:29:51 +08:00
semantic-release-bot
d61f69ad14
🔖 chore(release): v0.159.8 [skip ci]
...
### [Version 0.159.8](https://github.com/lobehub/lobe-chat/compare/v0.159.7...v0.159.8 )
<sup>Released on **2024-05-14**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix retry issue when hide page.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix retry issue when hide page, closes [#2503 ](https://github.com/lobehub/lobe-chat/issues/2503 ) ([24489bc ](https://github.com/lobehub/lobe-chat/commit/24489bc ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-14 17:23:51 +00:00
Arvin Xu
24489bc729
🐛 fix: fix retry issue when hide page ( #2503 )
2024-05-15 01:20:03 +08:00
semantic-release-bot
315c8728cb
🔖 chore(release): v0.159.7 [skip ci]
...
### [Version 0.159.7](https://github.com/lobehub/lobe-chat/compare/v0.159.6...v0.159.7 )
<sup>Released on **2024-05-14**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-14 16:55:45 +00:00
Arvin Xu
f55747ffb7
⚡ ️ perf: improve chat workspace performance and plugin store ux ( #2499 )
...
* 💄 style: improve ux
* ✅ test: fix test
* ⚡ ️ perf: improve chat workspace performance
2024-05-15 00:51:59 +08:00
semantic-release-bot
1d7b557ecc
🔖 chore(release): v0.159.6 [skip ci]
...
### [Version 0.159.6](https://github.com/lobehub/lobe-chat/compare/v0.159.5...v0.159.6 )
<sup>Released on **2024-05-14**</sup>
#### 🐛 Bug Fixes
- **misc**: Login button not show on user panel.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Login button not show on user panel, closes [#2496 ](https://github.com/lobehub/lobe-chat/issues/2496 ) ([39637fb ](https://github.com/lobehub/lobe-chat/commit/39637fb ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-14 14:32:35 +00:00
cy948
39637fbdfb
🐛 fix: login button not show on user panel ( #2496 )
...
* 🐛 fix: show login button when enable nextauth
* 🐛 fix: wrong navigate after logout
2024-05-14 22:28:52 +08:00
semantic-release-bot
1484a042be
🔖 chore(release): v0.159.5 [skip ci]
...
### [Version 0.159.5](https://github.com/lobehub/lobe-chat/compare/v0.159.4...v0.159.5 )
<sup>Released on **2024-05-14**</sup>
#### 💄 Styles
- **misc**: Fix scroll and expand.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix scroll and expand, closes [#2470 ](https://github.com/lobehub/lobe-chat/issues/2470 ) ([8b1202a ](https://github.com/lobehub/lobe-chat/commit/8b1202a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-14 14:05:10 +00:00
CanisMinor
8b1202a520
💄 style: fix scroll and expand ( #2470 )
...
* 💄 style: Fix scroll and expand
* 💄 style: improve empty card
---------
Co-authored-by: arvinxx <arvinx@foxmail.com >
2024-05-14 22:01:13 +08:00
semantic-release-bot
5f4523a5b3
🔖 chore(release): v0.159.4 [skip ci]
...
### [Version 0.159.4](https://github.com/lobehub/lobe-chat/compare/v0.159.3...v0.159.4 )
<sup>Released on **2024-05-14**</sup>
#### 🐛 Bug Fixes
- **misc**: Refresh model config form & mobile footer button lost.
#### 💄 Styles
- **misc**: Add GPT-4o model, update perplexity models, updates 01.AI model list.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Refresh model config form & mobile footer button lost, closes [#2318 ](https://github.com/lobehub/lobe-chat/issues/2318 ) [#2319 ](https://github.com/lobehub/lobe-chat/issues/2319 ) [#1811 ](https://github.com/lobehub/lobe-chat/issues/1811 ) ([eadcefc ](https://github.com/lobehub/lobe-chat/commit/eadcefc ))
#### Styles
* **misc**: Add GPT-4o model, closes [#2481 ](https://github.com/lobehub/lobe-chat/issues/2481 ) ([ae6a03f ](https://github.com/lobehub/lobe-chat/commit/ae6a03f ))
* **misc**: Update perplexity models, closes [#2469 ](https://github.com/lobehub/lobe-chat/issues/2469 ) ([488cde7 ](https://github.com/lobehub/lobe-chat/commit/488cde7 ))
* **misc**: Updates 01.AI model list, closes [#2471 ](https://github.com/lobehub/lobe-chat/issues/2471 ) ([f28711a ](https://github.com/lobehub/lobe-chat/commit/f28711a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-14 11:26:45 +00:00
sxjeru
eadcefc7b4
🐛 fix: refresh model config form & mobile footer button lost ( #2318 )
...
* fix form not update
* Update ModelConfigModal.tsx
* fix #2319
* react/jsx-sort-props
* #1811
* onCancel closeModal
* zIndex
2024-05-14 19:22:54 +08:00
Maple Gao
488cde7718
💄 style: update perplexity models ( #2469 )
2024-05-14 19:21:41 +08:00
sxjeru
ae6a03f442
💄 style: add GPT-4o model ( #2481 )
...
* gpt-4o
* fix
* fix ci
* fix ci
* fix
* fix
* rollback
* Snapshots 2 updated
2024-05-14 19:20:12 +08:00
Maple Gao
f28711a32e
💄 style: updates 01.AI model list ( #2471 )
...
https://platform.lingyiwanwu.com/docs#%E6%A8%A1%E5%9E%8B
2024-05-14 19:18:49 +08:00
semantic-release-bot
db1f888110
🔖 chore(release): v0.159.3 [skip ci]
...
### [Version 0.159.3](https://github.com/lobehub/lobe-chat/compare/v0.159.2...v0.159.3 )
<sup>Released on **2024-05-14**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix DeepSeek using wrong model ID.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix DeepSeek using wrong model ID, closes [#2484 ](https://github.com/lobehub/lobe-chat/issues/2484 ) ([465dbfc ](https://github.com/lobehub/lobe-chat/commit/465dbfc ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-14 08:06:33 +00:00
Rubu Jam
465dbfc3b1
🐛 fix: fix DeepSeek using wrong model ID ( #2484 )
...
* 🐛 fix: Fix DeepSeek using wrong model ID
* 🐛 fix: Fix DeepSeek using wrong model ID
2024-05-14 16:02:42 +08:00
semantic-release-bot
5815d864d2
🔖 chore(release): v0.159.2 [skip ci]
...
### [Version 0.159.2](https://github.com/lobehub/lobe-chat/compare/v0.159.1...v0.159.2 )
<sup>Released on **2024-05-14**</sup>
#### 🐛 Bug Fixes
- **misc**: Dragging text mistakenly as image.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Dragging text mistakenly as image, closes [#2111 ](https://github.com/lobehub/lobe-chat/issues/2111 ) ([3c047ef ](https://github.com/lobehub/lobe-chat/commit/3c047ef ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-14 05:27:39 +00:00
sxjeru
3c047efe0d
🐛 fix: dragging text mistakenly as image ( #2111 )
2024-05-14 13:23:56 +08:00
semantic-release-bot
a9e2faf3ac
🔖 chore(release): v0.159.1 [skip ci]
...
### [Version 0.159.1](https://github.com/lobehub/lobe-chat/compare/v0.159.0...v0.159.1 )
<sup>Released on **2024-05-14**</sup>
#### ♻ Code Refactoring
- **misc**: Move next-auth hooks to user store actions.
#### 🐛 Bug Fixes
- **misc**: Pin `antd@5.17 .0` to fix build error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Move next-auth hooks to user store actions, closes [#2364 ](https://github.com/lobehub/lobe-chat/issues/2364 ) ([6dbcd70 ](https://github.com/lobehub/lobe-chat/commit/6dbcd70 ))
#### What's fixed
* **misc**: Pin `antd@5.17 .0` to fix build error, closes [#2483 ](https://github.com/lobehub/lobe-chat/issues/2483 ) ([aa03833 ](https://github.com/lobehub/lobe-chat/commit/aa03833 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-14 05:00:19 +00:00
Arvin Xu
aa03833061
🐛 fix: pin antd@5.17.0 to fix build error ( #2483 )
2024-05-14 12:56:37 +08:00
cy948
6dbcd70f23
♻️ refactor: Move next-auth hooks to user store actions ( #2364 )
...
* ♻️ refactor: move next-auth hooks to store acitons
* 🔥 refactor: remove redundant files
* ♻️ refactor: add next-auth hooks
* ♻️ refactor: add env `NEXT_PUBLIC_ENABLE_NEXT_AUTH`
* 📝 docs: update docs for new NextAuth env
* ♻️ refactor: remove `login` in auth actions
* 🐛 fix: login buttion not shown on settings
* ✅ test: hooks in auth actions
* ♻️ refactor: change button show condition
* ♻️ refactor: use server config to show oauth button
* 🐛 fix: context error in settings
* ♻️ refactor: use server config store to enable auth
* 💬 refactor: remove tips
* ♻️ refactor: remove env `NEXT_PUBLIC_ENABLE_NEXT_AUTH`
* 🔥 refactor: remove open profile in store auth actions
* ✅ test(useMenu): change states
2024-05-14 12:42:16 +08:00
lobehubbot
8264d5d212
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-14 02:57:39 +00:00
semantic-release-bot
2aa50db019
🔖 chore(release): v0.159.0 [skip ci]
...
## [Version 0.159.0](https://github.com/lobehub/lobe-chat/compare/v0.158.2...v0.159.0 )
<sup>Released on **2024-05-14**</sup>
#### ✨ Features
- **misc**: Support DeepSeek as new model provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support DeepSeek as new model provider, closes [#2446 ](https://github.com/lobehub/lobe-chat/issues/2446 ) ([18028f3 ](https://github.com/lobehub/lobe-chat/commit/18028f3 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-14 02:56:58 +00:00
Rubu Jam
18028f340d
✨ feat: Support DeepSeek as new model provider ( #2446 )
...
* ✨ feat: support DeepSeek as provider
* ✨ feat: Support DeepSeek as new model provider
* ✨ feat: Support DeepSeek as new model provider
* ✨ feat: Support DeepSeek as new model provider
* ✨ feat: Support DeepSeek as new model provider
* ✨ feat: Support DeepSeek as new model provider
* ✨ feat: Support DeepSeek as new model provider
* ✨ feat: Support DeepSeek as new model provider
* ✨ feat: Support DeepSeek as new model provider
* ✨ feat: Support DeepSeek as new model provider
* 💄 style: Translate some content
* ✨ feat: Support DeepSeek as new model provider
* 🐛 fix: Clean up the code and resolve a bug
2024-05-14 10:53:08 +08:00
semantic-release-bot
a77f4fbaaf
🔖 chore(release): v0.158.2 [skip ci]
...
### [Version 0.158.2](https://github.com/lobehub/lobe-chat/compare/v0.158.1...v0.158.2 )
<sup>Released on **2024-05-13**</sup>
#### 💄 Styles
- **misc**: Fix TelemetryNotification zindex.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Fix TelemetryNotification zindex, closes [#2476 ](https://github.com/lobehub/lobe-chat/issues/2476 ) ([54524ab ](https://github.com/lobehub/lobe-chat/commit/54524ab ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-13 12:59:47 +00:00
Arvin Xu
54524ab39e
💄 style: fix TelemetryNotification zindex ( #2476 )
2024-05-13 20:55:29 +08:00
semantic-release-bot
344f257cf5
🔖 chore(release): v0.158.1 [skip ci]
...
### [Version 0.158.1](https://github.com/lobehub/lobe-chat/compare/v0.158.0...v0.158.1 )
<sup>Released on **2024-05-13**</sup>
#### 💄 Styles
- **misc**: Add PWA install and metadata & ld generate.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add PWA install and metadata & ld generate, closes [#2438 ](https://github.com/lobehub/lobe-chat/issues/2438 ) ([6e9c69a ](https://github.com/lobehub/lobe-chat/commit/6e9c69a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-13 12:40:10 +00:00
CanisMinor
6e9c69a8f6
💄 style: add PWA install and metadata & ld generate ( #2438 )
...
* ✨ feat: Add PWA install button
* 🐛 fix: Fix review problem
* 🐛 fix: Fix review problem
* 🔧 chore: Update i18n
* 🔧 chore: Update metadata
* 🐛 fix: Fix preview problem
* 🐛 fix: Fix title
* 🔧 chore: Update pwa i18n
2024-05-13 20:36:16 +08:00
semantic-release-bot
db81d9f704
🔖 chore(release): v0.158.0 [skip ci]
...
## [Version 0.158.0](https://github.com/lobehub/lobe-chat/compare/v0.157.2...v0.158.0 )
<sup>Released on **2024-05-13**</sup>
#### ✨ Features
- **misc**: Add user profile page.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add user profile page, closes [#2433 ](https://github.com/lobehub/lobe-chat/issues/2433 ) ([91f7294 ](https://github.com/lobehub/lobe-chat/commit/91f7294 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-13 09:45:51 +00:00
CanisMinor
91f72942e4
✨ feat: add user profile page ( #2433 )
...
* ✨ feat: Add profile
* 🔧 chore: Update i18n
* ✅ test: Fix test
* ✅ test: Add tests
* 🐛 fix: Fix enableClerk
* 🔧 chore: Fix .eslintignore
* 🐛 fix: Fix review problem
* 💄 style: Fix UserInfo padding
2024-05-13 17:41:53 +08:00
semantic-release-bot
b7913660bf
🔖 chore(release): v0.157.2 [skip ci]
...
### [Version 0.157.2](https://github.com/lobehub/lobe-chat/compare/v0.157.1...v0.157.2 )
<sup>Released on **2024-05-13**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix azure openai stream.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix azure openai stream, closes [#2465 ](https://github.com/lobehub/lobe-chat/issues/2465 ) ([760fe67 ](https://github.com/lobehub/lobe-chat/commit/760fe67 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-13 02:50:39 +00:00
Arvin Xu
760fe6736c
🐛 fix: fix azure openai stream ( #2465 )
2024-05-13 10:47:02 +08:00
lobehubbot
fc488ccf81
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-13 02:45:57 +00:00
renovate[bot]
98715085cc
Update dependency @google/generative-ai to ^0.11.0 ( #2371 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-13 10:42:18 +08:00
Rubu Jam
4ba23ea04a
💄 style : Add an "Assistant and Conversation" icon ( #2410 )
...
* style:Add an "Assistant and Conversation" icon
* 💄 style : Add an "Assistant and Conversation" icon
* 💄 style: Add an "Assistant and Conversation" icon
* 💄 style : Add an `Assistant and Conversation` icon
* 💄 style : Add an `Assistant and Conversation` icon
2024-05-12 17:40:33 +08:00
lobehubbot
ba69a418e3
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-12 09:17:25 +00:00
semantic-release-bot
2b712d8bf3
🔖 chore(release): v0.157.1 [skip ci]
...
### [Version 0.157.1](https://github.com/lobehub/lobe-chat/compare/v0.157.0...v0.157.1 )
<sup>Released on **2024-05-12**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix dalle error.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix dalle error ([7c493de ](https://github.com/lobehub/lobe-chat/commit/7c493de ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-12 09:16:47 +00:00
arvinxx
7c493de58d
🐛 fix: fix dalle error
2024-05-12 17:12:49 +08:00
Arvin Xu
2a252f904b
⚡ ️ perf: improve tool calling streaming ( #2460 )
...
* 🐛 fix: fix token count
* ⚡ ️ perf: reduce plugin store fetcher
* ⚡ ️ perf: support tool calling smoothing
* ✅ test: fix test
* ♻️ refactor: refactor the dalle generation
* 🚸 style: improve dalle plugin error handle
* ✅ test: fix test
* ✅ test: fix test
2024-05-12 17:10:52 +08:00
semantic-release-bot
24c81f29af
🔖 chore(release): v0.157.0 [skip ci]
...
## [Version 0.157.0](https://github.com/lobehub/lobe-chat/compare/v0.156.2...v0.157.0 )
<sup>Released on **2024-05-11**</sup>
#### ✨ Features
- **misc**: upgrade to the new `tool calls` mode.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: upgrade to the new `tool calls` mode, closes [#2414 ](https://github.com/lobehub/lobe-chat/issues/2414 ) ([7404f3b ](https://github.com/lobehub/lobe-chat/commit/7404f3b ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-11 15:44:56 +00:00
Arvin Xu
7404f3bcea
✨ feat: upgrade to the new tool calls mode ( #2414 )
...
* ✨ feat: finish OpenAI stream tool_calls protocol
* 💄 style: design the Tool Call UI
* ✨ feat: support zhipu GLM tool calling
* ✨ feat: support moonshot function calling
* ✨ feat: support groq tool callings
* ✨ feat: azure openai stream tool calling
* ✨ feat: support minimax tool calling
* ✨ feat: support mistral tool calling
* ✨ feat: support google tool calling
* ✨ feat: support anthropic tool calling
* ♻️ refactor: refactor ollama stream
* ♻️ refactor: refactor the protocol stream transformer
* ♻️ refactor: refactor the bedrock stream
* ♻️ refactor: remove Stream Text Response
* ✅ test: clean some tests
* 🗃️ refactor: import and export tool migration
* 🗃️ refactor: migrate database
* ✅ test: fix test
* ♻️ refactor: refactor createCallbacksTransformer to fix tests
* ✅ test: add tests for runtime
* ✅ test: add more tests
* ✅ test: add test
* 🎨 chore: improve code
* 🐛 fix: fix auto meta
2024-05-11 23:41:14 +08:00
semantic-release-bot
5e57399de6
🔖 chore(release): v0.156.2 [skip ci]
...
### [Version 0.156.2](https://github.com/lobehub/lobe-chat/compare/v0.156.1...v0.156.2 )
<sup>Released on **2024-05-10**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-10 09:51:08 +00:00
Anoyi
ebcd0831f5
🔨 build(docker): fix OOM when building docker image ( #2447 )
...
* 🐛 fix: OOM when docker build
2024-05-10 17:47:31 +08:00
lobehubbot
3fdea6839f
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-10 07:40:18 +00:00
semantic-release-bot
ac6bcf2d78
🔖 chore(release): v0.156.1 [skip ci]
...
### [Version 0.156.1](https://github.com/lobehub/lobe-chat/compare/v0.156.0...v0.156.1 )
<sup>Released on **2024-05-10**</sup>
#### 🐛 Bug Fixes
- **misc**: Azure OpenAI Vision models issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Azure OpenAI Vision models issue, closes [#2429 ](https://github.com/lobehub/lobe-chat/issues/2429 ) ([9b8a4b1 ](https://github.com/lobehub/lobe-chat/commit/9b8a4b1 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-10 07:39:22 +00:00
Anoyi
9b8a4b1a79
🐛 fix: Azure OpenAI Vision models issue ( #2429 )
2024-05-10 15:35:47 +08:00
semantic-release-bot
e5f5a147a9
🔖 chore(release): v0.156.0 [skip ci]
...
## [Version 0.156.0](https://github.com/lobehub/lobe-chat/compare/v0.155.9...v0.156.0 )
<sup>Released on **2024-05-09**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor to improve provider locale.
#### ✨ Features
- **misc**: Support perplexity proxy url.
#### 🐛 Bug Fixes
- **misc**: Fix anthropic messages need pairs, fix parameter conditions for perplexity, fix Perplexity duplicate token.
#### 💄 Styles
- **misc**: Improve groq location error, improve location error, improve model provider ux, support groq proxy url.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor to improve provider locale ([538b7bc ](https://github.com/lobehub/lobe-chat/commit/538b7bc ))
#### What's improved
* **misc**: Support perplexity proxy url ([30bbe61 ](https://github.com/lobehub/lobe-chat/commit/30bbe61 ))
#### What's fixed
* **misc**: Fix anthropic messages need pairs ([0e01db0 ](https://github.com/lobehub/lobe-chat/commit/0e01db0 ))
* **misc**: Fix parameter conditions for perplexity ([156cf5f ](https://github.com/lobehub/lobe-chat/commit/156cf5f ))
* **misc**: Fix Perplexity duplicate token ([6695c4b ](https://github.com/lobehub/lobe-chat/commit/6695c4b ))
#### Styles
* **misc**: Improve groq location error ([023c21b ](https://github.com/lobehub/lobe-chat/commit/023c21b ))
* **misc**: Improve location error ([862c0ae ](https://github.com/lobehub/lobe-chat/commit/862c0ae ))
* **misc**: Improve model provider ux, closes [#2439 ](https://github.com/lobehub/lobe-chat/issues/2439 ) ([0deb079 ](https://github.com/lobehub/lobe-chat/commit/0deb079 ))
* **misc**: Support groq proxy url ([ba1ba2a ](https://github.com/lobehub/lobe-chat/commit/ba1ba2a ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-09 14:14:45 +00:00
Arvin Xu
0deb079aa8
💄 style: improve model provider ux ( #2439 )
...
💄 style: improve model provider ux
2024-05-09 22:11:15 +08:00
arvinxx
156cf5fe96
🐛 fix: fix parameter conditions for perplexity
2024-05-09 22:00:28 +08:00
arvinxx
30bbe611ba
✨ feat: support perplexity proxy url
2024-05-09 21:53:09 +08:00
arvinxx
6695c4bc74
🐛 fix: fix Perplexity duplicate token
2024-05-09 21:51:59 +08:00
arvinxx
0e01db0662
🐛 fix: fix anthropic messages need pairs
2024-05-09 21:28:49 +08:00
arvinxx
023c21b305
💄 style: improve groq location error
2024-05-09 21:28:49 +08:00
Arvin Xu
862c0ae51a
💄 style: improve location error
2024-05-09 21:28:49 +08:00
arvinxx
ba1ba2ab2d
🚸 style: support groq proxy url
2024-05-09 21:28:49 +08:00
arvinxx
538b7bca7e
♻️ refactor: refactor to improve provider locale
2024-05-09 21:28:49 +08:00
Yash Mehrotra
425bdcb0ef
🔨 chore: fixed a minor mistake in the docker file ( #2437 )
2024-05-09 13:37:00 +08:00
semantic-release-bot
d362d0aa43
🔖 chore(release): v0.155.9 [skip ci]
...
### [Version 0.155.9](https://github.com/lobehub/lobe-chat/compare/v0.155.8...v0.155.9 )
<sup>Released on **2024-05-09**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-09 04:05:31 +00:00
Arvin Xu
cb2a0849c2
⬆️ build: upgrade antd to 5.17.0 ( #2430 )
...
* ⬆️ chore: try to use 5.0.3
* ⬆️ chore: try to upgrade antd to 5.17.0
2024-05-09 11:39:48 +08:00
semantic-release-bot
2dd557d29c
🔖 chore(release): v0.155.8 [skip ci]
...
### [Version 0.155.8](https://github.com/lobehub/lobe-chat/compare/v0.155.7...v0.155.8 )
<sup>Released on **2024-05-09**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix mobile session style.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix mobile session style ([998a191 ](https://github.com/lobehub/lobe-chat/commit/998a191 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-09 02:57:36 +00:00
CanisMinor
998a191a81
🐛 fix: Fix mobile session style
2024-05-09 02:53:56 +00:00
semantic-release-bot
c1f87d1031
🔖 chore(release): v0.155.7 [skip ci]
...
### [Version 0.155.7](https://github.com/lobehub/lobe-chat/compare/v0.155.6...v0.155.7 )
<sup>Released on **2024-05-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix panel expand.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix panel expand ([5e78089 ](https://github.com/lobehub/lobe-chat/commit/5e78089 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-08 15:56:42 +00:00
canisminor1990
5e78089954
🐛 fix: Fix panel expand
2024-05-08 23:52:00 +08:00
semantic-release-bot
f37f42b355
🔖 chore(release): v0.155.6 [skip ci]
...
### [Version 0.155.6](https://github.com/lobehub/lobe-chat/compare/v0.155.5...v0.155.6 )
<sup>Released on **2024-05-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix editing long message issue.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix editing long message issue, closes [#2431 ](https://github.com/lobehub/lobe-chat/issues/2431 ) ([380d8da ](https://github.com/lobehub/lobe-chat/commit/380d8da ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-08 13:39:27 +00:00
Arvin Xu
380d8daf08
🐛 fix: fix editing long message issue ( #2431 )
...
* ♻️ refactor: refactor chatLoadingId to chatLoadingIds
* 💄 style: improve yi icon
* 💄 style: fix openrouter model meta
* ✅ test: add test
* 💄 style: fix translate item
2024-05-08 21:36:00 +08:00
lobehubbot
2630c86ebb
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-08 12:48:21 +00:00
semantic-release-bot
f853b4aa51
🔖 chore(release): v0.155.5 [skip ci]
...
### [Version 0.155.5](https://github.com/lobehub/lobe-chat/compare/v0.155.4...v0.155.5 )
<sup>Released on **2024-05-08**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-08 12:47:42 +00:00
CanisMinor
2aeaedce6f
⚡ ️ perf: refactor Chat Layout to improve performance ( #2339 )
...
* ♻️ refactor: Refactor Chat Layout
* ✅ test: Fix test
* 🐛 fix: Fix ci
* 🔧 chore: Rename workspace
* 🔧 chore: Revert sync style
* 🐛 fix: Fix review problem
* 💄 style: Fix style
* 🔧 chore: Revert useInterceptingRoutes
* 🐛 fix: Fix review problem
* 💄 style: Remove animation
* 🐛 fix: Fix panel
* 🐛 fix: Fix mobile style
* 🐛 fix: Fix Workspace Modal
* 🐛 fix: FIx ios keyboard scroll back
* 🐛 fix: Fix lint
* 🔧 chore: prepare to rebase
* 🐛 fix: Fix PWA
* 🐛 fix: Fix safearea
2024-05-08 20:43:59 +08:00
lobehubbot
bf1fe3dba2
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-08 08:12:26 +00:00
semantic-release-bot
97412b8b2d
🔖 chore(release): v0.155.4 [skip ci]
...
### [Version 0.155.4](https://github.com/lobehub/lobe-chat/compare/v0.155.3...v0.155.4 )
<sup>Released on **2024-05-08**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix Agent Settings Form.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix Agent Settings Form ([12c62a0 ](https://github.com/lobehub/lobe-chat/commit/12c62a0 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-08 08:11:44 +00:00
CanisMinor
12c62a03ec
🐛 fix: Fix Agent Settings Form
2024-05-08 08:08:04 +00:00
semantic-release-bot
04c1826816
🔖 chore(release): v0.155.3 [skip ci]
...
### [Version 0.155.3](https://github.com/lobehub/lobe-chat/compare/v0.155.2...v0.155.3 )
<sup>Released on **2024-05-08**</sup>
#### 💄 Styles
- **misc**: Optimized MaxToken Slider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Optimized MaxToken Slider, closes [#2258 ](https://github.com/lobehub/lobe-chat/issues/2258 ) ([dfb892b ](https://github.com/lobehub/lobe-chat/commit/dfb892b ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-08 03:27:29 +00:00
sxjeru
dfb892b86a
💄 style: optimized MaxToken Slider ( #2258 )
...
* Update MaxTokenSlider
* k -> K
* i18n
* Small screen adaptation
* `next/image` Un-configured Host
* ModelSelect.featureTag.tokens
* 128k=128,000, 4K=4096, Kibi / kilo
* Restore llm.ts
* Inf -> ∞
* patch
* const Kibi = 1024;
* refactor marks
* Update MaxTokenSlider.tsx
* infinity icon
2024-05-08 11:23:41 +08:00
semantic-release-bot
e7252da36b
🔖 chore(release): v0.155.2 [skip ci]
...
### [Version 0.155.2](https://github.com/lobehub/lobe-chat/compare/v0.155.1...v0.155.2 )
<sup>Released on **2024-05-08**</sup>
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-08 03:18:49 +00:00
Cross
682305ff1c
🔨 build: fix build failure ( #2424 )
2024-05-08 11:14:51 +08:00
semantic-release-bot
e71e9dc9e0
🔖 chore(release): v0.155.1 [skip ci]
...
### [Version 0.155.1](https://github.com/lobehub/lobe-chat/compare/v0.155.0...v0.155.1 )
<sup>Released on **2024-05-07**</sup>
#### 💄 Styles
- **misc**: Improve llm list when all closed.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Improve llm list when all closed, closes [#2409 ](https://github.com/lobehub/lobe-chat/issues/2409 ) ([1eb20c7 ](https://github.com/lobehub/lobe-chat/commit/1eb20c7 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-07 06:35:36 +00:00
Anoyi
1eb20c7a85
💄 style: Improve llm list when all closed ( #2409 )
2024-05-07 14:32:09 +08:00
semantic-release-bot
d6074f792d
🔖 chore(release): v0.155.0 [skip ci]
...
## [Version 0.155.0](https://github.com/lobehub/lobe-chat/compare/v0.154.7...v0.155.0 )
<sup>Released on **2024-05-07**</sup>
#### ✨ Features
- **misc**: Add DataStatistics.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Add DataStatistics ([cf474bb ](https://github.com/lobehub/lobe-chat/commit/cf474bb ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-07 05:34:54 +00:00
CanisMinor
cf474bb150
✨ feat: Add DataStatistics
2024-05-07 05:31:12 +00:00
semantic-release-bot
00016c0584
🔖 chore(release): v0.154.7 [skip ci]
...
### [Version 0.154.7](https://github.com/lobehub/lobe-chat/compare/v0.154.6...v0.154.7 )
<sup>Released on **2024-05-07**</sup>
#### ♻ Code Refactoring
- **misc**: Refactor the message slice internal method name.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Code refactoring
* **misc**: Refactor the message slice internal method name, closes [#2407 ](https://github.com/lobehub/lobe-chat/issues/2407 ) ([8c70bdd ](https://github.com/lobehub/lobe-chat/commit/8c70bdd ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-07 02:52:28 +00:00
Arvin Xu
8c70bdde2b
♻️ refactor: refactor the message slice internal method name ( #2407 )
...
* ♻️ refactor: refactor the message slice action
* ♻️ refactor: refactor the message slice action
2024-05-07 10:48:51 +08:00
semantic-release-bot
091ce6b6fe
🔖 chore(release): v0.154.6 [skip ci]
...
### [Version 0.154.6](https://github.com/lobehub/lobe-chat/compare/v0.154.5...v0.154.6 )
<sup>Released on **2024-05-07**</sup>
#### 💄 Styles
- **misc**: Add gemini-1.0-pro-002.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Add gemini-1.0-pro-002, closes [#2406 ](https://github.com/lobehub/lobe-chat/issues/2406 ) ([44b29a9 ](https://github.com/lobehub/lobe-chat/commit/44b29a9 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-07 02:03:04 +00:00
Derrick Kondo
44b29a9ac8
💄 style: Add gemini-1.0-pro-002 ( #2406 )
2024-05-07 09:59:30 +08:00
semantic-release-bot
7488f53ed3
🔖 chore(release): v0.154.5 [skip ci]
...
### [Version 0.154.5](https://github.com/lobehub/lobe-chat/compare/v0.154.4...v0.154.5 )
<sup>Released on **2024-05-06**</sup>
#### 💄 Styles
- **misc**: Update LLM Settings Form styles.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### Styles
* **misc**: Update LLM Settings Form styles, closes [#2393 ](https://github.com/lobehub/lobe-chat/issues/2393 ) ([4f98e6c ](https://github.com/lobehub/lobe-chat/commit/4f98e6c ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-06 10:07:13 +00:00
CanisMinor
4f98e6c608
💄 style: Update LLM Settings Form styles ( #2393 )
...
* 💄 style: Update LLM Settings Form styles
* 💄 style: Fix alert order
2024-05-06 18:03:22 +08:00
a.k.a. 小黄蜂
aeb09f50b7
📝 docs: update environment variables for next auth ( #2395 )
...
* 📝 docs: update environment variables for next auth
* 📝 docs: fix typo in next auth
2024-05-06 16:35:46 +08:00
lobehubbot
ddd00d2d24
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-06 05:27:57 +00:00
semantic-release-bot
50938973d8
🔖 chore(release): v0.154.4 [skip ci]
...
### [Version 0.154.4](https://github.com/lobehub/lobe-chat/compare/v0.154.3...v0.154.4 )
<sup>Released on **2024-05-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix next auth config.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix next auth config, closes [#2390 ](https://github.com/lobehub/lobe-chat/issues/2390 ) ([dbda107 ](https://github.com/lobehub/lobe-chat/commit/dbda107 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-06 05:27:10 +00:00
Arvin Xu
dbda1074d8
🐛 fix: fix next auth config ( #2390 )
2024-05-06 13:23:33 +08:00
lobehubbot
f8c36ffef5
📝 docs(bot): Auto sync agents & plugin to readme
2024-05-06 02:24:29 +00:00
semantic-release-bot
8e6ec9a397
🔖 chore(release): v0.154.3 [skip ci]
...
### [Version 0.154.3](https://github.com/lobehub/lobe-chat/compare/v0.154.2...v0.154.3 )
<sup>Released on **2024-05-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix docker build.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix docker build ([80a270d ](https://github.com/lobehub/lobe-chat/commit/80a270d ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-06 02:23:52 +00:00
Arvin Xu
80a270db25
🐛 fix: fix docker build
2024-05-06 02:20:02 +00:00
semantic-release-bot
54496306ec
🔖 chore(release): v0.154.2 [skip ci]
...
### [Version 0.154.2](https://github.com/lobehub/lobe-chat/compare/v0.154.1...v0.154.2 )
<sup>Released on **2024-05-06**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix docker build.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix docker build, closes [#2385 ](https://github.com/lobehub/lobe-chat/issues/2385 ) ([9cf60b5 ](https://github.com/lobehub/lobe-chat/commit/9cf60b5 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-06 02:11:33 +00:00
Arvin Xu
9cf60b5072
🐛 fix: fix docker build ( #2385 )
2024-05-06 10:07:57 +08:00
semantic-release-bot
9bbaa629d1
🔖 chore(release): v0.154.1 [skip ci]
...
### [Version 0.154.1](https://github.com/lobehub/lobe-chat/compare/v0.154.0...v0.154.1 )
<sup>Released on **2024-05-05**</sup>
#### 🐛 Bug Fixes
- **misc**: Fix agent meta input disabled.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's fixed
* **misc**: Fix agent meta input disabled, closes [#2381 ](https://github.com/lobehub/lobe-chat/issues/2381 ) ([d1fc512 ](https://github.com/lobehub/lobe-chat/commit/d1fc512 ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-05 16:50:48 +00:00
Arvin Xu
d1fc51242b
🐛 fix: fix agent meta input disabled ( #2381 )
...
* ⬆️ chore: upgrade deps
* 🐛 fix: fix disabled the meta input
* 🐛 fix: fix docker build
* 🎨 chore: improve code
2024-05-06 00:47:23 +08:00
semantic-release-bot
7a9a53d717
🔖 chore(release): v0.154.0 [skip ci]
...
## [Version 0.154.0](https://github.com/lobehub/lobe-chat/compare/v0.153.1...v0.154.0 )
<sup>Released on **2024-05-05**</sup>
#### ✨ Features
- **misc**: Support clerk as auth provider.
<br/>
<details>
<summary><kbd>Improvements and Fixes</kbd></summary>
#### What's improved
* **misc**: Support clerk as auth provider, closes [#2374 ](https://github.com/lobehub/lobe-chat/issues/2374 ) ([bf8ef1f ](https://github.com/lobehub/lobe-chat/commit/bf8ef1f ))
</details>
<div align="right">
[](#readme-top)
</div>
2024-05-05 15:19:17 +00:00
Arvin Xu
bf8ef1f862
✨ feat: support clerk as auth provider ( #2374 )
...
* ✨ feat: support clerk as auth provider
* ♻️ refactor: refactor the auth env config to `s3-oss/env`
* ✅ test: add test for the theme mode and action
* 💄 style: fix style
* 🌐 chore: update locale
* ✅ test: add more test
* 🎨 chore: clean code
* 📝 docs: update docs
2024-05-05 23:15:40 +08:00