This PR refactors make-me-say to be compatible with the Solvers API.
Instead of passing three completion functions, the eval is now passed one solver as the con artist and two completion functions as the mark and summary model respectively. We still assume gpt-4-32k and gpt-3.5-turbo-16k as defaults, as #1530 is not yet merged. (Edit: Reviewer suggested adding gpt-4o-mini as default instead and changing the registry ourselves.)
Submission agreement
By contributing to Evals, you are agreeing to make your evaluation logic and data under the same MIT license as this repository. You must have adequate rights to upload any data used in an Eval. OpenAI reserves the right to use this data in future service improvements to our product. Contributions to OpenAI Evals will be subject to our usual Usage Policies (https://platform.openai.com/docs/usage-policies).
[x] I agree that my submission will be made available under an MIT license and complies with OpenAI's usage policies.
This PR refactors make-me-say to be compatible with the Solvers API.
Instead of passing three completion functions, the eval is now passed one solver as the con artist and two completion functions as the mark and summary model respectively.
We still assume(Edit: Reviewer suggested addinggpt-4-32k
andgpt-3.5-turbo-16k
as defaults, as #1530 is not yet merged.gpt-4o-mini
as default instead and changing the registry ourselves.)Submission agreement
By contributing to Evals, you are agreeing to make your evaluation logic and data under the same MIT license as this repository. You must have adequate rights to upload any data used in an Eval. OpenAI reserves the right to use this data in future service improvements to our product. Contributions to OpenAI Evals will be subject to our usual Usage Policies (https://platform.openai.com/docs/usage-policies).