From 067e4e70575b59fcc3f66ab31a9d27ed08ea8c7e Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 2 Dec 2023 11:11:39 -0800 Subject: [PATCH] (docs) proxy: add example config.yaml --- litellm/proxy/proxy_config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 litellm/proxy/proxy_config.yaml 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)