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