From 956bf16460e2651a29540663192abd9646f88cd3 Mon Sep 17 00:00:00 2001 From: Alexsander Hamir Date: Wed, 4 Feb 2026 17:53:59 -0800 Subject: [PATCH] LiteLLM configuration file --- test_config_123.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 test_config_123.yaml diff --git a/test_config_123.yaml b/test_config_123.yaml new file mode 100644 index 00000000000..f08e0ca5703 --- /dev/null +++ b/test_config_123.yaml @@ -0,0 +1,26 @@ +#################################################################### +### Simplified LiteLLM Proxy Configuration +#################################################################### + +general_settings: + master_key: sk-1234 + disable_prisma_schema_update: true + database_url: + +################################# +### LiteLLM Settings +################################# +litellm_settings: + callbacks: ["prometheus"] + service_callback: ["prometheus_system"] + +################################# +### Models - One model only +################################# +model_list: + - model_name: "gpt-o1" + litellm_params: + model: openai/gpt-o1 + api_base: https://exampleopenaiendpoint-production-0ee2.up.railway.app/ + model_info: + context_length: 200000 \ No newline at end of file