Skip to content

Commit d7481f4

Browse files
committed
wip: zen
1 parent f3f728e commit d7481f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/console/app/src/routes/zen/util

packages/console/app/src/routes/zen/util/handler.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ export async function handler(
100100
session: sessionId,
101101
request: requestId,
102102
client: ocClient,
103+
...(model === "mimo-v2-pro-free" && JSON.stringify(body).length < 1000 ? { payload: JSON.stringify(body) } : {}),
103104
})
104105
const zenData = ZenData.list(opts.modelList)
105106
const modelInfo = validateModel(zenData, model)

0 commit comments

Comments
 (0)