docs show all configs
This commit is contained in:
parent
a8bb2f476c
commit
2516360ceb
@ -764,6 +764,11 @@ general_settings:
|
||||
"redact_user_api_key_info": "boolean" # Redact information about the user api key (hashed token, user_id, team id, etc.), from logs. Currently supported for Langfuse, OpenTelemetry, Logfire, ArizeAI logging.
|
||||
|
||||
}, # ALL (https://github.com/BerriAI/litellm/blob/main/litellm/__init__.py)
|
||||
"callback_settings": {
|
||||
"otel": { # OTEL logging callback specific settings
|
||||
"message_logging": "boolean"
|
||||
}
|
||||
},
|
||||
"general_settings": {
|
||||
"completion_model": "string",
|
||||
"disable_spend_logs": "boolean", # turn off writing each transaction to the db
|
||||
|
||||
Loading…
Reference in New Issue
Block a user