Minor bug fix
This commit is contained in:
parent
2e86a1ec04
commit
b78561fba6
2 changed files with 5 additions and 7 deletions
|
@ -5,11 +5,11 @@ tokenizer = None
|
|||
model_name = ""
|
||||
soft_prompt_tensor = None
|
||||
soft_prompt = False
|
||||
stop_everything = False
|
||||
|
||||
# Chat variables
|
||||
history = {'internal': [], 'visible': []}
|
||||
character = 'None'
|
||||
stop_everything = False
|
||||
|
||||
settings = {
|
||||
'max_new_tokens': 200,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue