Merge remote-tracking branch 'origin/new-page-framework' into llm_framework

This commit is contained in:
aries_ckt 2023-06-28 17:19:47 +08:00
commit 24e7c1e810
2 changed files with 2 additions and 2 deletions

View File

@ -352,7 +352,7 @@ const Documents = () => {
{
method: 'POST',
headers: {
'Content-Type': 'application/json'
'Content-Type': 'multipart/form-data'
},
body: JSON.stringify({
doc_name: documentName,

View File

@ -349,7 +349,7 @@ const Index = () => {
{
method: 'POST',
headers: {
'Content-Type': 'application/json'
'Content-Type': 'multipart/form-data'
},
body: JSON.stringify({
doc_name: documentName,