mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
docs fix typo
This commit is contained in:
parent
16b84d8b16
commit
00aea2734c
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