Skip to content

Commit

Permalink
fix: updated READMEs about gptme.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Nov 1, 2024
1 parent 25c998c commit f7913bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,16 +177,16 @@ You can find more [Demos][docs-demos] and [Examples][docs-examples] in the [docu
- Operates in this repo! (see [#18](https://github.com/ErikBjare/gptme/issues/18) for example)
- Runs entirely in GitHub Actions.
- 📊 [Evaluation suite][docs-evals] for testing capabilities of different models
- 📝 [gptme.vim][gptme.vim] for easy integration with vim

### 🚧 In progress

- 🏆 Advanced evals for testing frontier capabilities
- 🤖 Long-running agents and advanced agent architectures
- 🌐 Web UI frontend (see docs for [server][docs-server])
- 🌳 Tree-based conversation structure (see [#17](https://github.com/ErikBjare/gptme/issues/17))
- 📜 RAG to automatically include context from local files (see [#59](https://github.com/ErikBjare/gptme/issues/59))
- 🤖 Long-running agents and advanced agent architectures
- 💻 "Computer use" as hyped by [Anthropic][anthropic-computer-use] (see [#216](https://github.com/ErikBjare/gptme/issues/216))
- 🌐 Web UI frontend (see docs for [server][docs-server])
- 📝 vim plugin (see [...])
- 🏆 Advanced evals for testing frontier capabilities


### 🛠 Use Cases
Expand Down Expand Up @@ -304,6 +304,7 @@ Options:
[website]: https://gptme.org/
[discord]: https://discord.gg/NMaCmmkxWv
[github]: https://github.com/ErikBjare/gptme
[gptme.vim]: https://github.com/ErikBjare/gptme/tree/master/scripts/vim
[docs]: https://gptme.org/docs/
[docs-getting-started]: https://gptme.org/docs/getting-started.html
[docs-examples]: https://gptme.org/docs/examples.html
Expand Down
2 changes: 1 addition & 1 deletion scripts/vim/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gptme Vim Plugin
# gptme.vim

A Vim plugin for [gptme](https://gptme.org) integration, allowing you to interact with gptme directly from your editor.

Expand Down

0 comments on commit f7913bb

Please sign in to comment.