# Placeholder LiteLLM config baked into the Triple-C gateway image. # # This file exists only so the image starts on its own. Triple-C generates the # real config from Settings → Model Gateway and uploads it over this path # (/etc/litellm/config.yaml) before the container's first start, because the # generated file contains the provider API key and must not live in an image # layer. # # The generated file has the same shape: # # model_list: # - model_name: # litellm_params: # model: / # api_key: # api_base: # general_settings: # master_key: # litellm_settings: # drop_params: true model_list: [] litellm_settings: # Anthropic-format requests carry fields some providers reject outright. # Dropping unsupported params is what makes the translation survive. drop_params: true