mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 01:36:47 +00:00
zen: fix unified endpoint for codex
This commit is contained in:
@@ -114,6 +114,7 @@ export function fromOaCompatibleRequest(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