diff --git a/.github/README.md b/.github/README.md index f47afc8..ea8bd19 100644 --- a/.github/README.md +++ b/.github/README.md @@ -1,10 +1,10 @@ __signal-aichat__ is an AI-powered chatbot for the Signal messenger app. It currently supports: -- [Bing Chat](https://bing.com/chat) -- [ChatGPT](https://chat.openai.com/) -- [Google Bard](https://bard.google.com) (*untested*) -- [HuggingChat](https://huggingface.co/chat/) (*does not support continuous conversations*) -- Any local [LLM](https://en.wikipedia.org/wiki/Large_language_model) that works with [llama.cpp](https://github.com/ggerganov/llama.cpp) (Vicuna, Alpaca, Koala, et al.) +- [Bing Chat](https://bing.com/chat) – `!bing` +- [ChatGPT](https://chat.openai.com/) – `!gpt` +- [Google Bard](https://bard.google.com) (*untested*) – `!bard` +- [HuggingChat](https://huggingface.co/chat/) (*does not support continuous conversations*) – `!hugchat` +- Any local [LLM](https://en.wikipedia.org/wiki/Large_language_model) that works with [llama.cpp](https://github.com/ggerganov/llama.cpp) (Vicuna, Alpaca, Koala, et al.) – `!llama` ---