Skip to content

Commit 871a994

Browse files
committed
better comment
1 parent a2057d3 commit 871a994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/snippets/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export type ModelDataMinimal = Pick<
1313

1414
export interface InferenceSnippet {
1515
content: string;
16-
client?: string; // for instance: `client` could be huggingface_hub or openai client for Python snippets
16+
client?: string; // for instance: `client` could be `huggingface_hub` or `openai` client for Python snippets
1717
}
1818

1919
interface GenerationSnippetDelimiter {

0 commit comments

Comments
 (0)