Redwa / Chat-App-OpenAssistant-API

A chatApp with OpenAssistant API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat-App-OpenAssistant-API

A quick tutorial on how to interact with Open Assistant API and use it in your own Apps. GUI is based on streamlit.

ChatApp

Clone the Repo:

Clone the repository.

git clone https://github.com/PromtEngineer/Chat-App-OpenAssistant-API.git

Environment Setup

In order to set your environment up to run the code here, first install all requirements:

pip install -r requirements.txt

OpenAI API Key

You will need the OpenAI API key to run this, get your HuggingFace key from here In the .env set your API key.

HUGGINGFACEHUB_API_TOKEN=

Run the WebApp:

streamlit run huggingChat.py

About

A chatApp with OpenAssistant API


Languages

Language:Python 100.0%