yentinglin commited on
Commit
5714c88
·
1 Parent(s): fe7697d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def generate_response(user_input, max_new_token, top_p, top_k, temperature, do_s
28
  {"role": "user", "content": user_input},
29
  ])
30
  msg += "<|assistant|>\n"
31
- msg = user_input.strip()
32
 
33
  res = client.generate(
34
  msg,
 
28
  {"role": "user", "content": user_input},
29
  ])
30
  msg += "<|assistant|>\n"
31
+ #msg = user_input.strip()
32
 
33
  res = client.generate(
34
  msg,