17 2 days ago

**MidnightCoder-80B** coding model for the Midnight Coder AI coding agent. Optimized for local software engineering with SmartContext (~45% prompt context reduction). Install the agent with `npm install -g midnight-coder`.

1213a7233c3b · 163B
{
"num_ctx": 4096,
"repeat_penalty": 1.1,
"stop": [
"<|im_start|>",
"<|im_end|>",
"<|endoftext|>"
],
"temperature": 0.15,
"top_k": 30,
"top_p": 0.8
}