From 9423ab95ba8dd045f2d9c7b50991d4e67187fdd0 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 9 Jul 2024 10:05:32 -0700 Subject: [PATCH] fix add assistant settings on config --- litellm/proxy/proxy_config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/litellm/proxy/proxy_config.yaml b/litellm/proxy/proxy_config.yaml index aaf48cba483..e580b3548c5 100644 --- a/litellm/proxy/proxy_config.yaml +++ b/litellm/proxy/proxy_config.yaml @@ -35,7 +35,6 @@ general_settings: LANGFUSE_SECRET_KEY: "os.environ/LANGFUSE_DEV_SK_KEY" litellm_settings: - callbacks: ["otel"] guardrails: - prompt_injection: callbacks: [lakera_prompt_injection, hide_secrets] @@ -43,6 +42,9 @@ litellm_settings: - hide_secrets: callbacks: [hide_secrets] default_on: true - +assistant_settings: + custom_llm_provider: openai + litellm_params: + api_key: os.environ/OPENAI_API_KEY