Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.92 KB

README.md

File metadata and controls

44 lines (26 loc) · 1.92 KB

This repository is a Next.js project bootstrapped with create-next-app. It uses Vercel's AI SDK and Langchain to implement an LLM-powered chatbot with the llama3.1 model downloaded from Ollama.

I recommend using the Open WebUI project. It is an extensible, feature-rich, and user-friendly self-hosted WebUI designed to operate entirely offline. It supports various LLM runners, including Ollama and OpenAI-compatible APIs.

Getting Started

Install the packages:

npm install

Download Ollama and run the llama3.1 model:

ollama run llama3.1

Run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can edit the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the Next.js creators.

Check out our Next.js deployment documentation for more details.