diff --git a/litellm/proxy/proxy_config.yaml b/litellm/proxy/proxy_config.yaml new file mode 100644 index 0000000000..0d93c2daa5 --- /dev/null +++ b/litellm/proxy/proxy_config.yaml @@ -0,0 +1,8 @@ +model_list: + - model_name: gpt-3.5-turbo + litellm_params: + model: gpt-3.5-turbo + +general_settings: + otel: True + master_key: sk-1234 # [OPTIONAL] Only use this if you to require all calls to contain this key (Authorization: Bearer sk-1234)