Skip to content

Commit

Permalink
🐛 FIX: example config
Browse files Browse the repository at this point in the history
  • Loading branch information
saqibameen committed Oct 16, 2024
1 parent 886bf52 commit 859e9cb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion examples/nodejs/baseai/memory/chat-with-repo/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const memoryChatWithRepo = (): MemoryI => ({
description: '',
config: {
useGitRepo: true,
include: '.',
include: './examples',
extensions: ['*'],
}
});
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 859e9cb

Please sign in to comment.