wip
Browse files- src/lib/types/index.d.ts +0 -1
src/lib/types/index.d.ts
CHANGED
@@ -3,7 +3,6 @@ import type { ModelEntry } from '@huggingface/hub';
|
|
3 |
import type { ChatCompletionInputMessage } from '@huggingface/tasks';
|
4 |
|
5 |
type Conversation = {
|
6 |
-
id: string;
|
7 |
model: ModelEntryWithTokenizer;
|
8 |
config: GenerationConfig;
|
9 |
messages: ChatCompletionInputMessage[];
|
|
|
3 |
import type { ChatCompletionInputMessage } from '@huggingface/tasks';
|
4 |
|
5 |
type Conversation = {
|
|
|
6 |
model: ModelEntryWithTokenizer;
|
7 |
config: GenerationConfig;
|
8 |
messages: ChatCompletionInputMessage[];
|