mirror of
https://github.com/open-webui/pipelines
synced 2025-05-14 09:30:46 +00:00
import os
This commit is contained in:
parent
02fd89b1fe
commit
8c7af9258b
@ -1,9 +1,9 @@
|
|||||||
|
import os
|
||||||
from typing import List, Optional
|
from typing import List, Optional
|
||||||
from pydantic import BaseModel
|
from pydantic import BaseModel
|
||||||
from schemas import OpenAIChatMessage
|
from schemas import OpenAIChatMessage
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
|
||||||
class Pipeline:
|
class Pipeline:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
# Pipeline filters are only compatible with Open WebUI
|
# Pipeline filters are only compatible with Open WebUI
|
||||||
|
Loading…
Reference in New Issue
Block a user