Spaces:
Sleeping
Sleeping
peterkchung
commited on
Update app.py retry function syntax error
Browse files
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(
|
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,
|