5465 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / litellm_config.yaml YAML
model_list:
  - model_name: fake-model
    litellm_params:
      model: openai/gpt-3.5-turbo
      api_key: sk-placeholder

general_settings:
  master_key: sk-litellm-master-key
  enable_jwt_auth: true
  database_url: postgresql://litellm:litellm123@litellm-db:5432/litellm
  litellm_jwtauth:
    public_key_ttl: 600
    oidc_userinfo_endpoint: http://oidc-mock:8000/userinfo
    oidc_userinfo_enabled: true
    oidc_userinfo_cache_ttl: 3600
    user_id_jwt_field: sub