mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
(fix) general proxy config yaml
This commit is contained in:
parent
59b36a6f9c
commit
b9e1c66ebe
1 changed files with 2 additions and 2 deletions
|
|
@ -4,5 +4,5 @@ model_list:
|
|||
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)
|
||||
# otel: True # OpenTelemetry Logger
|
||||
# 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