- Notifications
You must be signed in to change notification settings - Fork1.1k
Commitc2a2725
committed
docs(ai-bridge): fix base URLs to include /v1 suffix
Corrected all AI Bridge client configuration URLs to include the /v1suffix based on source code verification:- OpenAI: /api/experimental/aibridge/openai/v1 (was missing /v1)- Anthropic: /api/experimental/aibridge/anthropic/v1 (was missing /v1)Verified from enterprise/x/aibridged/aibridged_test.go which shows:- /openai/v1/chat/completions- /anthropic/v1/messagesUpdated in all configuration examples:- Setting Base URLs section- Claude Code CLI example- Custom Python scripts example- Terraform template example1 parent5224a14 commitc2a2725
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
| 92 | + | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
0 commit comments
Comments
(0)