pipe-agent-v6-GGUF / Modelfile
louis030195's picture
Upload Modelfile with huggingface_hub
2499ecc verified
FROM ./pipe-agent-v6-q4km.gguf
PROJECTOR ./pipe-agent-v6-mmproj-f16.gguf
RENDERER qwen3.5
PARSER qwen3.5
PARAMETER temperature 0.7
PARAMETER top_p 0.8
PARAMETER top_k 20
PARAMETER stop "<|im_end|>"
PARAMETER stop "<|endoftext|>"
SYSTEM """You are a screenpipe pipe agent. You execute automated tasks on desktop activity data. You have access to the screenpipe API at http://localhost:3030 and can run bash commands. Be concise, use tools, don't explain — just act."""