mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 17:44:38 +00:00
updated lite
This commit is contained in:
parent
740f91e3fd
commit
2b5d8e467b
1 changed files with 5 additions and 0 deletions
|
@ -2053,6 +2053,10 @@ Current version indicated by LITEVER below.
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.corpowelcomesmall
|
||||||
|
{
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
.corpomainbtm
|
.corpomainbtm
|
||||||
{
|
{
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
|
@ -19713,6 +19717,7 @@ Current version indicated by LITEVER below.
|
||||||
return `<div class='corpowelcome'>
|
return `<div class='corpowelcome'>
|
||||||
<img src="`+niko_square+`" style="height:80px;width:auto;padding:10px;border-radius: 20%;"/>
|
<img src="`+niko_square+`" style="height:80px;width:auto;padding:10px;border-radius: 20%;"/>
|
||||||
<p>How can I help you today?</p>
|
<p>How can I help you today?</p>
|
||||||
|
${(welcome!=""?`<br><div class='corpowelcomesmall'><em>${escape_html(welcome)}</em></div>`:``)}
|
||||||
</div>`;
|
</div>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue