mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-20 17:22:47 +00:00
bugfix
This commit is contained in:
parent
8eedda84d6
commit
b396d57e38
@ -339,7 +339,7 @@ class ModelProcess:
|
||||
prompt,
|
||||
new_text_callback=callback,
|
||||
n_predict=n_predict,
|
||||
temp=self.config['temperature'],
|
||||
temperature=self.config['temperature'],
|
||||
top_k=self.config['top_k'],
|
||||
top_p=self.config['top_p'],
|
||||
repeat_penalty=self.config['repeat_penalty'],
|
||||
@ -352,7 +352,7 @@ class ModelProcess:
|
||||
prompt,
|
||||
new_text_callback=callback,
|
||||
n_predict=self.n_predict,
|
||||
temp=self.personality.model_temperature,
|
||||
temperature=self.personality.model_temperature,
|
||||
top_k=self.personality.model_top_k,
|
||||
top_p=self.personality.model_top_p,
|
||||
repeat_penalty=self.personality.model_repeat_penalty,
|
||||
|
Loading…
x
Reference in New Issue
Block a user