mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-05 21:21:02 +00:00
Merge pull request #725 from beKoool/remote-upload-ui
Design the Remote sources upload menu UI
This commit is contained in:
commit
478a034740
@ -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:"
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user