Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.18 KB

sveltekit-langchain-boilerplate

App Screenshot

Welcome to the SvelteKit & Langchain Boilerplate repository! This project provides a solid starting point for building powerful, AI-driven applications using SvelteKit for the frontend and LangChain to integrate large language models (LLMs).

Overview

This boilerplate combines the simplicity and ease of use of SvelteKit, a popular framework for building web applications, with the power of LangChain, a library designed to help developers leverage LLMs alongside other sources of computation and knowledge.

With this boilerplate, you can easily create applications such as question-answering systems, chatbots, and intelligent agents by harnessing the power of LLMs, while benefiting from the performance and developer experience offered by SvelteKit.

Uses Picocss

Getting started

  1. Install the dependencies
npm install
  1. Add your OPENAI_API_KEY to the .env file

  2. Start the app in development mode

npm run dev

Deploying

To deploy your app, run

npm run build