chat-indic-ui / src /components /chat /chat-options.ts
sam2ai's picture
Synced repo using 'sync_with_huggingface' Github Action
0971cc4 verified
raw
history blame contribute delete
108 Bytes
export interface ChatOptions {
selectedModel?: string;
systemPrompt?: string;
temperature?: number;
}