This commit is contained in:
Kyle Corbitt
2023-07-06 15:20:45 -07:00
parent 0844fb0da7
commit 1fa0d7bc62
5 changed files with 34 additions and 28 deletions

View File

@@ -65,14 +65,14 @@ export function EvaluationEditor(props: {
</HStack>
<FormControl>
<FormLabel fontSize="sm">Match String</FormLabel>
<FormHelperText>
This string will be interpreted as a regex and checked against each model output.
</FormHelperText>
<Input
size="sm"
value={values.matchString}
onChange={(e) => setValues((values) => ({ ...values, matchString: e.target.value }))}
/>
<FormHelperText>
This string will be interpreted as a regex and checked against each model output.
</FormHelperText>
</FormControl>
<HStack alignSelf="flex-end">
<Button size="sm" onClick={props.onCancel} colorScheme="gray">