Lightweight web UI for interacting with OpenAI and Azure OpenAI
Top 98.8% on sourcepulse
ChatGPT Lite is a lightweight, Next.js-based web interface for interacting with OpenAI and Azure OpenAI models. It targets developers and users seeking a customizable, private ChatGPT experience, offering features like markdown support, prompt storage, and multi-person chats, serving as a foundation for AI-powered Next.js applications.
How It Works
Built with Next.js and the OpenAI Chat API, the application provides a fast, web-based UI. It supports both OpenAI and Azure OpenAI endpoints, allowing users to deploy a private ChatGPT instance. The architecture is designed for clarity and extensibility, making it suitable as a starting point for custom AI projects.
Quick Start & Requirements
docker run -d -p 3000:3000 -e OPENAI_API_KEY="<REPLACE-ME>" blrchen/chatgpt-lite
(for OpenAI)npm install
, npm run dev
Highlighted Details
Maintenance & Community
Contributions are welcome via Pull Requests.
Licensing & Compatibility
The repository does not explicitly state a license in the provided README. Users should verify licensing for commercial or closed-source use.
Limitations & Caveats
The README does not specify a license, which may impact commercial use. The project appears to be actively maintained, but specific versioning or deprecation information is not detailed.
2 months ago
1+ week