Update filter_pipeline.py

This commit is contained in:
Timothy J. Baek 2024-05-30 18:35:30 -07:00
parent 7264d5df66
commit bd47271920

View File

@ -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