mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
docs show all configs
This commit is contained in:
parent
a8bb2f476c
commit
2516360ceb
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue