mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 19:05:18 +00:00
Update additional_configurations.md
This commit is contained in:
parent
745e955d1f
commit
cd526a233c
1 changed files with 2 additions and 2 deletions
|
|
@ -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=<api_key>
|
||||
LANGSMITH_PROJECT=<project>
|
||||
LANGSMITH_BASE_URL=<url>
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue