Skip to content

Commit 634fd46

Browse files
committed
cleanup
1 parent b02c6e1 commit 634fd46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def read_last_rows(path: str, max_rows: int = 20):
247247
return header, last
248248

249249
comp_header, comp_rows = read_last_rows(COMPLETION_LOG)
250-
fb_header, fb_rows = read_last_rows(FEEDBACK_LOG)
250+
fb_header, fb_rows = read_last_rows(FEEDBACK_LOG)
251251

252252
html = ["<html><body style='font-family: sans-serif'>"]
253253

@@ -397,7 +397,6 @@ async def generate_stream():
397397
"total_tokens": total_tokens
398398
}
399399
}
400-
401400
return response
402401

403402
@app.post("/complete")

0 commit comments

Comments
 (0)