Fix random spaces

This commit is contained in:
beKool.sh
2023-10-29 17:13:23 +05:45
committed by GitHub
parent 71fdff17de
commit 01693cb155

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:"
}
```