mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
Update index.jsx (#1794)
Max. number of context snippets increased from 12 to 200. TODO: May remove restraint entirely
This commit is contained in:
parent
245d1b878e
commit
b105c6c969
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ export default function MaxContextSnippets({ workspace, setHasChanges }) {
|
|||
name="topN"
|
||||
type="number"
|
||||
min={1}
|
||||
max={12}
|
||||
max={200}
|
||||
step={1}
|
||||
onWheel={(e) => e.target.blur()}
|
||||
defaultValue={workspace?.topN ?? 4}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue