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.
-
Clone this repository or fork it for your own use.
-
Create a .env file and add your OPEN_AI_KEY - Go to Open AI to create your key Open AI
-
Run the following command to initialise the project and install the dependencies
# Using Yarn
yarn
# Using NPM
npm install
- Run the following command
# Using Yarn
yarn dev
# Using NPM
npm run dev