How to use DeepEval in Rust LLM application #1901
Unanswered
hongbo-miao
asked this question in
Q&A
Replies: 1 comment
|
@hongbo-miao for other languages the best way is to use Confident AI, as we offer an Evals API that allows you to call evals remotely: https://www.confident-ai.com/docs/api-reference/evaluation/evaluate-llm |
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.
Uh oh!
There was an error while loading. Please reload this page.
I have a LLM service writing in Rust.
I am wondering if I could leverage DeepEval as well.
One idea in my mind is that for example if the agent exposes OpenAI format REST API, maybe DeepEval can test on endpoint, so it will decoupled with the language.
Thank you!☺️
All reactions