MyNixOS website logo
option

services.litellm.environment

Extra environment variables for LiteLLM.

Declarations
Type
attribute set of string
Default
{
  ANONYMIZED_TELEMETRY = "False";
  DO_NOT_TRACK = "True";
  SCARF_NO_ANALYTICS = "True";
}
Example
''
  {
    NO_DOCS="True";
  }
''