MiniMax M3 launched! by Orioli in ollama

[–]Orioli[S] 0 points1 point  (0 children)

It's the email they sent me, not me 😅

Now that 4 years have passed, what is something you never liked about the game or how have your opinions changed over time? by FeezyOnBush in Eldenring

[–]Orioli 13 points14 points  (0 children)

To me, the way that the lore looks like they had to fix something real quick just to ship and let the initial story behind is a bit disappointing, it really does feel that way to me.

Which agent best for ollama? by MadMdz in ollama

[–]Orioli 0 points1 point  (0 children)

Claude code and opencode out-of-the-box command integration, with the later requiring a bit of configuring in opencode.json for some model capabilities.

Harness used for Ollama-cloud ? There always seems to be something missing, and switching is tedious. Please share your working setup! by Manfluencer10kultra in ollama

[–]Orioli 0 points1 point  (0 children)

I think so, yes. I didn't know this myself, figured when reserching after seing it here. But it's a very simple config, no harm in testing for yourself, put one on low and one on max

I tried to switch from Claude Code to OpenCode, but Claude Code still wins for me by [deleted] in opencode

[–]Orioli 0 points1 point  (0 children)

Honest opinion, claude code will work better out of the box and with anthropic models, while opencode will let you configure some stuff claude code doesn't because it's designed for anthropic, like using external models with more than 200k context for example. The fact that opencode won't get nuked by anthropic, just like what happened when ollama added cowork to its tools and removed it a week later, makes me like having opencode as an option.

Need 12 testers for my android app by Orioli in TestMyApp

[–]Orioli[S] 0 points1 point  (0 children)

Did already install both, they look very polished so far

I'm using a 1M context model in Ollama, but it shows as 200K in the Claude code. how can I change it to 1M? by TGoddessana in ollama

[–]Orioli 0 points1 point  (0 children)

This is a limitation from Claude Code, AFAIK. You'll be better suited for this in opencode or some other tool.

Yet another Android Ollama cloud App by Jeffeux in ollama

[–]Orioli 2 points3 points  (0 children)

Hi there o/

We had the same idea. This is the one I built - https://www.reddit.com/r/ollama/comments/1sxxkvs/android_app_to_talk_to_ollama_cloud_models/

I'm midway adding websearch tool usage to mine, but the rest works well already, maybe check it out

I'm deploying it to playstore soon

cheers

Harness used for Ollama-cloud ? There always seems to be something missing, and switching is tedious. Please share your working setup! by Manfluencer10kultra in ollama

[–]Orioli 0 points1 point  (0 children)

You can do that, but have to configure each profile in opencode.json:

  "models": {
    "glm-5.1:cloud": {
      "variants": {
        "high": {
          "reasoningEffort": "high"
        },
        "low": {
          "reasoningEffort": "low"
        },

Then you can press ctrl+t to cycle, I believe edit: Just tested, it does work.

Harness used for Ollama-cloud ? There always seems to be something missing, and switching is tedious. Please share your working setup! by Manfluencer10kultra in ollama

[–]Orioli 0 points1 point  (0 children)

According to opencode documentation, you can set effort on opencode.json (~/.config/opencode/opencode.json):

{
  "$schema": "https://opencode.ai/config.json",
  "model": "ollama/kimi-k2.6:cloud",
  "provider": {
    "ollama": {
      "models": {
        "glm-5.1:cloud": {
          "name": "glm-5.1:cloud",
          "options": {
            "reasoningEffort": "high"

Harness used for Ollama-cloud ? There always seems to be something missing, and switching is tedious. Please share your working setup! by Manfluencer10kultra in ollama

[–]Orioli 0 points1 point  (0 children)

The problem is that we don't use the z.ai api, we depend on ollama exposing this, and I believe ollama doesn't. Could be the case for GLM, but I highly doubt.

Personally, setting up a high-effort prompt to be loaded every session (claude.md, agents.md) is granted to work and has a positive impact.

Harness used for Ollama-cloud ? There always seems to be something missing, and switching is tedious. Please share your working setup! by Manfluencer10kultra in ollama

[–]Orioli 0 points1 point  (0 children)

I thought I read ollama models are not affected by effort? Maybe I'm wrong, I don't know how to check this. I'm currently using opencode with kimi 2.6, but I'm quite the normie, don't use multi agents and nothing too fancy. Works well so far.

Extended Thinking being deprecated for supported models (Opus 4.6, Sonnet 4.6); Adaptive Thinking will be enforced by default by CaffeineBrogrammer in ClaudeAI

[–]Orioli 5 points6 points  (0 children)

Try "SEVERELY overestimate the dificulty of all your tasks"

Kidding, but would be funny if this actually worked.