File size: 1,407 Bytes
9fab66c 8d2d4cf 9fab66c 10a810a 9fab66c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
---
license: mit
title: HugChat App ```
sdk: streamlit
emoji: 🏢
colorFrom: yellow
colorTo: blue
sdk_version: 1.41.1
---
# 🤗💬 HugChat App
```
This app is an LLM-powered chatbot built using Streamlit and HugChat.
```
[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.
## Demo App
[](https://hugchat.streamlit.app/)
## Disclaimer
The following disclaimer is from the GitHub repo from the authors of the [HugChat](https://github.com/Soulter/hugging-chat-api) port.
> When you use this project, it means that you have agreed to the following two requirements of the HuggingChat:
>
> 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.
## Libraries used
This app is built using the following Python libraries:
- [Streamlit](https://streamlit.io/)
- [HugChat](https://github.com/Soulter/hugging-chat-api)
- [OpenAssistant/oasst-sft-6-llama-30b-xor](https://huggingface.co/OpenAssistant/oasst-sft-6-llama-30b-xor) LLM model |