forked from phoenix/litellm-mirror
doc fix team based logging with langfuse
This commit is contained in:
parent
9debb9a1c5
commit
00790dc9e1
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ This config would send langfuse logs to 2 different langfuse projects, based on
|
|||
```yaml
|
||||
litellm_settings:
|
||||
default_team_settings:
|
||||
- team_id: dbe2f686-a686-4896-864a-4c3924458709
|
||||
- team_id: "dbe2f686-a686-4896-864a-4c3924458709"
|
||||
success_callback: ["langfuse"]
|
||||
langfuse_public_key: os.environ/LANGFUSE_PUB_KEY_1 # Project 1
|
||||
langfuse_secret: os.environ/LANGFUSE_PRIVATE_KEY_1 # Project 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue