mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-19 08:18:48 +00:00
feat(search): Add searchUrl to message feat(parsers): Enhance parsers to deal with some thinking models better.
10 lines
483 B
XML
10 lines
483 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
|
|
<ShortName>Perplexica</ShortName>
|
|
<Description>Search with Perplexica AI</Description>
|
|
<InputEncoding>UTF-8</InputEncoding>
|
|
<Image width="16" height="16" type="image/x-icon">/favicon.ico</Image>
|
|
<Url type="text/html" template="/?q={searchTerms}"/>
|
|
<Url type="application/opensearchdescription+xml" rel="self" template="/opensearch.xml"/>
|
|
</OpenSearchDescription>
|