fix(model_runtime): remove vision from features for Claude 3.5 Haiku (#10360)

pull/12372/head
Matsuda 2 years ago committed by Joel
parent c0ff0cf7cf
commit 9143d460fa

@ -4,7 +4,6 @@ label:
model_type: llm model_type: llm
features: features:
- agent-thought - agent-thought
- vision
- tool-call - tool-call
- stream-tool-call - stream-tool-call
model_properties: model_properties:

@ -4,7 +4,6 @@ label:
model_type: llm model_type: llm
features: features:
- agent-thought - agent-thought
- vision
- tool-call - tool-call
- stream-tool-call - stream-tool-call
model_properties: model_properties:

@ -4,7 +4,6 @@ label:
model_type: llm model_type: llm
features: features:
- agent-thought - agent-thought
- vision
- tool-call - tool-call
- stream-tool-call - stream-tool-call
model_properties: model_properties:

Loading…
Cancel
Save