Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 541 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 541 Bytes

LangChain chatterBox

This template should help get you started developing with LangChain and Vue 3 in Vite.

Recommended IDE Setup

VSCode

Customize configuration

See Vite Configuration Reference.

OpenAI Key

Create .env file and add your OpenAI API key to VITE_APP_OPEN_API_KEY="your key"

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build