frob/ minimax-m2.7:230b-a10b-f16

550 1 month ago

tools thinking
ollama run frob/minimax-m2.7:230b-a10b-f16

Details

1 month ago

22b1d5f1fd1c · 457GB ·

minimax-m2
·
229B
·
F16
{{- $lastUserIdx := -1 -}} {{- range $idx, $msg := .Messages -}} {{- if eq $msg.Role "user" }}{{ $la
NON-COMMERCIAL LICENSE Non-commercial use permitted based on MIT-style terms; commercial use require
{ "temperature": 1, "top_k": 40, "top_p": 0.95 }

Readme

Imported from https://huggingface.co/MiniMaxAI/MiniMax-M2.7

$ ollama run frob/minimax-m2.7 --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
>>> what is the time?
Thinking...
The user is asking what the current time is. I don't have a direct function to get the system time, but I can use the bash command `date` to check.
...done thinking.


running: Bash: date
  Sun Apr 12 07:46:45 PM CEST 2026
  

Thinking...
I got the current time from the system. Let me provide this to the user.
...done thinking.

The current date and time is:

**Sunday, April 12, 2026 at 7:46:45 PM (CEST)**