This commit is contained in:
Anirban Kar 2024-11-13 00:04:41 +05:30
parent 32699fd809
commit 8c6e420546

View File

@ -85,7 +85,7 @@ interface BaseChatProps {
input?: string;
model?: string;
setModel?: (model: string) => void;
provider: string;
provider?: string;
setProvider?: (provider: string) => void;
handleStop?: () => void;
sendMessage?: (event: React.UIEvent, messageInput?: string) => void;