Skip to content

Commit 2f7b43a

Browse files
orangeclkclaude
andauthored
feat(volcengine): remove STRUCTURED_OUTPUT from Doubao-Seed-1.6-lite (#2181)
Remove STRUCTURED_OUTPUT feature from Doubao-Seed-1.6-lite model configuration and increment plugin version to 0.0.35. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 49ee517 commit 2f7b43a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

models/volcengine_maas/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ resource:
3434
tool:
3535
enabled: true
3636
type: plugin
37-
version: 0.0.34
37+
version: 0.0.35

models/volcengine_maas/models/llm/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class ModelConfig(BaseModel):
3232
"Doubao-Seed-1.6-lite": ModelConfig(
3333
properties=ModelProperties(context_size=262144, max_tokens=32768, mode=LLMMode.CHAT),
3434
features=[ModelFeature.AGENT_THOUGHT, ModelFeature.VISION, ModelFeature.VIDEO,
35-
ModelFeature.TOOL_CALL, ModelFeature.STREAM_TOOL_CALL, ModelFeature.STRUCTURED_OUTPUT],
35+
ModelFeature.TOOL_CALL, ModelFeature.STREAM_TOOL_CALL],
3636
pricing=PriceConfig(input=Decimal("0.0003"), output=Decimal("0.0006"), unit=Decimal("0.001"), currency="RMB"),
3737
),
3838
"Doubao-Seed-1.6-vision": ModelConfig(

0 commit comments

Comments
 (0)