forked from React-Group/interstellar_ai
first part of refactoring
This commit is contained in:
parent
f09ffc6b86
commit
6a6954023c
9 changed files with 140 additions and 172 deletions
|
@ -1,5 +1,4 @@
|
|||
import { Settings } from 'electron'
|
||||
import React from 'react'
|
||||
/* import { Settings } from 'electron'
|
||||
|
||||
type Message = {
|
||||
role: string
|
||||
|
@ -14,7 +13,7 @@ type Chat = {
|
|||
type Data = {
|
||||
chats: Chat[]
|
||||
settings: Settings[]
|
||||
}
|
||||
} */
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue