Skip to content

Commit 2dd0bf9

Browse files
authored
docs(ai): fix error in AI models config example (#700)
This commit resolves a syntax error in the AI models configuration example that was preventing the AI orchestrator from starting correctly.
1 parent 698e8aa commit 2dd0bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai/orchestrators/models-config.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ currently **recommended** models and their respective prices.
2525
{
2626
"pipeline": "text-to-image",
2727
"model_id": "SG161222/RealVisXL_V4.0_Lightning",
28-
"price_per_unit": 4768371,
28+
"price_per_unit": 4768371
2929
},
3030
{
3131
"pipeline": "upscale",

0 commit comments

Comments
 (0)