mirror of
https://github.com/langchain-ai/auto-evaluator.git
synced 2026-07-01 20:44:05 -04:00
default to 1 question in Playground
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user