docs ui credentials
This commit is contained in:
parent
d34c0907c2
commit
f505716499
55
docs/my-website/docs/proxy/ui_credentials.md
Normal file
55
docs/my-website/docs/proxy/ui_credentials.md
Normal file
@ -0,0 +1,55 @@
|
||||
import Image from '@theme/IdealImage';
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
# Adding LLM Credentials
|
||||
|
||||
You can add LLM provider credentials on the UI. Once you add credentials you can re-use them when adding new models
|
||||
|
||||
## Add a credential + model
|
||||
|
||||
### 1. Navigate to llm credentials page
|
||||
|
||||
Go to Models -> LLM Credentials -> Add Credential
|
||||
|
||||
<Image img={require('../../img/ui_cred_add.png')} />
|
||||
|
||||
### 2. Add credentials
|
||||
|
||||
Select your LLM provider, enter your API Key and click Save
|
||||
|
||||
**Note: Credentials are based on the provider, if you select Vertex AI then you will see `Vertex Project`, `Vertex Location` and `Vertex Credentials` fields**
|
||||
|
||||
<Image img={require('../../img/ui_add_cred_2.png')} />
|
||||
|
||||
|
||||
### 3. Use credentials when adding a model
|
||||
|
||||
Go to Add Model -> Existing Credentials -> Select your credential in the dropdown
|
||||
|
||||
<Image img={require('../../img/ui_cred_3.png')} />
|
||||
|
||||
|
||||
## Create a Credential from an existing model
|
||||
|
||||
Use this if you have already created a model and want to store the model credentials for future use
|
||||
|
||||
### 1. Select model to create a credential from
|
||||
|
||||
Go to Models -> Select your model -> Credential -> Create Credential
|
||||
|
||||
<Image img={require('../../img/ui_cred_4.png')} />
|
||||
|
||||
### 2. Use new credential when adding a model
|
||||
|
||||
Go to Add Model -> Existing Credentials -> Select your credential in the dropdown
|
||||
|
||||
<Image img={require('../../img/use_model_cred.png')} />
|
||||
|
||||
## Frequently Asked Questions
|
||||
|
||||
|
||||
How are credentials stored?
|
||||
- Credentials in the DB are encrypted/decrypted using `LITELLM_SALT_KEY` if set. If not then they are encrypted using `LITELLM_MASTER_KEY` These keys should be kept secret and not shared with others.
|
||||
|
||||
|
||||
BIN
docs/my-website/img/ui_add_cred_2.png
Normal file
BIN
docs/my-website/img/ui_add_cred_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 255 KiB |
BIN
docs/my-website/img/ui_cred_3.png
Normal file
BIN
docs/my-website/img/ui_cred_3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 283 KiB |
BIN
docs/my-website/img/ui_cred_4.png
Normal file
BIN
docs/my-website/img/ui_cred_4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 255 KiB |
BIN
docs/my-website/img/ui_cred_add.png
Normal file
BIN
docs/my-website/img/ui_cred_add.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 204 KiB |
BIN
docs/my-website/img/use_model_cred.png
Normal file
BIN
docs/my-website/img/use_model_cred.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 282 KiB |
@ -102,6 +102,7 @@ const sidebars = {
|
||||
"proxy/self_serve",
|
||||
"proxy/public_teams",
|
||||
"proxy/custom_sso",
|
||||
"proxy/ui_credentials",
|
||||
"proxy/ui_logs"
|
||||
],
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user