This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
chore: enable vision support for models in OpenRouter that should have supported vision (
#10191
)
tags/0.11.0
Xiao Ley
1 year ago
parent
a0af7a51ed
commit
b28cf68097
No account linked to committer's email address
2 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
1
0
api/core/model_runtime/model_providers/openrouter/llm/llama-3.2-11b-vision-instruct.yaml
1
0
api/core/model_runtime/model_providers/openrouter/llm/llama-3.2-90b-vision-instruct.yaml
+ 1
- 0
api/core/model_runtime/model_providers/openrouter/llm/llama-3.2-11b-vision-instruct.yaml
View File
@@ -5,6 +5,7 @@ label:
model_type: llm
features:
- agent-thought
- vision
model_properties:
mode: chat
context_size: 131072
+ 1
- 0
api/core/model_runtime/model_providers/openrouter/llm/llama-3.2-90b-vision-instruct.yaml
View File
@@ -5,6 +5,7 @@ label:
model_type: llm
features:
- agent-thought
- vision
model_properties:
mode: chat
context_size: 131072
Write
Preview
Loading…
Cancel
Save