51.3K Downloads Updated 1 month ago
ollama run frob/minimax-m2.5:230b-a10b-f16
Updated 1 month ago
1 month ago
d5fe07b96c50 · 457GB ·
Imported from https://huggingface.co/MiniMaxAI/MiniMax-M2.5
$ ollama run frob/minimax-m2.5 --experimental --experimental-yolo
This experimental version of Ollama has the bash tool enabled.
Models can read files on your computer, or run commands (after you allow them).
warning: yolo mode - all tool approvals will be skipped
>>> hello
Thinking...
The user has simply said "hello". This is a greeting, so I should respond in a friendly manner and offer to help them with whatever they need.
...done thinking.
Hello! How can I help you today? Whether it's running some code, exploring files, or working on a project, I'm here to assist.
>>> what is the time?
Thinking...
The user is asking about the current time. I can check this using a bash command like `date`.
...done thinking.
running: Bash: date
Sat Feb 14 04:00:07 AM CET 2026
Thinking...
The date command returned the current time. Let me share this with the user.
...done thinking.
The current time is **Saturday, February 14, 2026 at 4:00:07 AM CET** (Central European Time).
Is there anything else you'd like help with?