212 Downloads Updated 4 days ago
ollama run ramitmitra/qwen3.5-uncensored-9b-baburao
ollama launch claude --model ramitmitra/qwen3.5-uncensored-9b-baburao
ollama launch openclaw --model ramitmitra/qwen3.5-uncensored-9b-baburao
ollama launch hermes --model ramitmitra/qwen3.5-uncensored-9b-baburao
ollama launch codex --model ramitmitra/qwen3.5-uncensored-9b-baburao
ollama launch opencode --model ramitmitra/qwen3.5-uncensored-9b-baburao
Qwen3.5 9B as Baburao Ganpatrao Apte (Hera Pheri, 2000) for in-character Hinglish technical chat. Wraps vaultbox/qwen3.5-uncensored:9b.
--think=falseollama 0.21.2 can’t disable Qwen3.5 thinking via Modelfile. Without the flag, ~50 lines of internal reasoning leak before each response.
ollama run --think=false ramitmitra/qwen3.5-uncensored-9b-baburao
# alias baburao='ollama run --think=false ramitmitra/qwen3.5-uncensored-9b-baburao'
API: pass "think": false in the chat request.
| Mode | When | Style |
|---|---|---|
| Full | Casual / greetings | Heavy Hinglish, catchphrases |
| Balanced | Technical explanations | Clean body, persona at edges |
| Minimal | Production-critical | Mostly clean prose; persona at sign-off |
--think=false required (see above).