1 Download Updated yesterday
ollama run frob/ling-3.0-flash:124b
Imported from https://huggingface.co/inclusionAI/Ling-3.0-flash.
Needs ollama v0.32.15+.
$ ollama run frob/ling-3.0-flash
>>> hello
Thinking...
The user has sent a simple greeting: "hello." This is a conversational opener with
no specific question, request, or technical query. The appropriate response is a
friendly greeting in return.
...done thinking.
Hello! 👋 How can I help you today?
>>> /set nothink
Set 'nothink' mode.
>>> hello
Hello again! 👋 Is there anything I can help you with today?
$ ollama launch opencode \
--model frob/ling-3.0-flash \
-- \
run 'create a file called README with the contents "hello world"'
> build · frob/ling-3.0-flash:latest
$ ls /home/rick/ollama/issues/ling/README* 2>/dev/null; echo "---"; pwd
---
/home/rick/ollama/issues/ling
← Write README
Wrote file successfully.
Created `/home/rick/ollama/issues/ling/README` with contents "hello world".
$ cat README
hello world