mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
chore: add minimal dev config for local proxy testing
Co-authored-by: Ishaan Jaff <ishaan-jaff@users.noreply.github.com>
This commit is contained in:
parent
089779bc62
commit
d2c460daef
1 changed files with 15 additions and 0 deletions
15
dev_config.yaml
Normal file
15
dev_config.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
model_list:
|
||||
- model_name: fake-openai-endpoint
|
||||
litellm_params:
|
||||
model: openai/gpt-3.5-turbo-0301
|
||||
api_key: fake-key
|
||||
api_base: https://exampleopenaiendpoint-production.up.railway.app/
|
||||
|
||||
litellm_settings:
|
||||
drop_params: True
|
||||
num_retries: 0
|
||||
telemetry: False
|
||||
|
||||
general_settings:
|
||||
master_key: sk-1234
|
||||
store_model_in_db: True
|
||||
Loading…
Add table
Reference in a new issue