mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
This commit is contained in:
@@ -594,7 +594,7 @@ class model_settings(settings):
|
|||||||
self.oaiapikey = "" # API key to use for OpenAI API calls
|
self.oaiapikey = "" # API key to use for OpenAI API calls
|
||||||
self.configname = None
|
self.configname = None
|
||||||
self.online_model = ''
|
self.online_model = ''
|
||||||
self.welcome_default = "<img src='static/Welcome_Logo.png' style='max-width: 720px; width: 100%;'><br/>Please load a model from the left." # Custom Welcome Text
|
self.welcome_default = "<img id='welcome-logo' src='static/Welcome_Logo.png'><br/>Please load a model from the left." # Custom Welcome Text
|
||||||
self.welcome = self.welcome_default
|
self.welcome = self.welcome_default
|
||||||
self.koboldai_vars = koboldai_vars
|
self.koboldai_vars = koboldai_vars
|
||||||
|
|
||||||
|
@@ -2398,7 +2398,11 @@ body {
|
|||||||
color: white
|
color: white
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#welcome-logo {
|
||||||
|
pointer-events: none;
|
||||||
|
max-width: 720px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
/*---------------------------------- Global ------------------------------------------------*/
|
/*---------------------------------- Global ------------------------------------------------*/
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none;
|
display: none;
|
||||||
|
Reference in New Issue
Block a user