This repository features a web UI designed for interacting with ExllamaV2's API (TabbyAPI). Features:
- Easy one-click installation with venv, simply download and deploy directly (requires python installed).
- Load or unload ExllamaV2 models (exl2 models).
- Support for basic features for engaging with LLMs, including text generation, conversation (under construction).
- Install Python. Make sure to check "Add Python X.X to PATH" during the installation.
- Set up TabbyAPI according to its instructions. You will obtain the API URL and API KEY from this step.
- Clone this repository to your local machine, or simply download it (Code -> Download ZIP).
- Run the
start.bat
file. This will create a virtual environment (venv) and install necessary dependencies. - Open the URL indicated in the terminal in your browser (e.g., http://localhost:8501).
- All set! You can input the API URL and API key in the left sidebar, as well as switch between models.