feat: support custom bedrock base url (#21582)

Closes https://github.com/coder/aibridge/issues/126
Depends on https://github.com/coder/aibridge/pull/131

---------

Signed-off-by: Danny Kopping <danny@coder.com>
This commit is contained in:
Danny Kopping
2026-01-21 12:48:56 +00:00
committed by GitHub
parent 6ef9670384
commit a14a22eb54
14 changed files with 78 additions and 16 deletions
+3
View File
@@ -12018,6 +12018,9 @@ const docTemplate = `{
"access_key_secret": {
"type": "string"
},
"base_url": {
"type": "string"
},
"model": {
"type": "string"
},
+3
View File
@@ -10670,6 +10670,9 @@
"access_key_secret": {
"type": "string"
},
"base_url": {
"type": "string"
},
"model": {
"type": "string"
},