support volcengine + migrate ui tars to volcengine (#2705)
This commit is contained in:
14
.env.example
14
.env.example
@@ -43,14 +43,12 @@ ENABLE_NOVITA=false
|
||||
# NOVITA_API_KEY: Your Novita AI API key.
|
||||
NOVITA_API_KEY=""
|
||||
|
||||
# ENABLE_UI_TARS: Set to true to enable UI-TARS (Seed1.5-VL) as a language model provider.
|
||||
ENABLE_UI_TARS=false
|
||||
# UI_TARS_API_KEY: Your ByteDance Doubao API key for accessing UI-TARS models.
|
||||
UI_TARS_API_KEY=""
|
||||
# UI_TARS_API_BASE: The base URL for ByteDance Doubao API.
|
||||
UI_TARS_API_BASE="https://ark.cn-beijing.volces.com/api/v3"
|
||||
# UI_TARS_MODEL: Your UI-TARS model endpoint ID from ByteDance Doubao.
|
||||
UI_TARS_MODEL="doubao-1-5-thinking-vision-pro-250428"
|
||||
# ENABLE_VOLCENGINE: Set to true to enable Volcengine(ByteDance Doubao) as a language model provider.
|
||||
ENABLE_VOLCENGINE=false
|
||||
# VOLCENGINE_API_KEY: Your Volcengine(ByteDance Doubao) API key.
|
||||
VOLCENGINE_API_KEY=""
|
||||
# VOLCENGINE_API_BASE: The base URL for Volcengine(ByteDance Doubao) API.
|
||||
VOLCENGINE_API_BASE="https://ark.cn-beijing.volces.com/api/v3"
|
||||
|
||||
# LLM_KEY: The chosen language model to use. This should be one of the models
|
||||
# provided by the enabled LLM providers (e.g., OPENAI_GPT4_TURBO, OPENAI_GPT4V, ANTHROPIC_CLAUDE3, AZURE_OPENAI_GPT4V).
|
||||
|
||||
Reference in New Issue
Block a user