Skip to content

Commit

Permalink
type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodacus committed Nov 12, 2024
1 parent 32699fd commit 8c6e420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/chat/BaseChat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8c6e420

Please sign in to comment.