fix: route WeChat media through shared vision pipeline
This commit is contained in:
@@ -820,6 +820,8 @@ async function bootstrapUserAuth() {
|
||||
const target = await tkmindProxy.resolveTarget(sessionId);
|
||||
return tkmindProxy.apiFetchTo(target, pathname, init);
|
||||
},
|
||||
submitSessionReply: ({ userId, sessionId, requestId, userMessage }) =>
|
||||
tkmindProxy.submitSessionReplyForUser(userId, sessionId, requestId, userMessage),
|
||||
scheduleService: process.env.H5_SCHEDULE_ENABLED === '1' ? scheduleService : null,
|
||||
wechatScheduleLlmConfigService,
|
||||
llmProviderService,
|
||||
|
||||
Reference in New Issue
Block a user