Skip to content

Commit 45b1d89

Browse files
committed
add model_var attribut to service.model
Signed-off-by: Guillaume Lours <[email protected]>
1 parent 65ec8b5 commit 45b1d89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schema/compose-spec.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,10 @@
533533
"endpoint_var": {
534534
"type": "string",
535535
"description": "Environment variable set to AI model endpoint."
536+
},
537+
"model_var": {
538+
"type": "string",
539+
"description": "Environment variable set to AI model name."
536540
}
537541
},
538542
"additionalProperties": false,

0 commit comments

Comments
 (0)