瀏覽代碼

1.0 待添加功能 保持上下文

cauto 1 年之前
父節點
當前提交
312e5c3765
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/chat/index.vue

+ 2 - 1
src/views/chat/index.vue

@@ -89,7 +89,8 @@ async function onConversation() {
 
   let options: Chat.ConversationRequest = {}
   const lastContext = conversationList.value[conversationList.value.length - 1]?.conversationOptions
-
+	console.log(usingContext.value)
+	console.log(lastContext)
   if (lastContext && usingContext.value)
     options = { ...lastContext }