diff --git a/docs/docs/usage-guide/additional_configurations.md b/docs/docs/usage-guide/additional_configurations.md index a9f323da..2adfa360 100644 --- a/docs/docs/usage-guide/additional_configurations.md +++ b/docs/docs/usage-guide/additional_configurations.md @@ -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: ``` [litellm] -... +enable_callbacks = true success_callback = ["langsmith"] failure_callback = ["langsmith"] service_callback = [] @@ -111,4 +111,4 @@ Then set the following environment variables: LANGSMITH_API_KEY= LANGSMITH_PROJECT= LANGSMITH_BASE_URL= -``` \ No newline at end of file +```