chore(version): 0.9.20
This commit is contained in:
parent
cb3db57d2f
commit
6ba6357d21
@ -80,4 +80,12 @@ afterPack: scripts/after-pack.js
|
|||||||
afterSign: scripts/notarize.js
|
afterSign: scripts/notarize.js
|
||||||
releaseInfo:
|
releaseInfo:
|
||||||
releaseNotes: |
|
releaseNotes: |
|
||||||
错误修复
|
知识库增加设置功能
|
||||||
|
更加友好的错误提示信息
|
||||||
|
增加百度云千帆服务商
|
||||||
|
修复 Groq deepseek 模型无法使用问题
|
||||||
|
优化思考过程显示 @jettpark @github
|
||||||
|
可以为助手绑定一个知识库 @eeee0717
|
||||||
|
修复知识库搜索崩溃问题 @yrom
|
||||||
|
优化 o3-mini 模型输出显示问题 @teaim
|
||||||
|
移除 QwenLM 服务商
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "CherryStudio",
|
"name": "CherryStudio",
|
||||||
"version": "0.9.19",
|
"version": "0.9.20",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A powerful AI assistant for producer.",
|
"description": "A powerful AI assistant for producer.",
|
||||||
"main": "./out/main/index.js",
|
"main": "./out/main/index.js",
|
||||||
|
|||||||
@ -43,16 +43,6 @@ const initialState: LlmState = {
|
|||||||
isSystem: true,
|
isSystem: true,
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
{
|
|
||||||
id: 'ocoolai',
|
|
||||||
name: 'ocoolAI',
|
|
||||||
type: 'openai',
|
|
||||||
apiKey: '',
|
|
||||||
apiHost: 'https://one.ooo.cool',
|
|
||||||
models: SYSTEM_MODELS.ocoolai,
|
|
||||||
isSystem: true,
|
|
||||||
enabled: false
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: 'deepseek',
|
id: 'deepseek',
|
||||||
name: 'deepseek',
|
name: 'deepseek',
|
||||||
@ -63,6 +53,16 @@ const initialState: LlmState = {
|
|||||||
isSystem: true,
|
isSystem: true,
|
||||||
enabled: false
|
enabled: false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'ocoolai',
|
||||||
|
name: 'ocoolAI',
|
||||||
|
type: 'openai',
|
||||||
|
apiKey: '',
|
||||||
|
apiHost: 'https://one.ooo.cool',
|
||||||
|
models: SYSTEM_MODELS.ocoolai,
|
||||||
|
isSystem: true,
|
||||||
|
enabled: false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'baidu-cloud',
|
id: 'baidu-cloud',
|
||||||
name: 'Baidu Cloud',
|
name: 'Baidu Cloud',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user