You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ For a long time, I've been looking for a simple way to chat in VIM with any LLM
24
24
25
25
SimpleGPT aims to solve this problem.
26
26
- 🍰 It only provides the core feature to chat in an existing buffer. The chat will be organized by emoji like 👤(user), 🤖(AI), 💻(system).
27
-
and only one customizable shortcut, which is `<LocalLeader>gc` (to trigger chat completion or stop the chat completion stream).
27
+
and only one customizable shortcut, which is `<LocalLeader>gc` (to trigger chat completion or stop the chat completion stream). You can edit your conversation like a normal buffer and continue chat completion freely.
28
28
- 🦾 It supports all kinds of LLMs, including reasoning models. It's backend is based on [yetone/avante.nvim](https://github.com/yetone/avante.nvim), which supports a wide range of LLMs.
0 commit comments