Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement capability to compare response against different LLM #12

Open
3 tasks
edwardmfho opened this issue Jun 7, 2023 · 0 comments
Open
3 tasks

Comments

@edwardmfho
Copy link

Currently promptimize only evaluate results as pre-defined by developers. We could potentially leverage the current tool, to compare response against different LLMs. For example, we could use GPT-4 as a benchmark, to evaluate the responses from a custom model, on whether they produce similar results.

  • Add in optional parameter for defining a "target" LLMs.
  • Add in function to compare the "similiarity" of the results
  • Allow user to still utilise manual test cases to compare the two LLMs being evaluated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant