117 2 days ago

**MidnightCoder-30B** coding model for the Midnight Coder Agent with SmartContext (~45% less prompt context). Install: `npm install -g midnight-coder` • Run: `ollama run midnightcoderagent/MidnightCoder-30B`

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
}