mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-13 03:16:15 +01:00
chore: remove out of scope formatting changes
This commit is contained in:
parent
6605b6c800
commit
800391b264
40 changed files with 121 additions and 107 deletions
|
|
@ -9,7 +9,7 @@ const chatPromptMemory = new ConversationSummaryBufferMemory({
|
|||
});
|
||||
|
||||
(async () => {
|
||||
await chatPromptMemory.saveContext({ input: "hi my name's Danny" }, { output: 'whats up' });
|
||||
await chatPromptMemory.saveContext({ input: 'hi my name\'s Danny' }, { output: 'whats up' });
|
||||
await chatPromptMemory.saveContext({ input: 'not much you' }, { output: 'not much' });
|
||||
await chatPromptMemory.saveContext(
|
||||
{ input: 'are you excited for the olympics?' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue