Skip to content

LorAutumn/Chatbot_Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

Install and prepare

Frontend

  1. Install dependencies (in frontend directory)
npm install
  1. copy .env.dev to .env and put in a websocket url

backend

  1. Create a virtual environment (in backend directory)
python3 -m venv venv
  1. Activate the virtual environment
source venv/bin/activate
  1. install requirements.txt
pip install -r requirements.txt
  1. copy .env.dev to .env and put in your openai api key

Running the app

  • Start frontend (in frontend directory)
npm run dev
  • Start backend (in backend directory)
python3 app.py

About

Template for setting up an LLM Chatbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published