mirror of
https://github.com/openai/codex.git
synced 2026-04-25 15:15:15 +00:00
fix(app-server): filter out codex-auto-* models and ensure gpt-5.2-codex is default
This commit is contained in:
@@ -875,6 +875,10 @@ pub struct ModelListParams {
|
||||
pub cursor: Option<String>,
|
||||
/// Optional page size; defaults to a reasonable server-side value.
|
||||
pub limit: Option<u32>,
|
||||
|
||||
/// Determines whether to include codex-auto-* models in the response.
|
||||
/// Defaults to false.
|
||||
pub include_codex_auto_models: Option<bool>,
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug, Clone, PartialEq, JsonSchema, TS)]
|
||||
|
||||
Reference in New Issue
Block a user