feat: 简化大模型输出提示信息
This commit is contained in:
parent
c7e06bbe28
commit
6802a6db88
@ -57,7 +57,7 @@ const agent = async (ctx: Context.Data) => {
|
|||||||
|
|
||||||
// 调用大模型
|
// 调用大模型
|
||||||
try {
|
try {
|
||||||
await updateCard(cardGender.genPendingCard("LLM激情输出中,请稍等..."))
|
await updateCard(cardGender.genPendingCard("LLM输出中,请稍等..."))
|
||||||
const llmRes = (await llm.invoke(
|
const llmRes = (await llm.invoke(
|
||||||
"groupAgent",
|
"groupAgent",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user