mirror of
https://github.com/open-webui/pipelines
synced 2025-05-10 23:50:45 +00:00
Update mlx_manifold_pipeline.py
This commit is contained in:
parent
becb4f6a75
commit
47de6f1bb1
@ -20,8 +20,8 @@ import psutil
|
||||
|
||||
class Pipeline:
|
||||
class Valves(BaseModel):
|
||||
MLX_MODEL_FILTER: str = "mlx-community"
|
||||
MLX_DEFAULT_MODEL: str = "mlx-community/Meta-Llama-3-8B-Instruct-8bit"
|
||||
MLX_MODEL_FILTER: str = "mlx-community"
|
||||
MLX_STOP: str = "<|start_header_id|>,<|end_header_id|>,<|eot_id|>"
|
||||
MLX_CHAT_TEMPLATE: str = ""
|
||||
MLX_USE_DEFAULT_CHAT_TEMPLATE: bool = False
|
||||
@ -208,4 +208,4 @@ class Pipeline:
|
||||
else:
|
||||
return r.json()
|
||||
except Exception as e:
|
||||
return f"Error: {e}"
|
||||
return f"Error: {e}"
|
||||
|
Loading…
Reference in New Issue
Block a user