chore: comment

This commit is contained in:
Timothy J. Baek 2024-05-28 18:26:18 -07:00
parent 69be71ea4c
commit 62211f478d

View File

@ -24,6 +24,7 @@ class Pipeline:
class Valves(BaseModel):
# List target pipeline ids (models) that this filter will be connected to.
# If you want to connect this filter to all pipelines, you can set pipelines to ["*"]
# e.g. ["llama3:latest", "gpt-3.5-turbo"]
pipelines: List[str] = []
# Assign a priority level to the filter pipeline.