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
- Host: GitHub
- URL: https://github.com/razorcx-courses/langchain-chatterbox-tutorials
- Owner: razorcx-courses
- Created: 2024-03-15T16:36:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T21:11:03.000Z (over 2 years ago)
- Last Synced: 2025-02-16T03:41:20.119Z (over 1 year ago)
- Topics: chatbot, langchain, openai, tailwind-css, tailwindcss, vite, vue, vue3
- Language: Vue
- Homepage: https://chatterbox-langchain.netlify.app
- Size: 162 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```