mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
(docs) proxy: add example config.yaml
This commit is contained in:
parent
30e34e62d0
commit
067e4e7057
1 changed files with 8 additions and 0 deletions
8
litellm/proxy/proxy_config.yaml
Normal file
8
litellm/proxy/proxy_config.yaml
Normal 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)
|
||||
Loading…
Add table
Reference in a new issue