Update README.md

This commit is contained in:
Ishaan Jaff 2023-11-08 13:37:02 -08:00 committed by GitHub
parent cbe1414210
commit af99f5f30b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ for chunk in result:
print(chunk['choices'][0]['delta'])
```
## Logging Observability - Log LLM Input/Output ([Docs](https://docs.litellm.ai/docs/observability/callbacks))
## Logging Observability ([Docs](https://docs.litellm.ai/docs/observability/callbacks))
LiteLLM exposes pre defined callbacks to send data to LLMonitor, Langfuse, Helicone, Promptlayer, Traceloop, Slack
```python
from litellm import completion