ui-tars integration (#2656)
This commit is contained in:
@@ -43,6 +43,15 @@ 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"
|
||||
|
||||
# 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).
|
||||
LLM_KEY=""
|
||||
|
||||
Reference in New Issue
Block a user