General
Intermediate
Local Model Config for Ollama Modelfile
Use Case: Automated technical parsing, optimization, and generation tasks in software development.
System Prompt Instructions
Write an Ollama Modelfile configuration for an agent. Specify: 1) BASE model (llama3), 2) SYSTEM instruction, 3) TEMPERATURE (0.2), 4) STOP parameters. Enclose the Modelfile code in block ticks.
Example Input
Raw technical context or unformatted code files.
Expected Output
Clean, commented, structured, and validated code outputs.
Usage Guidelines
Recommended Models
Claude 3.5 Sonnet, GPT-4o, DeepSeek-V3
Usage Notes
Set temperature to 0.0 for deterministic code-generation tasks to ensure correct formatting structures.
Vulnerabilities & Limitations
May require post-processing validation if input files exceed context length boundaries.