mirror of
https://github.com/open-webui/pipelines
synced 2025-06-25 09:36:35 +00:00
Update mlx_manifold_pipeline.py
This commit is contained in:
parent
54e83986e3
commit
f34771c647
@ -24,7 +24,7 @@ class Pipeline:
|
||||
MLX_MODEL_FILTER: str = "mlx-community"
|
||||
MLX_STOP: str = "<|start_header_id|>,<|end_header_id|>,<|eot_id|>"
|
||||
MLX_CHAT_TEMPLATE: str | None = None
|
||||
MLX_USE_DEFAULT_CHAT_TEMPLATE: bool | None = None
|
||||
MLX_USE_DEFAULT_CHAT_TEMPLATE: bool | None = False
|
||||
HUGGINGFACE_TOKEN: str | None = None
|
||||
|
||||
def __init__(self):
|
||||
|
Loading…
Reference in New Issue
Block a user