mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-04-29 07:42:46 +00:00
feat(chat-window): handle system instructions
This commit is contained in:
@ -480,6 +480,7 @@ const ChatWindow = ({ id }: { id?: string }) => {
|
||||
name: embeddingModelProvider.name,
|
||||
provider: embeddingModelProvider.provider,
|
||||
},
|
||||
systemInstructions: localStorage.getItem('systemInstructions'),
|
||||
}),
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user