Skip to content
Snippets Groups Projects
Unverified Commit b105c6c9 authored by apstrom's avatar apstrom Committed by GitHub
Browse files

Update index.jsx (#1794)

Max. number of context snippets increased from 12 to 200. 
TODO: May remove restraint entirely
parent 245d1b87
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment