Commit dc5ffcc8 authored by nick zheng's avatar nick zheng

chore: 初始化应用配置

parent b5e0d7b8
......@@ -23,8 +23,9 @@ export function defaultPersonalAppConfigState(): PersonalAppConfigState {
},
commModelConfig: {
largeModel: '文心4.0 (8K)',
topP: 0.0,
communicationTurn: 0,
topP: 0.7,
communicationTurn: 3,
temperature: 0.5,
},
modifiedTime: new Date(),
}
......
......@@ -19,8 +19,9 @@ export interface PersonalAppConfigState {
}
commModelConfig: {
largeModel: string //大模型
topP: number //多样性 0-1.00
topP: number //topP 0-1.00
communicationTurn: number //参考对话轮次 0-100
temperature: number //多样性 0-1.00
}
modifiedTime: Date
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment