Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 7, 2025
2 parents ce547d2 + 38c5643 commit dc13da0
Show file tree
Hide file tree
Showing 7 changed files with 101 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

# Changelog

### [Version 1.69.1](https://github.com/lobehub/lobe-chat/compare/v1.69.0...v1.69.1)

<sup>Released on **2025-03-07**</sup>

#### 💄 Styles

- **misc**: Add Qwen QwQ model.

<br/>

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

#### Styles

- **misc**: Add Qwen QwQ model, closes [#6783](https://github.com/lobehub/lobe-chat/issues/6783) ([3d3c2ce](https://github.com/lobehub/lobe-chat/commit/3d3c2ce))

</details>

<div align="right">

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

</div>

## [Version 1.69.0](https://github.com/lobehub/lobe-chat/compare/v1.68.11...v1.69.0)

<sup>Released on **2025-03-07**</sup>
Expand Down
7 changes: 7 additions & 0 deletions changelog/v1.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[
{
"children": {
"improvements": ["Add Qwen QwQ model."]
},
"date": "2025-03-07",
"version": "1.69.1"
},
{
"children": {
"features": ["Support Anthropic Context Caching."]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobehub/chat",
"version": "1.69.0",
"version": "1.69.1",
"description": "Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.",
"keywords": [
"framework",
Expand Down
1 change: 0 additions & 1 deletion src/config/aiModels/google.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ const googleChatModels: AIChatModelCard[] = [
description:
'Gemini 2.0 Flash Thinking Exp 是 Google 的实验性多模态推理AI模型,能对复杂问题进行推理,拥有新的思维能力。',
displayName: 'Gemini 2.0 Flash Thinking Experimental',
enabled: true,
id: 'gemini-2.0-flash-thinking-exp',
maxOutput: 65_536,
pricing: {
Expand Down
14 changes: 14 additions & 0 deletions src/config/aiModels/groq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ import { AIChatModelCard } from '@/types/aiModel';
// https://console.groq.com/docs/models

const groqChatModels: AIChatModelCard[] = [
{
abilities: {
functionCall: true,
reasoning: true,
},
contextWindowTokens: 131_072,
displayName: 'Qwen QwQ 32B',
id: 'qwen-qwq-32b',
pricing: {
input: 0.29,
output: 0.39,
},
type: 'chat',
},
{
abilities: {
functionCall: true,
Expand Down
36 changes: 36 additions & 0 deletions src/config/aiModels/novita.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,29 @@ const novitaChatModels: AIChatModelCard[] = [
},
type: 'chat',
},
{
contextWindowTokens: 64_000,
displayName: 'Deepseek V3 Turbo',
id: 'deepseek/deepseek-v3-turbo',
pricing: {
input: 0.4,
output: 1.3,
},
type: 'chat',
},
{
abilities: {
reasoning: true,
},
contextWindowTokens: 64_000,
displayName: 'Deepseek R1 Turbo',
id: 'deepseek/deepseek-r1-turbo',
pricing: {
input: 0.7,
output: 2.5,
},
type: 'chat',
},
{
abilities: {
reasoning: true,
Expand Down Expand Up @@ -378,6 +401,19 @@ const novitaChatModels: AIChatModelCard[] = [
},
type: 'chat',
},
{
abilities: {
reasoning: true,
},
contextWindowTokens: 32_768,
displayName: 'QwQ 32B',
id: 'qwen/qwq-32b',
pricing: {
input: 0.18,
output: 0.2,
},
type: 'chat',
},
];

export const allModels = [...novitaChatModels];
Expand Down
20 changes: 18 additions & 2 deletions src/config/aiModels/siliconcloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,25 @@ const siliconcloudChatModels: AIChatModelCard[] = [
},
contextWindowTokens: 32_768,
description:
'QwQ-32B-Preview是Qwen 最新的实验性研究模型,专注于提升AI推理能力。通过探索语言混合、递归推理等复杂机制,主要优势包括强大的推理分析能力、数学和编程能力。与此同时,也存在语言切换问题、推理循环、安全性考虑、其他能力方面的差异。',
displayName: 'QwQ 32B Preview',
'QwQ 是 Qwen 系列的推理模型。与传统的指令调优模型相比,QwQ 具备思考和推理能力,能够在下游任务中实现显著增强的性能,尤其是在解决困难问题方面。QwQ-32B 是中型推理模型,能够在与最先进的推理模型(如 DeepSeek-R1、o1-mini)的对比中取得有竞争力的性能。该模型采用 RoPE、SwiGLU、RMSNorm 和 Attention QKV bias 等技术,具有 64 层网络结构和 40 个 Q 注意力头(GQA 架构中 KV 为 8 个)。',
displayName: 'QwQ 32B',
enabled: true,
id: 'Qwen/QwQ-32B',
pricing: {
currency: 'CNY',
input: 1,
output: 4,
},
type: 'chat',
},
{
abilities: {
reasoning: true,
},
contextWindowTokens: 32_768,
description:
'QwQ-32B-Preview 是 Qwen 最新的实验性研究模型,专注于提升AI推理能力。通过探索语言混合、递归推理等复杂机制,主要优势包括强大的推理分析能力、数学和编程能力。与此同时,也存在语言切换问题、推理循环、安全性考虑、其他能力方面的差异。',
displayName: 'QwQ 32B Preview',
id: 'Qwen/QwQ-32B-Preview',
pricing: {
currency: 'CNY',
Expand Down

0 comments on commit dc13da0

Please sign in to comment.