Skip to content
Bruce D'Ambrosio edited this page Apr 25, 2023 · 3 revisions

Welcome to the llmsearch wiki!

As people find llmsearch useful, I will expand this. Let me know what you would like to see.

The openai plugin format is a pretty standard web endpoint, as defined in the openapi.yaml

(the yaml also includes what looks like a bunch of text comments, which chatGPT reads to understand capabilities of the plugin.)

This means, if you run main.py, quart_cors will start a simple webserver hosting the endpoints defined in the yaml. Since llmsearch currently has authentication off, this means anything can use the endpoints, not just openai.

Plans update:

  1. There is a minor bug that can cause llmsearch to return paragraphs out of order. I should fix that.
  2. I will be adding a config file. One immediate option is to be able to config unlisted sites as included or ignored. Current behavior is to include unlisted sites. Another will allow specifying other search engines.
  3. I'm working on search phrase rewrite for searches that return no urls.
Clone this wiki locally