From e5167b1266bf7cb2aacbfcc87c19eb1ad9f609f3 Mon Sep 17 00:00:00 2001 From: KAI <128459820+Kai-FMHY@users.noreply.github.com> Date: Wed, 26 Apr 2023 14:38:11 +0200 Subject: [PATCH] Update AI.md Added [HuggingChat](https://huggingface.co/chat/) - an open source chatbot --- AI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AI.md b/AI.md index 9c16d3c9e..84a104c8b 100644 --- a/AI.md +++ b/AI.md @@ -23,7 +23,7 @@ * [bing-chat](https://github.com/transitive-bullshit/bing-chat) - Bing's Chatbot / [API](https://github.com/acheong08/EdgeGPT) * [DeepAI](https://deepai.org/chat) - DeepAI's Chatbot * [Ethio Tech](https://gpt3.ethio-tech.com/) - GPT-3 Based Chatbot -* [Open Assistant](https://open-assistant.io/) - Open-Source Chatbot +* [Open Assistant](https://open-assistant.io/) or [HuggingChat](https://huggingface.co/chat/) - Open-Source Chatbot * [ChatLLaMA](https://stuff.serp.ai/l/lora-weights) - LLaMA Based Chatbot * [Dalai](https://cocktailpeanut.github.io/dalai/) or [LLaMA C++](https://github.com/ggerganov/llama.cpp) - Self-Host Facebook Chatbot / [Guide](https://rentry.org/llama-tard-v2) / [WebUI](https://github.com/ItsPi3141/dalai) * [Alpaca Lora](https://huggingface.co/spaces/tloen/alpaca-lora) - Chatbot Built by Standford / [Git](https://github.com/antimatter15/alpaca.cpp) / [Guide](https://github.com/tatsu-lab/stanford_alpaca) / [Self-Host](https://github.com/tloen/alpaca-lora) / [Docker](https://github.com/chris-alexiuk/alpaca-lora) / [Frontend](https://github.com/ItsPi3141/alpaca-electron)