Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update maas model provider description #5056

Merged
merged 2 commits into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,24 @@
'mode': 'chat',
}
},
'Llama3-8B': {
'req_params': {
'max_prompt_tokens': 8192,
'max_new_tokens': 8192,
},
'model_properties': {
'context_size': 8192,
'mode': 'chat',
}
},
'Llama3-70B': {
'req_params': {
'max_prompt_tokens': 8192,
'max_new_tokens': 8192,
},
'model_properties': {
'context_size': 8192,
'mode': 'chat',
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ provider: volcengine_maas
label:
en_US: Volcengine
description:
en_US: Volcengine MaaS models.
en_US: Volcengine Ark models.
zh_Hans: 火山方舟提供的模型,例如 Doubao-pro-4k、Doubao-pro-32k 和 Doubao-pro-128k。
icon_small:
en_US: icon_s_en.svg
icon_large:
Expand All @@ -12,6 +13,7 @@ background: "#F9FAFB"
help:
title:
en_US: Get your Access Key and Secret Access Key from Volcengine Console
zh_Hans: 从火山引擎控制台获取您的 Access Key 和 Secret Access Key
url:
en_US: https://console.volcengine.com/iam/keymanage/
supported_model_types:
Expand Down Expand Up @@ -50,7 +52,7 @@ model_credential_schema:
required: true
label:
en_US: Volcengine Region
zh_Hans: 火山引擎地区
zh_Hans: 火山引擎地域
type: text-input
default: cn-beijing
placeholder:
Expand Down Expand Up @@ -124,6 +126,18 @@ model_credential_schema:
show_on:
- variable: __model_type
value: llm
- label:
en_US: Llama3-8B
value: Llama3-8B
show_on:
- variable: __model_type
value: llm
- label:
en_US: Llama3-70B
value: Llama3-70B
show_on:
- variable: __model_type
value: llm
- label:
en_US: Doubao-embedding
value: Doubao-embedding
Expand Down