We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f728e commit d7481f4Copy full SHA for d7481f4
1 file changed
packages/console/app/src/routes/zen/util/handler.ts
@@ -100,6 +100,7 @@ export async function handler(
100
session: sessionId,
101
request: requestId,
102
client: ocClient,
103
+ ...(model === "mimo-v2-pro-free" && JSON.stringify(body).length < 1000 ? { payload: JSON.stringify(body) } : {}),
104
})
105
const zenData = ZenData.list(opts.modelList)
106
const modelInfo = validateModel(zenData, model)
0 commit comments