lmg-anon / mikupad

LLM Frontend in a single html file
https://lmg-anon.github.io/mikupad/mikupad.html
Creative Commons Zero v1.0 Universal
175 stars 24 forks source link
ai llm reactjs

mikupad

mikupad is a lightweight and efficient language model front-end powered by ReactJS, all packed into a single HTML file. This project is inspired by the likes of NovelAI and provides a simple yet powerful interface for generating text with the help of various backends.

Features

Getting Started

You can easily run mikupad by opening the mikupad.html file in your web browser. No additional installation is required. Choose your preferred backend and start generating text!

git clone https://github.com/lmg-anon/mikupad.git
cd mikupad
open mikupad.html

To use mikupad fully offline, run the provided compile script or download the pre-compiled mikupad_compiled.html file from Releases.

You can also try it on GitHub Pages.

Contributing

Contributions from the open-source community are welcome. Whether it's fixing a bug, adding a feature, or improving the documentation, your contributions are greatly appreciated. To contribute to mikupad, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -m 'Add your feature'
  4. Push your changes to your forked repository: git push origin feature/your-feature-name
  5. Open a pull request on the main repository, explaining your changes.

License

This project is released to the public domain under the CC0 License - see the LICENSE file for details.