Minor bug fix

This commit is contained in:
oobabooga 2023-02-23 15:26:41 -03:00
parent 2e86a1ec04
commit b78561fba6
2 changed files with 5 additions and 7 deletions

View file

@ -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,