xl2533 commited on
Commit
260a026
1 Parent(s): 6c945f2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ cohere_key = '5IRbILAbjTI0VcqTsktBfKsr13Lych9iBAFbLpkj'
25
  faiss_store = './output/'
26
 
27
 
28
- def process(files, model, max_tokens, openai_api_key, n_sample):
29
  """
30
  对文档处理进行摘要,构建问题,构建文档索引
31
  """
 
25
  faiss_store = './output/'
26
 
27
 
28
+ def process(files, openai_api_key, max_tokens, model, n_sample):
29
  """
30
  对文档处理进行摘要,构建问题,构建文档索引
31
  """