mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
chore: add aibridge configs & experiment (#19793)
This commit is contained in:
Generated
+13
@@ -161,6 +161,19 @@ curl -X GET http://coder-server:8080/api/v2/deployment/config \
|
||||
"user": {}
|
||||
},
|
||||
"agent_stat_refresh_interval": 0,
|
||||
"ai": {
|
||||
"bridge": {
|
||||
"anthropic": {
|
||||
"base_url": "string",
|
||||
"key": "string"
|
||||
},
|
||||
"enabled": true,
|
||||
"openai": {
|
||||
"base_url": "string",
|
||||
"key": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"allow_workspace_renames": true,
|
||||
"autobuild_poll_interval": 0,
|
||||
"browser_only": true,
|
||||
|
||||
Reference in New Issue
Block a user