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

@@ -95,7 +95,7 @@ export interface CommonUsage {
}
export interface CommonRequest {
model?: string
model: string
max_tokens?: number
temperature?: number
top_p?: number