mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
Fix formatting in proxy configs documentation
Got an error message:
{"error":{"message":"Invalid JSON payload: trailing comma is not allowed: line 8 column 8 (char 141)","type":"invalid_request_error","param":"request_body","code":"400"}}%
This commit is contained in:
parent
a569369195
commit
b720fba142
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ curl --location 'http://0.0.0.0:4000/chat/completions' \
|
|||
"role": "user",
|
||||
"content": "what llm are you"
|
||||
}
|
||||
],
|
||||
]
|
||||
}
|
||||
'
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue