nroggendorff commited on
Commit
782048f
·
verified ·
1 Parent(s): 2978054

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,8 +11,8 @@ model.config.pad_token_id = model.config.eos_token_id
11
 
12
  system_prompt = f"<|im_start|>system\nYou are Santa.<|im_end|>\n"
13
 
14
- history = system_prompt
15
  global history
 
16
 
17
  @spaces.GPU(duration=120)
18
  def chat(prompt):
 
11
 
12
  system_prompt = f"<|im_start|>system\nYou are Santa.<|im_end|>\n"
13
 
 
14
  global history
15
+ history = system_prompt
16
 
17
  @spaces.GPU(duration=120)
18
  def chat(prompt):