forked from phoenix/litellm-mirror
docs fix typo
This commit is contained in:
parent
dde477494f
commit
baaa444c8f
1 changed files with 2 additions and 2 deletions
|
@ -363,9 +363,9 @@ print(resp)
|
||||||
```bash
|
```bash
|
||||||
curl http://0.0.0.0:4000/v1/chat/completions \
|
curl http://0.0.0.0:4000/v1/chat/completions \
|
||||||
-H "Content-Type: application/json" \
|
-H "Content-Type: application/json" \
|
||||||
-H "Authorization: Bearer $OPENAI_API_KEY" \
|
-H "Authorization: Bearer sk-1234" \
|
||||||
-d '{
|
-d '{
|
||||||
"model": "gpt-4o",
|
"model": "gemini-pro",
|
||||||
"messages": [{"role": "user", "content": "Who won the world cup?"}],
|
"messages": [{"role": "user", "content": "Who won the world cup?"}],
|
||||||
"tools": [
|
"tools": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue