Merge pull request #725 from beKoool/remote-upload-ui

Design the Remote sources upload menu UI
This commit is contained in:
Alex 2023-10-29 13:57:07 +00:00 committed by GitHub
commit 478a034740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,9 +39,9 @@ fetch("http://127.0.0.1:5000/api/answer", {
In response, you will get a JSON document containing the answer,query and the result:
```json
{
"answer": " Hi there! How can I help you?\n",
"answer": "Hi there! How can I help you?\n",
"query": "Hi",
"result": " Hi there! How can I help you?\nSOURCES:"
"result": "Hi there! How can I help you?\nSOURCES:"
}
```