TeaSitta / AI-Horde-Worker

Turn your local KoboldAI compatible API into an AI Horde worker
GNU Affero General Public License v3.0
0 stars 0 forks source link

Confirm compatible integration with KAI-United #15

Open TeaSitta opened 7 months ago

TeaSitta commented 7 months ago

Don't make more work for Henky, ideally this should be a drop-in replacement.

TeaSitta commented 7 months ago

It looks like just 2 line have to be changed, but I am struggling to get kai to run and would like someone more familiar to test.

koboldai_settings.py line 1411 change to: bd_module = importlib.import_module("AI-Horde-Worker.worker.bridge_data") line 1424: worker_module = importlib.import_module("AI-Horde-Worker.worker.scribe_worker")

Branch created with applicable changes https://github.com/TeaSitta/KoboldAI/commit/dd65fd4c79eefe17e1448b9bf6e585171e8d8994