mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 11:26:52 +08:00
feat: Vision switch functionality is provided on OpenRouter (#3564)
This commit is contained in:
@@ -73,3 +73,22 @@ model_credential_schema:
|
|||||||
value: llm
|
value: llm
|
||||||
default: "4096"
|
default: "4096"
|
||||||
type: text-input
|
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: 否
|
||||||
|
|||||||
Reference in New Issue
Block a user