Skip to content

Commit

Permalink
enh: detoxify example frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed May 31, 2024
1 parent 6a17e75 commit 0255d1c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pipelines/examples/detoxify_filter_pipeline.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
"""
title: Detoxify Filter Pipeline
author: open-webui
date: 2024-05-30
version: 1.0
license: MIT
description: A pipeline for filtering out toxic messages using the Detoxify library.
requirements: detoxify
"""

from typing import List, Optional
from schemas import OpenAIChatMessage
from pydantic import BaseModel
Expand Down

0 comments on commit 0255d1c

Please sign in to comment.