mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 19:10:24 +00:00
9677a7d8ac
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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |