fix: response

This commit is contained in:
archer
2023-04-10 21:27:13 +08:00
parent 6a2b34cb92
commit aaa350a13e
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
接受一个csv文件表格头包含 question 和 answer。question 代表问题answer 代表答案。
导入前会进行去重,如果问题和答案完全相同,则不会被导入,所以最终导入的内容可能会比文件的内容少。
导入前会进行去重,如果问题和答案完全相同,则不会被导入,所以最终导入的内容可能会比文件的内容少。但是,对于带有换行的内容,目前无法去重。
| question | answer |
| --- | --- |
| 什么是 laf | laf 是一个云函数开发平台…… |