Add origin field to model training configuration

This commit is contained in:
Mike Reeves
2025-12-08 16:36:09 -05:00
committed by GitHub
parent 03dd746601
commit 94694d394e

View File

@@ -696,6 +696,9 @@ soc:
- field: displayName - field: displayName
label: Display Name label: Display Name
required: True required: True
- field: origin
label: Country of Origin for the Model Training
required: false
- field: contextLimitSmall - field: contextLimitSmall
label: Context Limit (Small) label: Context Limit (Small)
forcedType: int forcedType: int