Version 8.0.0 changes (from 7.10.0):
Chat Models
- Added
Deepseek R1
- excellent new thinking model
Embedding Models
- Added the current top-ranking embedding models Qwen3-Embedding-0.6B, Qwen3-Embedding-4B, and Qwen3-Embedding-8B
- Removed
gte-Qwen2-1.5B-instruct
- superseded by Qwen3 models
Text to Speech
- Added the exciting new chatterbox backend
Tools Tab
- Added a chart showing embedding model memory usage.

- Fixed scraping of libraries significantly and commented out TO DO to fix.
- Added Radeon RX 9060 series to GPU chart.
Ask Jeeves
- Updated Jeeves' knowledge to include any/all instructions to run the
Kobold
chat backend. - Updated Jeeves' knowledge in general.
General Improvements
- Updated dependencies.
- Refactored database operations.
- Eliminated padding/truncation errors.
Installation
- Just follow the installation instructions on the github readme.
Upgrading from a Prior Version
INSTRUCTIONS FOR UPGRADING FROM A PRIOR VERSION
To upgrade from a prior version while still keeping your databases and models that were downloaded, perform the following steps:
- In your directory that contains all of the files currently...delete the
Include
,Lib
,Scripts
folders. (pertain to your virtual environment) - Delete the
pyvenv.cfg
file. (pertains to your virtual environment) - At this point, any and all files pertaining to your virtual environment are gone.
- Delete the
Assets
andCSS
folders. (new ones will be provided in their entirety further below) - Extract all the files from the
.zip
file for this release and go into thesrc
folder. - Copy all files and folders EXCEPT THE CONFIG.YAML FILE into the aforementioned folder where you virtual environment USED TO BE. If there are any prompts indicating that files will be overwritten, CLICK YES since we're only updating necessary files now.
- EXCEPT THE CONFIG.YAML FILE!
- EXCEPT THE CONFIG.YAML FILE!
- last time...EXCEPT THE CONFIG.YAML FILE!
Afterwards, open a command prompt and run the installation instructions on this repository's page; specifically:
python -m venv .
.\Scripts\activate
python setup_windows.py