mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
(docs) traceloop
This commit is contained in:
parent
c7eebf75a8
commit
dface6a36f
1 changed files with 11 additions and 1 deletions
|
|
@ -319,7 +319,17 @@ litellm --config config.yaml --debug
|
|||
|
||||
Test Request
|
||||
```
|
||||
litellm --test
|
||||
curl --location 'http://0.0.0.0:8000/chat/completions' \
|
||||
--header 'Content-Type: application/json' \
|
||||
--data ' {
|
||||
"model": "gpt-3.5-turbo",
|
||||
"messages": [
|
||||
{
|
||||
"role": "user",
|
||||
"content": "what llm are you"
|
||||
}
|
||||
]
|
||||
}'
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue