Skip to content

Commit 4d40ec9

Browse files
docs: fix typo in CONTRIBUTING.md evaluator example
Change config_model = AcmeToxicityConfig to AcmeToxicityEvaluatorConfig to match the class definition used in the example.
1 parent ee87b40 commit 4d40ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ class AcmeToxicityEvaluator(Evaluator[AcmeToxicityEvaluatorConfig]):
328328
requires_api_key=True,
329329
timeout_ms=5000,
330330
)
331-
config_model = AcmeToxicityConfig
331+
config_model = AcmeToxicityEvaluatorConfig
332332

333333
@classmethod
334334
def is_available(cls) -> bool:

0 commit comments

Comments
 (0)