From d2581f9aec38b1bbf6a44a7429dd856363cfd7bd Mon Sep 17 00:00:00 2001 From: Josh Reini Date: Thu, 16 May 2024 15:53:40 -0400 Subject: [PATCH] remove can be changed messages from openai provider docstrings --- .../trulens_eval/feedback/provider/openai.py | 27 ------------------- 1 file changed, 27 deletions(-) diff --git a/trulens_eval/trulens_eval/feedback/provider/openai.py b/trulens_eval/trulens_eval/feedback/provider/openai.py index e8a81b686..ac99fb09e 100644 --- a/trulens_eval/trulens_eval/feedback/provider/openai.py +++ b/trulens_eval/trulens_eval/feedback/provider/openai.py @@ -140,9 +140,6 @@ def moderation_hate(self, text: str) -> float: ).on_output() ``` - The `on_output()` selector can be changed. See [Feedback Function - Guide](https://www.trulens.org/trulens_eval/feedback_function_guide/) - Args: text (str): Text to evaluate. @@ -170,9 +167,6 @@ def moderation_hatethreatening(self, text: str) -> float: ).on_output() ``` - The `on_output()` selector can be changed. See [Feedback Function - Guide](https://www.trulens.org/trulens_eval/feedback_function_guide/) - Args: text (str): Text to evaluate. @@ -201,9 +195,6 @@ def moderation_selfharm(self, text: str) -> float: ).on_output() ``` - The `on_output()` selector can be changed. See [Feedback Function - Guide](https://www.trulens.org/trulens_eval/feedback_function_guide/) - Args: text (str): Text to evaluate. @@ -232,9 +223,6 @@ def moderation_sexual(self, text: str) -> float: ).on_output() ``` - The `on_output()` selector can be changed. See [Feedback Function - Guide](https://www.trulens.org/trulens_eval/feedback_function_guide/) - Args: text (str): Text to evaluate. @@ -263,9 +251,6 @@ def moderation_sexualminors(self, text: str) -> float: ).on_output() ``` - The `on_output()` selector can be changed. See [Feedback Function - Guide](https://www.trulens.org/trulens_eval/feedback_function_guide/) - Args: text (str): Text to evaluate. @@ -295,9 +280,6 @@ def moderation_violence(self, text: str) -> float: ).on_output() ``` - The `on_output()` selector can be changed. See [Feedback Function - Guide](https://www.trulens.org/trulens_eval/feedback_function_guide/) - Args: text (str): Text to evaluate. @@ -326,9 +308,6 @@ def moderation_violencegraphic(self, text: str) -> float: ).on_output() ``` - The `on_output()` selector can be changed. See [Feedback Function - Guide](https://www.trulens.org/trulens_eval/feedback_function_guide/) - Args: text (str): Text to evaluate. @@ -357,9 +336,6 @@ def moderation_harassment(self, text: str) -> float: ).on_output() ``` - The `on_output()` selector can be changed. See [Feedback Function - Guide](https://www.trulens.org/trulens_eval/feedback_function_guide/) - Args: text (str): Text to evaluate. @@ -387,9 +363,6 @@ def moderation_harassment_threatening(self, text: str) -> float: ).on_output() ``` - The `on_output()` selector can be changed. See [Feedback Function - Guide](https://www.trulens.org/trulens_eval/feedback_function_guide/) - Args: text (str): Text to evaluate.