🤫🤫
This commit is contained in:
parent
416dcb17ef
commit
299539dc86
2 changed files with 13 additions and 10 deletions
|
@ -19,8 +19,7 @@ interface GlobalChatHistory {
|
|||
|
||||
let globalChatHistory: GlobalChatHistory = {
|
||||
chats: [
|
||||
{ name: "Chat 1", messages: [{role:"system",content:"you are a helpful assistant"},{role:"assistant",content:"how can i help you"}], timestamp: 4 },
|
||||
{ name: "Chat 2", messages: [{role:"system",content:"you are a helpful assistant"},{role:"assistant",content:"how can i help you"}], timestamp: 4 },
|
||||
{ name: "Welcome!", messages: [{role:"system",content:"you are a helpful assistant"},{role:"assistant",content:"Hello! How can I help you?"}], timestamp: 4 },
|
||||
],
|
||||
selectedIndex:0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue