cedpsam commited on
Commit
bc192d3
·
1 Parent(s): 8752430

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def generate(
51
  temperature=temperature,
52
  max_tokens=30,
53
  top_p=top_p,)
54
- output="ans:"+output
55
  # for response in stream:
56
  # output += response.token.text
57
  # yield output
 
51
  temperature=temperature,
52
  max_tokens=30,
53
  top_p=top_p,)
54
+ output=formatted_prompt+"ans:"+output
55
  # for response in stream:
56
  # output += response.token.text
57
  # yield output