Skip to content

A experimental Open AI GPT chat bot built with SvelteKit and Langchain.

Notifications You must be signed in to change notification settings

OfferZen-Community/gpt-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this project

This project is a skeleton project to setup a front end UI with backend that communicates with Open AI's LLM using langchain The project consists of a SvelteKit front end using sveltes node server side. TypeScript support can be added. SvelteKit Typescript support Use this repo to help explore the world of AI.

Project setup

  1. Clone this repository or fork it for your own use.

  2. Create a .env file and add your OPEN_AI_KEY - Go to Open AI to create your key Open AI

  3. Run the following command to initialise the project and install the dependencies

# Using Yarn
yarn

# Using NPM
npm install

Running the project

  1. Run the following command
# Using Yarn
yarn dev

# Using NPM
npm run dev

Additional resources and links

  1. SvelteKit
  2. Open AI
  3. VectorDB's for further exploration Pinecone
  4. Supabase for Vector DB's, Postgresql DB's and Websockets Supabase

About

A experimental Open AI GPT chat bot built with SvelteKit and Langchain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published