mirror of
https://github.com/openai/codex.git
synced 2026-04-25 07:05:38 +00:00
override instructions using ModelInfo (#7754)
Making sure we can override base instructions
This commit is contained in:
@@ -77,6 +77,7 @@ async fn models_client_hits_models_endpoint() {
|
||||
supported_in_api: true,
|
||||
priority: 1,
|
||||
upgrade: None,
|
||||
base_instructions: None,
|
||||
}],
|
||||
etag: String::new(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user