|
--- |
|
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 |