Skip to content

Commit

Permalink
Fix typo in frontend for SearXNG agent setup (#2917)
Browse files Browse the repository at this point in the history
fix typo in frontend for SearXNG agent setup
  • Loading branch information
shatfield4 authored Dec 30, 2024
1 parent bbc0bec commit 99b6ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,13 +265,13 @@ export function SearXNGOptions({ settings }) {
<div className="flex gap-x-4">
<div className="flex flex-col w-60">
<label className="text-white text-sm font-semibold block mb-3">
SearXNG API base URL
SearXNG API Base URL
</label>
<input
type="url"
name="env::AgentSearXNGApiUrl"
className="border-none bg-theme-settings-input-bg text-white placeholder:text-theme-settings-input-placeholder text-sm rounded-lg focus:outline-primary-button active:outline-primary-button outline-none block w-full p-2.5"
placeholder="SearXNG API Key"
placeholder="SearXNG API Base URL"
defaultValue={settings?.AgentSearXNGApiUrl}
required={true}
autoComplete="off"
Expand Down
5 changes: 0 additions & 5 deletions server/storage/vector-cache/VECTOR_CACHE.md

This file was deleted.

0 comments on commit 99b6ded

Please sign in to comment.