Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,6 @@ if submitted:
|
|
53 |
top_p=random.uniform(0.7, 1.0),
|
54 |
stream=True
|
55 |
)
|
56 |
-
minutes, seconds, milliseconds = process_with_timing()
|
57 |
|
58 |
# Concatenate chunks to form the full response
|
59 |
for chunk in stream:
|
|
|
53 |
top_p=random.uniform(0.7, 1.0),
|
54 |
stream=True
|
55 |
)
|
|
|
56 |
|
57 |
# Concatenate chunks to form the full response
|
58 |
for chunk in stream:
|