mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
docs(prometheus.md): fix
This commit is contained in:
parent
98d709d351
commit
b7ca138a8d
1 changed files with 2 additions and 2 deletions
|
|
@ -247,7 +247,7 @@ curl -L -X POST 'http://0.0.0.0:4000/v1/chat/completions' \
|
|||
}'
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem value="openai" label="on Key">
|
||||
<TabItem value="key" label="on Key">
|
||||
|
||||
```bash
|
||||
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' \
|
|||
}'
|
||||
```
|
||||
</TabItem>
|
||||
<TabItem value="openai" label="on Team">
|
||||
<TabItem value="team" label="on Team">
|
||||
|
||||
```bash
|
||||
curl -L -X POST 'http://0.0.0.0:4000/team/new' \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue