Update additional_configurations.md

This commit is contained in:
Tal
2024-08-22 11:26:38 +03:00
committed by GitHub
parent 745e955d1f
commit cd526a233c

View File

@ -99,7 +99,7 @@ Various logging observability tools can be used out-of-the box when using the de
For example, to use [LangSmith](https://www.langchain.com/langsmith) you can add the following to your `configuration.toml` file: For example, to use [LangSmith](https://www.langchain.com/langsmith) you can add the following to your `configuration.toml` file:
``` ```
[litellm] [litellm]
... enable_callbacks = true
success_callback = ["langsmith"] success_callback = ["langsmith"]
failure_callback = ["langsmith"] failure_callback = ["langsmith"]
service_callback = [] service_callback = []