feat: prepare Zhinian desktop pilot
This commit is contained in:
@@ -118,7 +118,7 @@ export async function handleGatewayRoutes(
|
||||
if (imageAttachments.length > 0) {
|
||||
rpcParams.attachments = imageAttachments;
|
||||
}
|
||||
const result = await ctx.gatewayManager.rpc('chat.send', rpcParams, 120000);
|
||||
const result = await ctx.gatewayManager.rpc('chat.send', rpcParams, 330000);
|
||||
sendJson(res, 200, { success: true, result });
|
||||
} catch (error) {
|
||||
sendJson(res, 500, { success: false, error: String(error) });
|
||||
|
||||
Reference in New Issue
Block a user