Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,27 @@ pinned: false
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# 🤗💬 HugChat App
|
| 14 |
+
```
|
| 15 |
+
This app is an LLM-powered chatbot built using Streamlit and HugChat.
|
| 16 |
+
```
|
| 17 |
+
|
| 18 |
+
[HugChat](https://github.com/Soulter/hugging-chat-api) is an unofficial port to the [HuggingFace Chat](https://huggingface.co/chat/) API that is powered by the [OpenAssistant/oasst-sft-6-llama-30b-xor](https://huggingface.co/OpenAssistant/oasst-sft-6-llama-30b-xor) LLM model.
|
| 19 |
+
|
| 20 |
+
## Demo App
|
| 21 |
+
|
| 22 |
+
[](https://hugchat.streamlit.app/)
|
| 23 |
+
|
| 24 |
+
## Disclaimer
|
| 25 |
+
The following disclaimer is from the GitHub repo from the authors of the [HugChat](https://github.com/Soulter/hugging-chat-api) port.
|
| 26 |
+
> When you use this project, it means that you have agreed to the following two requirements of the HuggingChat:
|
| 27 |
+
>
|
| 28 |
+
> AI is an area of active research with known problems such as biased generation and misinformation. Do not use this application for high-stakes decisions or advice. Your conversations will be shared with model authors.
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
## Libraries used
|
| 32 |
+
|
| 33 |
+
This app is built using the following Python libraries:
|
| 34 |
+
- [Streamlit](https://streamlit.io/)
|
| 35 |
+
- [HugChat](https://github.com/Soulter/hugging-chat-api)
|
| 36 |
+
- [OpenAssistant/oasst-sft-6-llama-30b-xor](https://huggingface.co/OpenAssistant/oasst-sft-6-llama-30b-xor) LLM model
|