mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
Merge pull request #1163 from ku-suke/patch-1
(fix) curl example on proxy/quick_start
This commit is contained in:
commit
f0093fae45
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",
|
||||
"content": "what llm are you"
|
||||
}
|
||||
],
|
||||
]
|
||||
}
|
||||
'
|
||||
```
|
||||
|
|
@ -604,4 +604,4 @@ curl -X POST \
|
|||
https://api.openai.com/v1/chat/completions \
|
||||
-H 'content-type: application/json' -H 'Authorization: Bearer sk-qnWGUIW9****************************************' \
|
||||
-d '{"model": "gpt-3.5-turbo", "messages": [{"role": "user", "content": "this is a test request, write a short poem"}]}'
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue