Canstralian's picture
Update README.md
8d2d4cf verified
---
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
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](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