←back to thread

677 points meetpateltech | 7 comments | | HN request time: 0.768s | source | bottom
1. ncdlek ◴[] No.45117287[source]
I wish someone integrate qwen-coder as well
replies(6): >>45117309 #>>45117435 #>>45117449 #>>45117456 #>>45117460 #>>45117921 #
2. jimmydoe ◴[] No.45117309[source]
qwen keep rebase gemeni so I guess just wait?
3. leoh ◴[] No.45117449[source]
Zed "just works" with ollama, so if you install a qwen modal locally you're set.
4. eli ◴[] No.45117456[source]
Is that much different from just using the Zed agent with Qwen via API?
replies(1): >>45117719 #
5. pbd ◴[] No.45117460[source]
agreed. waiting for qwen here as well.
6. vitorgrs ◴[] No.45117719[source]
Qwen-Coder is free.
7. shallow-mind ◴[] No.45117921[source]
I actually works already, just add new agent definition:

--- "Local QWEN": { "command": "/usr/local/bin/qwen", "args": [ "--experimental-acp" ], "env": {} }, ---