改进 当 ChatID 不为空的时候使用提示词
All checks were successful
Build / build (push) Successful in 3m2s

This commit is contained in:
ivamp 2024-09-27 23:40:05 +08:00
parent 661f1f9b3d
commit fffa43b3e9

View File

@ -19,7 +19,7 @@
<n-text depth="3"> 有什么我可以帮您的吗 </n-text>
</div>
</div>
<div class="mt-3">
<div class="mt-3" v-if="!chatId">
<n-text depth="3">
我们有一些预设提示词您可以点击来一键输入
</n-text>
@ -462,7 +462,7 @@ async function sendMessage(
postData.name = overrideTitle.value;
overrideTitle.value = "";
}
if (overrideSystemPrompt.value) {
postData.prompt = " ";
}