Move chat history into shared module
This commit is contained in:
parent
c87800341c
commit
2e86a1ec04
3 changed files with 82 additions and 85 deletions
|
@ -7,6 +7,10 @@ soft_prompt_tensor = None
|
|||
soft_prompt = False
|
||||
stop_everything = False
|
||||
|
||||
# Chat variables
|
||||
history = {'internal': [], 'visible': []}
|
||||
character = 'None'
|
||||
|
||||
settings = {
|
||||
'max_new_tokens': 200,
|
||||
'max_new_tokens_min': 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue