mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Update Config
This commit is contained in:
parent
306da4d9b8
commit
b6e80121f1
1 changed files with 8 additions and 7 deletions
|
@ -3,17 +3,18 @@ https://docs.voyageai.com/embeddings/
|
|||
|
||||
## Proxy settings
|
||||
|
||||
| Model Settings | Value |
|
||||
| -------------- | ----- |
|
||||
| Provider | OpenAI-Compatible Endpoint |
|
||||
| API Base | https://api.voyageai.com/v1 |
|
||||
| Model Name | e.g. voyage-3-large |
|
||||
| LiteLLM Model Name | e.g. openai/voyage-3-large |
|
||||
| Model Settings | Value |
|
||||
| -------------- |--------------------------------------------------------------|
|
||||
| Provider | OpenAI-Compatible Endpoint |
|
||||
| API Base | https://api.voyageai.com/v1 |
|
||||
| Model Name | e.g. 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
|
||||
|
||||
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