Skip to content

Commit 219ab35

Browse files
authored
docs(ai): update json example to avoid error (#699)
This commit ensure that the example model json is valid.
1 parent 2dd0bf9 commit 219ab35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ai/orchestrators/start-orchestrator.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Please follow the steps below to start your **combined AI orchestrator** node.
7474
"pipeline": "text-to-image",
7575
"model_id": "ByteDance/SDXL-Lightning",
7676
"price_per_unit": 4768371,
77-
"warm": true,
77+
"warm": true
7878
}
7979
]
8080
```
@@ -174,7 +174,7 @@ Please follow the steps below to start your **combined AI orchestrator** node.
174174
"pipeline": "text-to-image",
175175
"model_id": "ByteDance/SDXL-Lightning",
176176
"price_per_unit": 4768371,
177-
"warm": true,
177+
"warm": true
178178
}
179179
]
180180
```

0 commit comments

Comments
 (0)