967 Downloads Updated 2 days ago
ollama run frob/kat-coder-v2.5-dev
Imported from https://huggingface.co/Kwaipilot/KAT-Coder-V2.5-Dev.
$ ollama run frob/kat-coder-v2.5-dev
>>> hello
Thinking...
I'm starting with the greeting "hello". The user wrote in lowercase, but I'll
respond naturally and warmly. It's important to match their tone while staying
friendly. A simple response like 'Hello! How can I assist you today?' feels
right—it’s polite and open-ended, inviting them to share what they need help with
...done thinking.
Hello! 👋 How can I assist you today? Feel free to ask me anything — whether it's
a question, a task, or just a chat. 😊
>>> /clear
Cleared session context
>>> /set nothink
Set 'nothink' mode.
>>> hello
Hello! How can I help you today? If you have any questions or need assistance
with a task, feel free to let me know.
$ ollama launch opencode \
--model frob/kat-coder-v2.5-dev \
-- \
run 'create a file called README with the contents "hello world"'
> build · frob/kat-coder-v2.5-dev:latest
← Write README
Wrote file successfully.
Created `/tank/ai/models/hf.co/Kwaipilot/README` with the content `hello world`.
$ cat README
hello world