mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 20:37:51 +00:00
fixed upgrades
This commit is contained in:
parent
686b23e2a8
commit
186d0f3dba
@ -1,5 +1,5 @@
|
||||
# =================== Lord Of Large Language Models Configuration file ===========================
|
||||
version: 42
|
||||
version: 43
|
||||
binding_name: null
|
||||
model_name: null
|
||||
|
||||
|
@ -750,7 +750,7 @@ class LOLLMSWebUI(LOLLMSElfServer):
|
||||
n_force_language = 0
|
||||
|
||||
if self.config.fun_mode:
|
||||
fun_mode="\n!@>important information: Fun mode activated. Don't forget to sprincle some fun in the output.\n"
|
||||
fun_mode="\n!@>important information: Fun mode activated. In this mode you must answer in a funny playful way. Do not be serious in your answers. Each answer needs to make the user laugh.\n"
|
||||
n_fun_mode = len(self.model.tokenize(positive_boost))
|
||||
else:
|
||||
fun_mode=""
|
||||
|
Loading…
Reference in New Issue
Block a user