fix: finish volcengine/byteplus landing polish (#7967) (thanks @funmore123)

This commit is contained in:
Peter Steinberger
2026-02-21 15:04:28 +01:00
parent 559736a5a0
commit 581868365d
7 changed files with 13 additions and 12 deletions

View File

@@ -228,8 +228,8 @@ Volcano Engine (火山引擎) provides access to Doubao and other models in Chin
```json5
{
agents: {
defaults: { model: { primary: "volcengine/doubao-seed-1-8-251228" } }
}
defaults: { model: { primary: "volcengine/doubao-seed-1-8-251228" } },
},
}
```
@@ -261,8 +261,8 @@ BytePlus ARK provides access to the same models as Volcano Engine for internatio
```json5
{
agents: {
defaults: { model: { primary: "byteplus/seed-1-8-251228" } }
}
defaults: { model: { primary: "byteplus/seed-1-8-251228" } },
},
}
```