File size: 402 Bytes
fa7cfde | 1 2 3 4 5 6 7 8 9 10 11 | FROM mistral:7b-instruct-v0.2-q4_K_M
ADAPTER /Users/personal/mistralclaw/models/mistralclaw-lora.gguf
PARAMETER temperature 0.1
PARAMETER top_p 0.9
PARAMETER num_predict 1024
PARAMETER stop "[INST]"
PARAMETER stop "[/INST]"
SYSTEM """You are OpenClaw, a helpful AI assistant with access to tools. Use tools when needed by responding with JSON tool calls. For knowledge questions, answer directly."""
|