Skip to content

Commit

Permalink
🔖 chore(release): v1.87.7 [skip ci]
Browse files Browse the repository at this point in the history
### [Version 1.87.7](v1.87.6...v1.87.7)
<sup>Released on **2025-01-14**</sup>

#### ♻ Code Refactoring

- **plugin**: Update plugin prompt.
- **misc**: Improve ai provider code.

#### 🐛 Bug Fixes

- **misc**: Fix `enable_search` parameter intro condition in Qwen, fix pull models error in new ai provider, fix some providers  issues, support Gemini 2.0 HarmBlockThreshold.

#### 💄 Styles

- **misc**: Improve model config form modal.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Code refactoring

* **plugin**: Update plugin prompt, closes [lobehub#5083](https://github.com/bentwnghk/lobe-chat/issues/5083) ([ddd3b53](ddd3b53))
* **misc**: Improve ai provider code, closes [lobehub#5442](https://github.com/bentwnghk/lobe-chat/issues/5442) ([32013b4](32013b4))

#### What's fixed

* **misc**: Fix `enable_search` parameter intro condition in Qwen, closes [lobehub#5297](https://github.com/bentwnghk/lobe-chat/issues/5297) ([0b19c20](0b19c20))
* **misc**: Fix pull models error in new ai provider, closes [lobehub#5441](https://github.com/bentwnghk/lobe-chat/issues/5441) ([1726d85](1726d85))
* **misc**: Fix some providers  issues, closes [lobehub#5429](https://github.com/bentwnghk/lobe-chat/issues/5429) ([b7edbd3](b7edbd3))
* **misc**: Support Gemini 2.0 HarmBlockThreshold, closes [lobehub#5422](https://github.com/bentwnghk/lobe-chat/issues/5422) ([4d1a4cd](4d1a4cd))

#### Styles

* **misc**: Improve model config form modal, closes [lobehub#5438](https://github.com/bentwnghk/lobe-chat/issues/5438) ([9b303e0](9b303e0))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
  • Loading branch information
semantic-release-bot committed Jan 14, 2025
1 parent 7673240 commit 99a964b
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 4 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,52 @@

# Changelog

### [Version 1.87.7](https://github.com/bentwnghk/lobe-chat/compare/v1.87.6...v1.87.7)

<sup>Released on **2025-01-14**</sup>

#### ♻ Code Refactoring

- **plugin**: Update plugin prompt.
- **misc**: Improve ai provider code.

#### 🐛 Bug Fixes

- **misc**: Fix `enable_search` parameter intro condition in Qwen, fix pull models error in new ai provider, fix some providers issues, support Gemini 2.0 HarmBlockThreshold.

#### 💄 Styles

- **misc**: Improve model config form modal.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### Code refactoring

- **plugin**: Update plugin prompt, closes [#5083](https://github.com/bentwnghk/lobe-chat/issues/5083) ([ddd3b53](https://github.com/bentwnghk/lobe-chat/commit/ddd3b53))
- **misc**: Improve ai provider code, closes [#5442](https://github.com/bentwnghk/lobe-chat/issues/5442) ([32013b4](https://github.com/bentwnghk/lobe-chat/commit/32013b4))

#### What's fixed

- **misc**: Fix `enable_search` parameter intro condition in Qwen, closes [#5297](https://github.com/bentwnghk/lobe-chat/issues/5297) ([0b19c20](https://github.com/bentwnghk/lobe-chat/commit/0b19c20))
- **misc**: Fix pull models error in new ai provider, closes [#5441](https://github.com/bentwnghk/lobe-chat/issues/5441) ([1726d85](https://github.com/bentwnghk/lobe-chat/commit/1726d85))
- **misc**: Fix some providers issues, closes [#5429](https://github.com/bentwnghk/lobe-chat/issues/5429) ([b7edbd3](https://github.com/bentwnghk/lobe-chat/commit/b7edbd3))
- **misc**: Support Gemini 2.0 HarmBlockThreshold, closes [#5422](https://github.com/bentwnghk/lobe-chat/issues/5422) ([4d1a4cd](https://github.com/bentwnghk/lobe-chat/commit/4d1a4cd))

#### Styles

- **misc**: Improve model config form modal, closes [#5438](https://github.com/bentwnghk/lobe-chat/issues/5438) ([9b303e0](https://github.com/bentwnghk/lobe-chat/commit/9b303e0))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

### [Version 1.87.6](https://github.com/bentwnghk/lobe-chat/compare/v1.87.5...v1.87.6)

<sup>Released on **2025-01-14**</sup>
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bentwnghk/chat",
"version": "1.87.6",
"version": "1.87.7",
"description": "Mr.🆖 AI - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system.",
"keywords": [
"framework",
Expand All @@ -27,11 +27,11 @@
"sideEffects": false,
"scripts": {
"build": "next build",
"build:analyze": "ANALYZE=true next build",
"build:docker": "DOCKER=true next build && npm run build-sitemap",
"postbuild": "npm run build-sitemap && npm run build-migrate-db",
"build-migrate-db": "bun run db:migrate",
"build-sitemap": "tsx ./scripts/buildSitemapIndex/index.ts",
"build:analyze": "ANALYZE=true next build",
"build:docker": "DOCKER=true next build && npm run build-sitemap",
"db:generate": "drizzle-kit generate && npm run db:generate-client",
"db:generate-client": "tsx ./scripts/migrateClientDB/compile-migrations.ts",
"db:migrate": "MIGRATION_DB=1 tsx ./scripts/migrateServerDB/index.ts",
Expand Down Expand Up @@ -59,11 +59,11 @@
"start": "next start -p 3210",
"stylelint": "stylelint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
"test": "npm run test-app && npm run test-server",
"test:update": "vitest -u",
"test-app": "vitest run --config vitest.config.ts",
"test-app:coverage": "vitest run --config vitest.config.ts --coverage",
"test-server": "vitest run --config vitest.server.config.ts",
"test-server:coverage": "vitest run --config vitest.server.config.ts --coverage",
"test:update": "vitest -u",
"type-check": "tsc --noEmit",
"webhook:ngrok": "ngrok http http://localhost:3011",
"workflow:cdn": "tsx ./scripts/cdnWorkflow/index.ts",
Expand Down

0 comments on commit 99a964b

Please sign in to comment.