model_list:
  - model_name: fake-openai-endpoint
    litellm_params:
      model: openai/gpt-3.5-turbo-0301
      api_key: fake-key
      api_base: https://exampleopenaiendpoint-production.up.railway.app/

general_settings:
  use_redis_transaction_buffer: true

litellm_settings:
  cache: True
  cache_params:
    type: redis
    supported_call_types: []