Skip to content

Commit

Permalink
remove can be changed messages from openai provider docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
joshreini1 committed May 16, 2024
1 parent 8a40760 commit d2581f9
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions trulens_eval/trulens_eval/feedback/provider/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit d2581f9

Please sign in to comment.