mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-05 07:52:03 +00:00
wip: zen
This commit is contained in:
parent
f3f728ec27
commit
d7481f4593
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue