fxi
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ cohere_key = '5IRbILAbjTI0VcqTsktBfKsr13Lych9iBAFbLpkj'
|
|
25 |
faiss_store = './output/'
|
26 |
|
27 |
|
28 |
-
def process(files,
|
29 |
"""
|
30 |
对文档处理进行摘要,构建问题,构建文档索引
|
31 |
"""
|
|
|
25 |
faiss_store = './output/'
|
26 |
|
27 |
|
28 |
+
def process(files, openai_api_key, max_tokens, model, n_sample):
|
29 |
"""
|
30 |
对文档处理进行摘要,构建问题,构建文档索引
|
31 |
"""
|