Skip to content
Closed
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If a transcript does not start with a System section, then the default System pr
## Lua script
The included lua script can be copied to `.config/nvim/lua` and installed with something like
```
vim.cmd("command! ChatGPT lua require'chatgpt'.chatgpt()")
vim.cmd("command! ChatBoT lua require'chatbot'.chatbot()")
```

This command locates the Rust binary through the `SHELLBOT` environment variable. This should be set to the absolute path of the rust binary built in the step above.
Expand Down