Spaces:
Running
Running
wangrongsheng
commited on
Commit
•
2184551
1
Parent(s):
1f65e9c
Update app.py
Browse files
app.py
CHANGED
@@ -784,7 +784,7 @@ def upload_pdf(api_keys, text, model_name, p, temperature, file):
|
|
784 |
temperature=temperature)
|
785 |
sum_info, cost = reader.summary_with_chat(
|
786 |
paper_list=paper_list) # type: ignore
|
787 |
-
return cost, sum_info
|
788 |
|
789 |
|
790 |
api_title = "api-key可用验证"
|
|
|
784 |
temperature=temperature)
|
785 |
sum_info, cost = reader.summary_with_chat(
|
786 |
paper_list=paper_list) # type: ignore
|
787 |
+
return cost, sum_info
|
788 |
|
789 |
|
790 |
api_title = "api-key可用验证"
|