Skip to content

Commit 2264ac8

Browse files
authored
[Fix] type ModelData.instance_prompt (#916)
Follow up to #909
1 parent c012cda commit 2264ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/model-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export interface ModelData {
107107
parameters?: Record<string, unknown>;
108108
};
109109
base_model?: string | string[];
110-
instance_prompt?: string;
110+
instance_prompt?: string | null;
111111
};
112112
/**
113113
* Library name

0 commit comments

Comments
 (0)