started multithreading
This commit is contained in:
parent
ef2e40ca4a
commit
024ceeda4e
5 changed files with 103 additions and 2 deletions
13
app/ProcessMemory.tsx
Normal file
13
app/ProcessMemory.tsx
Normal file
|
@ -0,0 +1,13 @@
|
|||
import React from 'react'
|
||||
|
||||
type Chat = {
|
||||
name:string
|
||||
messages:string[]
|
||||
}
|
||||
|
||||
type History = {
|
||||
chats:Chat[]
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue