From 23b7a08abb59e35621cf8d8f5bc23ef9315fea84 Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Fri, 28 Oct 2022 02:04:39 +0300 Subject: [PATCH] Update koboldai_settings.py --- koboldai_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldai_settings.py b/koboldai_settings.py index 81e37ce1..354aaad0 100644 --- a/koboldai_settings.py +++ b/koboldai_settings.py @@ -594,7 +594,7 @@ class model_settings(settings): self.oaiapikey = "" # API key to use for OpenAI API calls self.configname = None self.online_model = '' - self.welcome_default = """
Please load a model from the left.
+ self.welcome_default = """
Please load a model from the left.
If you encounter any issues, please click the Download debug dump link in the Home tab on the left flyout and attach the downloaded file to your error report on Github, Reddit, or Discord. A redacted version (without story text) is available.
""" # Custom Welcome Text self.welcome = self.welcome_default