forked from phoenix/litellm-mirror
undoes changes to proxy yaml api key/base
This commit is contained in:
parent
50bafd7af6
commit
01a6077ca5
1 changed files with 2 additions and 2 deletions
|
@ -177,8 +177,8 @@ response = litellm.embedding(
|
||||||
- model_name: bge-large
|
- model_name: bge-large
|
||||||
litellm_params:
|
litellm_params:
|
||||||
model: databricks/databricks-bge-large-en
|
model: databricks/databricks-bge-large-en
|
||||||
api_key: ${DATABRICKS_API_KEY}
|
api_key: os.environ/DATABRICKS_API_KEY
|
||||||
api_base: ${DATABRICKS_API_BASE}
|
api_base: os.environ/DATABRICKS_API_BASE
|
||||||
instruction: "Represent this sentence for searching relevant passages:"
|
instruction: "Represent this sentence for searching relevant passages:"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue