mirror of
https://github.com/openai/codex.git
synced 2026-04-28 08:34:54 +00:00
override instructions using ModelInfo (#7754)
Making sure we can override base instructions
This commit is contained in:
@@ -135,6 +135,8 @@ pub struct ModelInfo {
|
||||
pub priority: i32,
|
||||
#[serde(default)]
|
||||
pub upgrade: Option<String>,
|
||||
#[serde(default)]
|
||||
pub base_instructions: Option<String>,
|
||||
}
|
||||
|
||||
/// Response wrapper for `/models`.
|
||||
|
||||
Reference in New Issue
Block a user