Replies: 1 comment
|
Thanks for the feature request, @mmabrouk. We have just shipped the feature with the release of |
0 replies
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.
Body:
We should add the ability to run test cases multiple times in the playground. This would let users check model consistency directly from the UI.
Problem
Users currently can't test how consistent their prompts are across multiple runs. They need to manually run the same test case several times or write code to do it programmatically.
Proposed solution
Add a repetition setting in the playground configuration. Users would click the configuration icon and specify how many times each test case should run.
Implementation details
The configuration could work like this:
Use cases
This helps users:
All reactions