Files
oak-gpui/crates
Peter Tripp 67525cca71 Add ollama phi4 context size defaults (#23036)
Add `phi4` maximum context length (128K).
By default this clamps to `16384` but if you have enough video memory
you can set it higher or connect to a non-local machine via settings:

```json
"language_models": {
  "ollama": {
    "api_url": "http://localhost:11434",
    "available_models": [
      {
        "name": "phi4",
        "display_name": "Phi4 64K",
         "max_tokens": 65536
      }
    ]
  }
}
```

Release Notes:

- Improve support for Phi4 with ollama.
2025-01-15 17:44:15 +02:00
..
2024-12-17 22:16:59 -07:00
2025-01-13 21:02:45 +00:00
2024-12-13 14:23:02 -05:00
2024-12-03 23:22:26 -05:00
2025-01-10 13:38:00 +00:00