peterkchung commited on
Commit
ded0246
·
verified ·
1 Parent(s): ad5e2a1

Update app.py retry function syntax error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def query_completion(
64
  history[-1][1] += response.token.text
65
  yield history
66
 
67
- def retry_query(history):
68
  history,
69
  lookback = 3,
70
  max_new_tokens = 256,
 
64
  history[-1][1] += response.token.text
65
  yield history
66
 
67
+ def retry_query(
68
  history,
69
  lookback = 3,
70
  max_new_tokens = 256,