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:
Cursor Agent 2026-03-03 00:56:05 +00:00
parent 089779bc62
commit d2c460daef

15
dev_config.yaml Normal file
View 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