feat(chat-window): handle system instructions
This commit is contained in:
parent
5b1055e8c9
commit
4b8e0ea1aa
1 changed files with 1 additions and 0 deletions
|
|
@ -480,6 +480,7 @@ const ChatWindow = ({ id }: { id?: string }) => {
|
||||||
name: embeddingModelProvider.name,
|
name: embeddingModelProvider.name,
|
||||||
provider: embeddingModelProvider.provider,
|
provider: embeddingModelProvider.provider,
|
||||||
},
|
},
|
||||||
|
systemInstructions: localStorage.getItem('systemInstructions'),
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue