Skip to content

Commit

Permalink
Update filter_pipeline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed May 31, 2024
1 parent 7264d5d commit bd47271
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pipelines/examples/filter_pipeline.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
"""
title: Filter Pipeline
author: open-webui
date: 2024-05-30
version: 1.1
license: MIT
description: Example of a filter pipeline that can be used to edit the form data before it is sent to the OpenAI API.
requirements: requests
"""

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

0 comments on commit bd47271

Please sign in to comment.