mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
New link messages
This commit is contained in:
@@ -10861,6 +10861,8 @@ def run():
|
|||||||
# delay the display of this message until after that step
|
# delay the display of this message until after that step
|
||||||
logger.message(f"KoboldAI has finished loading and is available at the following link for UI 1: {cloudflare}")
|
logger.message(f"KoboldAI has finished loading and is available at the following link for UI 1: {cloudflare}")
|
||||||
logger.message(f"KoboldAI has finished loading and is available at the following link for UI 2: {cloudflare}/new_ui")
|
logger.message(f"KoboldAI has finished loading and is available at the following link for UI 2: {cloudflare}/new_ui")
|
||||||
|
logger.message(f"KoboldAI has finished loading and is available at the following link for KoboldAI Lite: {cloudflare}/lite")
|
||||||
|
logger.message(f"KoboldAI has finished loading and is available at the following link for the API: {cloudflare}/api")
|
||||||
else:
|
else:
|
||||||
logger.init_ok("Webserver", status="OK")
|
logger.init_ok("Webserver", status="OK")
|
||||||
logger.message(f"Webserver has started, you can now connect to this machine at port: {port}")
|
logger.message(f"Webserver has started, you can now connect to this machine at port: {port}")
|
||||||
|
@@ -1116,8 +1116,10 @@ def load_model(path: str, model_type: str, badwordsids=koboldai_settings.badword
|
|||||||
thread_resources_env = maps.ResourceEnv(maps.Mesh(devices, ('dp', 'mp')), ())
|
thread_resources_env = maps.ResourceEnv(maps.Mesh(devices, ('dp', 'mp')), ())
|
||||||
maps.thread_resources.env = thread_resources_env
|
maps.thread_resources.env = thread_resources_env
|
||||||
if initial_load:
|
if initial_load:
|
||||||
logger.message(f"KoboldAI has finished loading and is available at the following link for UI 1: {koboldai_vars.cloudflare_link}")
|
logger.message(f"KoboldAI has finished loading and is available at the following link for UI 1: {cloudflare}")
|
||||||
logger.message(f"KoboldAI has finished loading and is available at the following link for UI 2: {koboldai_vars.cloudflare_link}/new_ui")
|
logger.message(f"KoboldAI has finished loading and is available at the following link for UI 2: {cloudflare}/new_ui")
|
||||||
|
logger.message(f"KoboldAI has finished loading and is available at the following link for KoboldAI Lite: {cloudflare}/lite")
|
||||||
|
logger.message(f"KoboldAI has finished loading and is available at the following link for the API: {cloudflare}/api")
|
||||||
|
|
||||||
global badwords
|
global badwords
|
||||||
# These are the tokens that we don't want the AI to ever write
|
# These are the tokens that we don't want the AI to ever write
|
||||||
|
Reference in New Issue
Block a user