(feat): Model stats so you know what model you used when you were chatting. Setting for auto retrieving suggestions.
This commit is contained in:
parent
abf9dbb8ba
commit
86a3c59acd
7 changed files with 326 additions and 31 deletions
|
|
@ -20,7 +20,14 @@ const Chat = ({
|
|||
setOptimizationMode,
|
||||
}: {
|
||||
messages: Message[];
|
||||
sendMessage: (message: string) => void;
|
||||
sendMessage: (
|
||||
message: string,
|
||||
options?: {
|
||||
messageId?: string;
|
||||
rewriteIndex?: number;
|
||||
suggestions?: string[];
|
||||
},
|
||||
) => void;
|
||||
loading: boolean;
|
||||
messageAppeared: boolean;
|
||||
rewrite: (messageId: string) => void;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue