adding json to searx for RAG in open-webui

This commit is contained in:
Chris Cochrun 2025-05-15 23:13:58 -05:00
parent 01924df4fa
commit d3afaf234c

View file

@ -13,6 +13,7 @@ with lib;
server.port = 8085;
server.bind_address = "0.0.0.0";
server.secret_key = "cc842bf5ef8c5c7ec04dd29e1f4815bc6ac6c0bcb806b5185d035331bcec58bf";
search.formats = [ "html" "json" ];
# engines = lib.singleton
# { name = "wolframalpha";