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

Design the Remote sources upload menu UI
pull/717/head
Alex 9 months ago committed by GitHub
commit 478a034740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: In response, you will get a JSON document containing the answer,query and the result:
```json ```json
{ {
"answer": " Hi there! How can I help you?\n", "answer": "Hi there! How can I help you?\n",
"query": "Hi", "query": "Hi",
"result": " Hi there! How can I help you?\nSOURCES:" "result": "Hi there! How can I help you?\nSOURCES:"
} }
``` ```

Loading…
Cancel
Save