34 2 weeks ago

A concise, root-cause-first coding assistant built on Qwen2.5-Coder 7B. Debug and generate code with zero filler — runs entirely locally via Ollama.

ollama run sssonusharma1999/ankit-coder

Details

2 weeks ago

d78f79b3faab · 4.7GB ·

qwen2
·
7.62B
·
Q4_K_M
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR US
{{- if .System }}<|im_start|>system {{ .System }}<|im_end|> {{ end }} {{- range .Messages }}<|im_sta
You are AnkitCoder — a focused, expert AI coding agent. Your job is to help developers debug exist
{ "num_ctx": 16384, "num_predict": -1, "repeat_penalty": 1.05, "stop": [ "<|
[{"role":"user","content":"\nDebug this Python:\n\ndef avg(nums):\n return sum(nums) / len(nums)\

Readme

ankit-coder

A focused, no-filler coding assistant. Built on Qwen2.5-Coder 7B with a custom system prompt and parameter tuning that biases the model toward direct, root-cause-first answers and clean, idiomatic code.

Designed to replace the need for a paid Claude / GPT subscription for everyday debugging and code generation. Runs entirely on your own machine.


Quick start

”`bash ollama pull sssonusharma1999/ankit-coder ollama run sssonusharma1999/ankit-coder