Parcourir la source

feat: Vision switch functionality is provided on OpenRouter (#3564)

tags/0.6.4
jeessy2 il y a 1 an
Parent
révision
646858ea08
Aucun compte lié à l'adresse e-mail de l'auteur

+ 19
- 0
api/core/model_runtime/model_providers/openrouter/openrouter.yaml Voir le fichier

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: 否

Chargement…
Annuler
Enregistrer