Skip to content

Commit

Permalink
[Fix] type ModelData.instance_prompt (#916)
Browse files Browse the repository at this point in the history
Follow up to #909
  • Loading branch information
mishig25 authored Sep 20, 2024
1 parent c012cda commit 2264ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tasks/src/model-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export interface ModelData {
parameters?: Record<string, unknown>;
};
base_model?: string | string[];
instance_prompt?: string;
instance_prompt?: string | null;
};
/**
* Library name
Expand Down

0 comments on commit 2264ac8

Please sign in to comment.