fix: [VESSL-AI] edit some words in vessl_ai.yaml (#10417)
Co-authored-by: moon <moon@vessl.ai>
This commit is contained in:
parent
172c7eb270
commit
aa895cfa9b
@ -1,6 +1,6 @@
|
|||||||
provider: vessl_ai
|
provider: vessl_ai
|
||||||
label:
|
label:
|
||||||
en_US: vessl_ai
|
en_US: VESSL AI
|
||||||
icon_small:
|
icon_small:
|
||||||
en_US: icon_s_en.svg
|
en_US: icon_s_en.svg
|
||||||
icon_large:
|
icon_large:
|
||||||
@ -20,28 +20,28 @@ model_credential_schema:
|
|||||||
label:
|
label:
|
||||||
en_US: Model Name
|
en_US: Model Name
|
||||||
placeholder:
|
placeholder:
|
||||||
en_US: Enter your model name
|
en_US: Enter model name
|
||||||
credential_form_schemas:
|
credential_form_schemas:
|
||||||
- variable: endpoint_url
|
- variable: endpoint_url
|
||||||
label:
|
label:
|
||||||
en_US: endpoint url
|
en_US: Endpoint Url
|
||||||
type: text-input
|
type: text-input
|
||||||
required: true
|
required: true
|
||||||
placeholder:
|
placeholder:
|
||||||
en_US: Enter the url of your endpoint url
|
en_US: Enter VESSL AI service endpoint url
|
||||||
- variable: api_key
|
- variable: api_key
|
||||||
required: true
|
required: true
|
||||||
label:
|
label:
|
||||||
en_US: API Key
|
en_US: API Key
|
||||||
type: secret-input
|
type: secret-input
|
||||||
placeholder:
|
placeholder:
|
||||||
en_US: Enter your VESSL AI secret key
|
en_US: Enter VESSL AI secret key
|
||||||
- variable: mode
|
- variable: mode
|
||||||
show_on:
|
show_on:
|
||||||
- variable: __model_type
|
- variable: __model_type
|
||||||
value: llm
|
value: llm
|
||||||
label:
|
label:
|
||||||
en_US: Completion mode
|
en_US: Completion Mode
|
||||||
type: select
|
type: select
|
||||||
required: false
|
required: false
|
||||||
default: chat
|
default: chat
|
||||||
|
Loading…
Reference in New Issue
Block a user