pull/20121/head^2
Frank 2026-04-01 14:17:31 -04:00
parent f3f728ec27
commit d7481f4593
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ export async function handler(
session: sessionId,
request: requestId,
client: ocClient,
...(model === "mimo-v2-pro-free" && JSON.stringify(body).length < 1000 ? { payload: JSON.stringify(body) } : {}),
})
const zenData = ZenData.list(opts.modelList)
const modelInfo = validateModel(zenData, model)