From d2c460daef3aa205fb952fb9e6241ed7ead515c3 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 3 Mar 2026 00:56:05 +0000 Subject: [PATCH] chore: add minimal dev config for local proxy testing Co-authored-by: Ishaan Jaff --- dev_config.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 dev_config.yaml diff --git a/dev_config.yaml b/dev_config.yaml new file mode 100644 index 00000000000..2f7f99308fe --- /dev/null +++ b/dev_config.yaml @@ -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