zen: fix unified endpoint for codex

This commit is contained in:
Frank
2025-10-29 15:06:35 -04:00
parent e5d89ca567
commit 972c0893dd
4 changed files with 5 additions and 2 deletions

View File

@@ -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,