forked from phoenix/litellm-mirror
fix curl example
Remove unnecessary `,` from curl example
This commit is contained in:
parent
7c2fad2d57
commit
de8a3d5369
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ curl --location 'http://0.0.0.0:8000/chat/completions' \
|
||||||
"role": "user",
|
"role": "user",
|
||||||
"content": "what llm are you"
|
"content": "what llm are you"
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
}
|
}
|
||||||
'
|
'
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue