可信代码库-AI大模型bug修复及相关功能修改
This commit is contained in:
@@ -351,6 +351,7 @@ const getAIAnswer = async (content) => {
|
||||
// 处理思考过程
|
||||
const thinkProcess = processThinkStates(states);
|
||||
messages.value[messages.value.length - 1].thinkProcess = thinkProcess;
|
||||
messages.value[messages.value.length - 1].thinkExpanded = true;
|
||||
|
||||
if(type==='text') {
|
||||
messages.value[messages.value.length - 1].content = text;
|
||||
|
||||
Reference in New Issue
Block a user