Skip to content

Commit 2b6934c

Browse files
fix: update webui
1 parent 3f79260 commit 2b6934c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

webui/app.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@ def sum_tokens(client):
103103
"name": "read",
104104
"params": {
105105
"input_file": params.upload_file,
106+
},
107+
},
108+
{
109+
"name": "chunk",
110+
"params": {
106111
"chunk_size": params.chunk_size,
107112
"chunk_overlap": params.chunk_overlap,
108113
},

0 commit comments

Comments
 (0)