支持指定绘图的智能体

This commit is contained in:
Vinlic 2024-03-27 10:44:00 +08:00
parent 1b1b3dd322
commit fc3a40f0fe

View File

@ -394,7 +394,7 @@ async function generateImages(
{
headers: {
Authorization: `Bearer ${token}`,
Referer: `https://chatglm.cn/main/gdetail/${assistantId}`,
Referer: `https://chatglm.cn/main/gdetail/${model}`,
"X-Device-Id": util.uuid(false),
"X-Request-Id": util.uuid(false),
...FAKE_HEADERS,
@ -420,7 +420,7 @@ async function generateImages(
);
// 异步移除会话,如果消息不合规,此操作可能会抛出数据库错误异常,请忽略
removeConversation(convId, refreshToken, assistantId).catch((err) =>
removeConversation(convId, refreshToken, model).catch((err) =>
console.error(err)
);