forked from phoenix/litellm-mirror
fix team based logging doc
This commit is contained in:
parent
57ebe4649e
commit
949af7be2e
1 changed files with 2 additions and 2 deletions
|
@ -208,8 +208,8 @@ curl -X POST 'http://0.0.0.0:4000/key/generate' \
|
||||||
-d '{
|
-d '{
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"logging": [{
|
"logging": [{
|
||||||
"callback_name": "langfuse", # 'otel', 'langfuse', 'lunary'
|
"callback_name": "langfuse", # "otel", "langfuse", "lunary"
|
||||||
"callback_type": "success" # set, if required by integration - future improvement, have logging tools work for success + failure by default
|
"callback_type": "success", # "success", "failure", "success_and_failure"
|
||||||
"callback_vars": {
|
"callback_vars": {
|
||||||
"langfuse_public_key": "os.environ/LANGFUSE_PUBLIC_KEY", # [RECOMMENDED] reference key in proxy environment
|
"langfuse_public_key": "os.environ/LANGFUSE_PUBLIC_KEY", # [RECOMMENDED] reference key in proxy environment
|
||||||
"langfuse_secret_key": "os.environ/LANGFUSE_SECRET_KEY", # [RECOMMENDED] reference key in proxy environment
|
"langfuse_secret_key": "os.environ/LANGFUSE_SECRET_KEY", # [RECOMMENDED] reference key in proxy environment
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue