Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Document model triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
cycneuramus committed May 15, 2023
1 parent fd4c8e3 commit fb51f5c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/README.md
Original file line number Diff line number Diff line change
@@ -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`

---

Expand Down

0 comments on commit fb51f5c

Please sign in to comment.