mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 04:35:56 +08:00
feat: Vision switch functionality is provided on OpenRouter (#3564)
This commit is contained in:
parent
d9b821cecc
commit
646858ea08
@ -73,3 +73,22 @@ model_credential_schema:
|
||||
value: llm
|
||||
default: "4096"
|
||||
type: text-input
|
||||
- variable: vision_support
|
||||
show_on:
|
||||
- variable: __model_type
|
||||
value: llm
|
||||
label:
|
||||
zh_Hans: 是否支持 Vision
|
||||
en_US: Vision Support
|
||||
type: radio
|
||||
required: false
|
||||
default: 'no_support'
|
||||
options:
|
||||
- value: 'support'
|
||||
label:
|
||||
en_US: 'Yes'
|
||||
zh_Hans: 是
|
||||
- value: 'no_support'
|
||||
label:
|
||||
en_US: 'No'
|
||||
zh_Hans: 否
|
||||
|
Loading…
x
Reference in New Issue
Block a user