Skip to content

Commit 0ef3fb3

Browse files
committed
Fix stale openai reference in endpoint command help text
1 parent 64f4f5a commit 0ef3fb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lighteval/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
lighteval.main_endpoint.app,
7777
name="endpoint",
7878
rich_help_panel="Evaluation Backends",
79-
help="Evaluate models using some endpoint (tgi, inference endpoint, openai) as backend.",
79+
help="Evaluate models using some endpoint (tgi, inference endpoint, litellm, inference providers) as backend.",
8080
)
8181
app.add_typer(
8282
lighteval.main_tasks.app,

0 commit comments

Comments
 (0)