Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -116,7 +116,9 @@ const NewEvaluationModal: React.FC<Props> = ({onSuccess, ...props}) => {
return
setSubmitLoading(true)
createEvalutaiton(appId, {
...values,
testset_id: values.testset_id,
variant_ids: values.variant_ids,
evaluators_configs: values.evaluators_configs,
rate_limit: rateLimitValues,
lm_providers_keys: {openai: getApikeys()},
})

0 comments on commit 8223ef7

Please sign in to comment.