mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
api name
This commit is contained in:
parent
4a64f98c82
commit
e5b4e4d569
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ class Eval(Protocol):
|
|||
eval_task_config: AppEvalTaskConfig, # type: ignore
|
||||
) -> Job: ...
|
||||
|
||||
@webmethod(route="/eval/evaluate", method="POST")
|
||||
async def evaluate(
|
||||
@webmethod(route="/eval/evaluate_rows", method="POST")
|
||||
async def evaluate_rows(
|
||||
self,
|
||||
input_rows: List[Dict[str, Any]],
|
||||
scoring_functions: List[str],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue