We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2057d3 commit 871a994Copy full SHA for 871a994
packages/tasks/src/snippets/types.ts
@@ -13,7 +13,7 @@ export type ModelDataMinimal = Pick<
13
14
export interface InferenceSnippet {
15
content: string;
16
- client?: string; // for instance: `client` could be huggingface_hub or openai client for Python snippets
+ client?: string; // for instance: `client` could be `huggingface_hub` or `openai` client for Python snippets
17
}
18
19
interface GenerationSnippetDelimiter {
0 commit comments