default to 1 question in Playground

This commit is contained in:
rlm
2023-05-15 22:04:37 -07:00
parent 9b1db27532
commit 7c763adbb7
+1 -1
View File
@@ -9,7 +9,7 @@ import Playground from "../../components/Playground";
const PlaygroundPage = () => {
const form = useForm<FormValues>({
defaultValues: {
evalQuestionsCount: 5,
evalQuestionsCount: 1,
chunkSize: 1000,
overlap: 100,
splitMethod: "RecursiveTextSplitter",