(docs) traceloop

This commit is contained in:
ishaan-jaff
2023-12-08 18:47:18 -08:00
parent c7eebf75a8
commit dface6a36f
+11 -1
View File
@@ -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"
}
]
}'
```