undoes changes to proxy yaml api key/base

This commit is contained in:
Daniel Liden 2024-06-27 12:51:00 -04:00 committed by Ishaan Jaff
parent 50bafd7af6
commit 01a6077ca5

View file

@ -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:"
```