An open API service indexing awesome lists of open source software.

https://github.com/razorcx-courses/langchain-chatterbox-tutorials

LangChain, OpenAI, Vue 3, TailwindCSS and Vite Starter
https://github.com/razorcx-courses/langchain-chatterbox-tutorials

chatbot langchain openai tailwind-css tailwindcss vite vue vue3

Last synced: 3 months ago
JSON representation

LangChain, OpenAI, Vue 3, TailwindCSS and Vite Starter

Awesome Lists containing this project

README

          

# LangChain chatterBox

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

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/)

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## OpenAI Key

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

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```