Skip to content

Commit

Permalink
docs(README): added mention that vision works, 'GPTMe' -> 'gptme' for…
Browse files Browse the repository at this point in the history
… title, mention OpenRouter support
  • Loading branch information
ErikBjare committed Aug 20, 2024
1 parent 859efbe commit 4e39f63
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img src="./media/logo.png" width=150/>
</p>

<h1 align="center">GPTMe</h1>
<h1 align="center">gptme</h1>

<p align="center">
<i>/ʤiː piː tiː miː/</i>
Expand Down Expand Up @@ -40,10 +40,13 @@

📜 Interact with an LLM assistant directly in your terminal in a Chat-style interface. With tools so the assistant can run shell commands, execute code, read/write files, and more, enabling them to assist in all kinds of development and terminal-based work.

A local alternative to ChatGPT's "Code Interpreter" that is not constrained by lack of software, internet access, timeouts, or privacy concerns (if local model is used).
A local alternative to ChatGPT's "Code Interpreter" that is not constrained by lack of software, internet access, timeouts, or privacy concerns (if local models are used).

## 🎥 Demos

> [!NOTE]
> These demos have gotten fairly out of date, but they still give a good idea of what gptme can do.
<table>
<tr>
<th>Fibonacci (old)</th>
Expand Down Expand Up @@ -132,10 +135,12 @@ You can find more demos on the [Demos page](https://erik.bjareholt.com/gptme/doc
- Supports making incremental changes with a patch mechanism.
- 🌐 Search and browse the web.
- Equipped with a browser via Playwright.
- 👀 Vision
- Can see images whose paths you reference in prompts.
- 🔄 Self-correcting
- Output is fed back to the assistant, allowing it to respond and self-correct.
- 🤖 Support for several LLM providers
- Use OpenAI, Azure, Anthropic, or serve locally with `llama.cpp`
- Use OpenAI, Anthropic, OpenRouter, or serve locally with `llama.cpp`
- ✨ Many smaller features to ensure a great experience
- → Tab completion
- 📝 Automatic naming of conversations
Expand Down

0 comments on commit 4e39f63

Please sign in to comment.