Developer Role Support

#4
by Ukro - opened

How does it work? by default? parameters? More details please?
I see that it is acting differently, but idk if it's qwen3.6 or the developer role oO ^^

I just tested it and you can send it in llama cpp's messages array if you are using curl or python! so you can do stuff like {"role": "developer", "content": "some stuff here"} without error instead of just role only being able to be "user", "system", or "assistant", but I'm not sure exactly what it's for. According to a google search, opencode and codex use the role, so including it as a possible option on the jinja template like unsloth now does allows it to work in those apps without crashing.

Wooow thank you <3

Ukro changed discussion status to closed
Ukro changed discussion status to open

Sign up or log in to comment