Skip to content

codemaker2015/chatMATE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatMATE - Chat Multi-purpose AI Technology

This app is an LLM-powered chatbot built using Streamlit and HugChat.

HugChat is an unofficial port to the HuggingFace Chat API that is powered by the OpenAssistant/oasst-sft-6-llama-30b-xor LLM model.

Demos

demo

Run the app

  • Install the dependencies
pip install -r requirements.txt
  • Run the app.py using the following command
streamlit run app.py

Libraries used

This app is built using the following Python libraries:

How to Get Cookies ?

  • Install the Cookie-Editor extension for Chrome or Firefox
  • Go to HuggingChat and login
  • Open the extension
  • Click Export on the bottom right, then Export as JSON(This saves your cookies to the clipboard)
  • Paste your cookies into a file cookies.json in the root folder

About

An LLM-powered ChatBot with HugChat and Streamlit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages