mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
updating submodule
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +1,6 @@
|
|||||||
[submodule "KoboldAI-Horde"]
|
[submodule "KoboldAI-Horde"]
|
||||||
path = KoboldAI-Horde
|
path = KoboldAI-Horde
|
||||||
url = https://github.com/db0/KoboldAI-Horde-Bridge
|
url = https://github.com/db0/KoboldAI-Horde-Bridge
|
||||||
|
[submodule "KoboldAI-Horde-Bridge"]
|
||||||
|
path = KoboldAI-Horde-Bridge
|
||||||
|
url = https://github.com/db0/KoboldAI-Horde-Bridge
|
||||||
|
Submodule KoboldAI-Horde deleted from 790cc14ad8
1
KoboldAI-Horde-Bridge
Submodule
1
KoboldAI-Horde-Bridge
Submodule
Submodule KoboldAI-Horde-Bridge added at 8fd65b60e9
@@ -1327,7 +1327,7 @@ class system_settings(settings):
|
|||||||
if value == True:
|
if value == True:
|
||||||
if self._horde_pid is None:
|
if self._horde_pid is None:
|
||||||
logger.info("Starting Horde bridge")
|
logger.info("Starting Horde bridge")
|
||||||
bridge = importlib.import_module("KoboldAI-Horde.bridge")
|
bridge = importlib.import_module("KoboldAI-Horde-Bridge.bridge")
|
||||||
self._horde_pid = bridge.kai_bridge()
|
self._horde_pid = bridge.kai_bridge()
|
||||||
threading.Thread(target=self._horde_pid.bridge, args=(1, "0000000000", f"Automated Instance #{random.randint(-100000000, 100000000)}", 'http://127.0.0.1:{}'.format(self.port), "http://koboldai.net", [])).run()
|
threading.Thread(target=self._horde_pid.bridge, args=(1, "0000000000", f"Automated Instance #{random.randint(-100000000, 100000000)}", 'http://127.0.0.1:{}'.format(self.port), "http://koboldai.net", [])).run()
|
||||||
else:
|
else:
|
||||||
|
Reference in New Issue
Block a user