Update SEARCH.md
This commit is contained in:
parent
15203c123d
commit
8902abdcee
|
@ -28,7 +28,10 @@ The API accepts a JSON object in the request body, where you define the focus mo
|
||||||
},
|
},
|
||||||
"focusMode": "webSearch",
|
"focusMode": "webSearch",
|
||||||
"query": "What is Perplexica",
|
"query": "What is Perplexica",
|
||||||
"history": []
|
"history": [
|
||||||
|
["human", "Hi, how are you?"],
|
||||||
|
["assistant", "I am doing well, how can I help you today?"]
|
||||||
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue