mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
Update Config
This commit is contained in:
parent
306da4d9b8
commit
b6e80121f1
1 changed files with 8 additions and 7 deletions
|
@ -4,16 +4,17 @@ https://docs.voyageai.com/embeddings/
|
||||||
## Proxy settings
|
## Proxy settings
|
||||||
|
|
||||||
| Model Settings | Value |
|
| Model Settings | Value |
|
||||||
| -------------- | ----- |
|
| -------------- |--------------------------------------------------------------|
|
||||||
| Provider | OpenAI-Compatible Endpoint |
|
| Provider | OpenAI-Compatible Endpoint |
|
||||||
| API Base | https://api.voyageai.com/v1 |
|
| API Base | https://api.voyageai.com/v1 |
|
||||||
| Model Name | e.g. voyage-3-large |
|
| Model Name | e.g. voyage-3-large |
|
||||||
| LiteLLM Model Name | e.g. openai/voyage-3-large |
|
| LiteLLM Model Name | e.g. voyage/voyage-3-large |
|
||||||
|
| Custom LLM Provider | voyage (can not be set on creation, only on model edit page) |
|
||||||
|
|
||||||
|
|
||||||
:: info
|
:: info
|
||||||
|
|
||||||
It's important that the API Base includes the `/v1` postfix and that the LiteLLM Model Name includes the `openai/` prefix.
|
It's important that the API Base includes the `/v1` postfix and that the LiteLLM Model Name includes the `voyage/` prefix.
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue