Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs-chatbot.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,11 @@ pnpm langbase-sync
```

This will verify all the changes since the last sync, update these files, and then write the commit hash to `baseai/memory/docs/index.ts` file which you should commit to keep track.

### Update llms.txt file

Run the following command to update the `llms.txt` file:

```sh
pnpm llmstxt
```
Loading