mirror of
https://github.com/openai/codex.git
synced 2026-04-27 08:05:51 +00:00
base url
This commit is contained in:
@@ -1423,18 +1423,6 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
"RemoteControlConfigToml": {
|
||||
"additionalProperties": false,
|
||||
"description": "Remote control settings loaded from config.toml.",
|
||||
"properties": {
|
||||
"base_url": {
|
||||
"default": "https://chatgpt.com/backend-api/",
|
||||
"description": "Base URL for the remote control server.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"SandboxMode": {
|
||||
"enum": [
|
||||
"read-only",
|
||||
@@ -2438,15 +2426,6 @@
|
||||
"default": null,
|
||||
"description": "Experimental / do not use. Realtime websocket session selection. `version` controls v1/v2 and `type` controls conversational/transcription."
|
||||
},
|
||||
"remote_control": {
|
||||
"allOf": [
|
||||
{
|
||||
"$ref": "#/definitions/RemoteControlConfigToml"
|
||||
}
|
||||
],
|
||||
"default": null,
|
||||
"description": "Remote control daemon settings for app-server."
|
||||
},
|
||||
"review_model": {
|
||||
"description": "Review model override used by the `/review` feature.",
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user