mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 09:16:36 +00:00
zen: fix unified endpoint for codex
This commit is contained in:
@@ -188,6 +188,7 @@ export function fromAnthropicRequest(body: any): CommonRequest {
|
||||
})()
|
||||
|
||||
return {
|
||||
model: body.model,
|
||||
max_tokens: body.max_tokens,
|
||||
temperature: body.temperature,
|
||||
top_p: body.top_p,
|
||||
|
||||
Reference in New Issue
Block a user