(docs) proxy: add example config.yaml

This commit is contained in:
ishaan-jaff
2023-12-02 11:11:39 -08:00
parent 30e34e62d0
commit 067e4e7057
+8
View File
@@ -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)