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).
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
- Install the dependencies
npm install
-
Add your
OPENAI_API_KEY
to the .env file -
Start the app in development mode
npm run dev
To deploy your app, run
npm run build