fixed upgrades

This commit is contained in:
Saifeddine ALOUI 2024-01-12 20:21:10 +01:00
parent 686b23e2a8
commit 186d0f3dba
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# =================== Lord Of Large Language Models Configuration file ===========================
version: 42
version: 43
binding_name: null
model_name: null

View File

@ -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=""