JUNGU commited on
Commit
7b34387
1 Parent(s): f30c750

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def chat(message, history, temperature, do_sample, max_tokens):
60
 
61
 
62
 
63
- chat.insert(0, {"role":, "system", "content": instruction})
64
 
65
  chat.append({"role": "user", "content": message})
66
 
 
60
 
61
 
62
 
63
+ chat.insert(0, {"role": "system", "content": instruction})
64
 
65
  chat.append({"role": "user", "content": message})
66