support volcengine + migrate ui tars to volcengine (#2705)

This commit is contained in:
LawyZheng
2025-06-13 21:17:32 +08:00
committed by GitHub
parent 40e608f9cd
commit 296d2f903b
9 changed files with 95 additions and 87 deletions

View File

@@ -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).