From e8d3dd475abee54cb4a42757263c7cb8089b3de0 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 6 May 2024 10:37:38 -0700 Subject: [PATCH] fix fake endpoint used on ci/cd --- proxy_server_config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proxy_server_config.yaml b/proxy_server_config.yaml index e17d1c412..dd624b8aa 100644 --- a/proxy_server_config.yaml +++ b/proxy_server_config.yaml @@ -52,21 +52,21 @@ model_list: litellm_params: model: openai/my-fake-model api_key: my-fake-key - api_base: https://openai-function-calling-workers.tasslexyz.workers.dev/ + api_base: https://exampleopenaiendpoint-production.up.railway.app/ stream_timeout: 0.001 rpm: 1 - model_name: fake-openai-endpoint-3 litellm_params: model: openai/my-fake-model api_key: my-fake-key - api_base: https://openai-function-calling-workers.tasslexyz.workers.dev/ + api_base: https://exampleopenaiendpoint-production.up.railway.app/ stream_timeout: 0.001 rpm: 100 - model_name: fake-openai-endpoint-3 litellm_params: model: openai/my-fake-model-2 api_key: my-fake-key - api_base: https://openai-function-calling-workers.tasslexyz.workers.dev/ + api_base: https://exampleopenaiendpoint-production.up.railway.app/ stream_timeout: 0.001 rpm: 100 - model_name: "*"