From 09105277cd058c5a1bc71e41764247cf5ffa160a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 5 Aug 2024 20:00:06 -0700 Subject: [PATCH] use otel callbacks --- litellm/proxy/proxy_config.yaml | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/litellm/proxy/proxy_config.yaml b/litellm/proxy/proxy_config.yaml index 0750a393763..50e8bcd623b 100644 --- a/litellm/proxy/proxy_config.yaml +++ b/litellm/proxy/proxy_config.yaml @@ -26,18 +26,6 @@ model_list: model_info: mode: audio_speech -# For /fine_tuning/jobs endpoints -finetune_settings: - - custom_llm_provider: azure - api_base: https://exampleopenaiendpoint-production.up.railway.app - api_key: fake-key - api_version: "2023-03-15-preview" - - custom_llm_provider: openai - api_key: os.environ/OPENAI_API_KEY - - custom_llm_provider: "vertex_ai" - vertex_project: "adroit-crow-413218" - vertex_location: "us-central1" - vertex_credentials: "/Users/ishaanjaffer/Downloads/adroit-crow-413218-a956eef1a2a8.json" # for /files endpoints files_settings: @@ -48,18 +36,11 @@ files_settings: - custom_llm_provider: openai api_key: os.environ/OPENAI_API_KEY -default_vertex_config: - vertex_project: "adroit-crow-413218" - vertex_location: "us-central1" - vertex_credentials: "/Users/ishaanjaffer/Downloads/adroit-crow-413218-a956eef1a2a8.json" - general_settings: master_key: sk-1234 - # Security controls - max_request_size_mb: 100 - # google cloud run maximum repsonses size is 32MB - max_response_size_mb: 10 +litellm_settings: + callbacks: ["otel"] # 👈 KEY CHANGE \ No newline at end of file