mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
profile-level model_catalog_json overrie (#12410)
enable `model-catalog_json` config value on `ConfigProfile` as well
This commit is contained in:
@@ -440,6 +440,14 @@
|
||||
"model": {
|
||||
"type": "string"
|
||||
},
|
||||
"model_catalog_json": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/definitions/AbsolutePathBuf"
|
||||
}
|
||||
],
|
||||
"description": "Optional path to a JSON model catalog (applied on startup only)."
|
||||
},
|
||||
"model_instructions_file": {
|
||||
"allOf": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user