forked from phoenix/litellm-mirror
test - making mistral embedding request on proxy
This commit is contained in:
parent
7eeef7ec1f
commit
cb386fda20
4 changed files with 12 additions and 5 deletions
|
@ -85,6 +85,9 @@ model_list:
|
|||
litellm_params:
|
||||
model: openai/*
|
||||
api_key: os.environ/OPENAI_API_KEY
|
||||
- model_name: mistral-embed
|
||||
litellm_params:
|
||||
model: mistral/mistral-embed
|
||||
- model_name: gpt-instruct # [PROD TEST] - tests if `/health` automatically infers this to be a text completion model
|
||||
litellm_params:
|
||||
model: text-completion-openai/gpt-3.5-turbo-instruct
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue