For evaluation functions variants, active has to be set to false explicitly otherwise some fallback happens #7055
eibrahim95
started this conversation in
Bug Reports
Replies: 1 comment 1 reply
-
|
Also it would be great to be able to choose the evaluation variant from the ui, instead of having to change active in config and redeploying. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I had this evaluation config:
I noticed that there are evaluation inferences ran using other variants other than the active one
gpt-audio-mini, it looked like it was failing and somehow was falling back to other variants, although i don't have any fallback logic configuredAfter talking with claude code, It told me
And yes, when I added
active = falseto other variants, I now can see error in evaluation inferences, instead of silently falling back.Beta Was this translation helpful? Give feedback.
All reactions