GitHub - Velonova-AI/LLMAdmin

1 min read Original article ↗

An Open-Source LLM Admin Dashboard for creating and managing LLM's built With Next.js and the AI SDK by Vercel.

Screenshots

Create Assistant

Manage Assistants

Chat Interface

Features

  • Nextjs Auth
  • Admin dashboard to create LLM's with temperature,max tokens, system prompts and RAG
  • Deployable to Vercel with PostGres as the backend DB

Deploy Your Own or to Vercel

Deploy with Vercel

Running locally

You will need to use the environment variables defined in .env.example to run Next.js AI Chatbot. It's recommended you use Vercel Environment Variables for this, but a .env file is all that is necessary.

Your app template should now be running on localhost:3000.

You modify the code to your needs as per the documentation on https://ai-sdk.dev/ and https://github.com/vercel/ai-chatbot