Skip to content

PromtEngineer/Chat-App-OpenAssistant-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages