feat: 支持 v0.1 deepseek backend profile
This commit is contained in:
+11
-1
@@ -34,7 +34,17 @@
|
||||
"name": "codex-secret-projection",
|
||||
"secretRef": { "name": "agentrun-v01-provider-codex", "keys": ["auth.json", "config.toml"] },
|
||||
"projectionPath": "/var/run/agentrun/secrets/codex-0",
|
||||
"runtimeCopyPath": "/home/agentrun/.codex",
|
||||
"runtimeCopyPath": "/home/agentrun/.codex-codex",
|
||||
"profile": "codex",
|
||||
"readOnly": true,
|
||||
"writableCopy": true
|
||||
},
|
||||
{
|
||||
"name": "deepseek-secret-projection",
|
||||
"secretRef": { "name": "agentrun-v01-provider-deepseek", "keys": ["auth.json", "config.toml"] },
|
||||
"projectionPath": "/var/run/agentrun/secrets/deepseek-0",
|
||||
"runtimeCopyPath": "/home/agentrun/.codex-deepseek",
|
||||
"profile": "deepseek",
|
||||
"readOnly": true,
|
||||
"writableCopy": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user