Web UI for LLM platform
Top 68.7% on sourcepulse
This project provides a web UI for the l15y/wenda
LLM orchestration platform, enabling users to interact with small models augmented with knowledge retrieval and automated actions, aiming for capabilities comparable to large models. It targets users of the wenda
platform seeking a more feature-rich interface than the default, offering a ChatGPT-like experience with document Q&A and session management.
How It Works
The web UI interacts with the wenda
platform via its API. It leverages a Vue.js 3 frontend with Element Plus for UI components and TypeScript for development. Key features include comprehensive session management, keyboard shortcuts, direct display of knowledge base sources within conversations, and document Q&A capabilities for PDF and DOCX files.
Quick Start & Requirements
npm install
npm run dev
l15y/wenda
platform is mandatory..env
file in the project root.Highlighted Details
Maintenance & Community
The project appears to be actively developed by AlanLee1996, with recent updates in May and June 2023. No specific community channels or external contributors are mentioned in the README.
Licensing & Compatibility
The README does not specify a license. Compatibility for commercial use or closed-source linking is not addressed.
Limitations & Caveats
The project is still under development, with features like custom conversation roles and custom knowledge base sources marked as "to be completed." Users must ensure the core wenda
project is functional before using this UI.
2 years ago
Inactive