From cd526a233c0077ea4c6398576d99de2de4e1998e Mon Sep 17 00:00:00 2001 From: Tal Date: Thu, 22 Aug 2024 11:26:38 +0300 Subject: [PATCH] Update additional_configurations.md --- docs/docs/usage-guide/additional_configurations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```