We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d709d commit b7ca138Copy full SHA for b7ca138
docs/my-website/docs/proxy/prometheus.md
@@ -247,7 +247,7 @@ curl -L -X POST 'http://0.0.0.0:4000/v1/chat/completions' \
247
}'
248
```
249
</TabItem>
250
-<TabItem value="openai" label="on Key">
+<TabItem value="key" label="on Key">
251
252
```bash
253
curl -L -X POST 'http://0.0.0.0:4000/key/generate' \
@@ -260,7 +260,7 @@ curl -L -X POST 'http://0.0.0.0:4000/key/generate' \
260
261
262
263
-<TabItem value="openai" label="on Team">
+<TabItem value="team" label="on Team">
264
265
266
curl -L -X POST 'http://0.0.0.0:4000/team/new' \
0 commit comments