From 01a6077ca50b1d6f66142a33f5390dae5ece9244 Mon Sep 17 00:00:00 2001 From: Daniel Liden Date: Thu, 27 Jun 2024 12:51:00 -0400 Subject: [PATCH] undoes changes to proxy yaml api key/base --- docs/my-website/docs/providers/databricks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/providers/databricks.md b/docs/my-website/docs/providers/databricks.md index c81b0174a..633350d22 100644 --- a/docs/my-website/docs/providers/databricks.md +++ b/docs/my-website/docs/providers/databricks.md @@ -177,8 +177,8 @@ response = litellm.embedding( - model_name: bge-large litellm_params: model: databricks/databricks-bge-large-en - api_key: ${DATABRICKS_API_KEY} - api_base: ${DATABRICKS_API_BASE} + api_key: os.environ/DATABRICKS_API_KEY + api_base: os.environ/DATABRICKS_API_BASE instruction: "Represent this sentence for searching relevant passages:" ```