forked from React-Group/interstellar_ai
show selected chat
This commit is contained in:
parent
44b34ba9c6
commit
416dcb17ef
3 changed files with 4 additions and 21 deletions
|
@ -1,19 +0,0 @@
|
|||
/* import { Settings } from 'electron'
|
||||
|
||||
type Message = {
|
||||
role: string
|
||||
content: string
|
||||
}
|
||||
|
||||
type Chat = {
|
||||
name: string
|
||||
messages: Message[]
|
||||
}
|
||||
|
||||
type Data = {
|
||||
chats: Chat[]
|
||||
settings: Settings[]
|
||||
} */
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue