feat: Add vector search to SearXNG search provider

chore: remove unnecessary type annotation in web.ts
This commit is contained in:
n4ze3m
2024-12-01 17:02:09 +05:30
parent 5687517238
commit 0226de7c39
2 changed files with 11 additions and 3 deletions

View File

@@ -50,7 +50,6 @@ export const getSystemPromptForWeb = async (query: string) => {
} else {
const searchProvider = await getSearchProvider()
//@ts-ignore
search = await searchWeb(searchProvider, query)
}