feat(ollama): support defaultOptions and defaultTimeout for ollama provider

This commit is contained in:
2026-01-20 00:12:21 +00:00
parent 4937dbf6ab
commit c84ede1f1d
3 changed files with 22 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-01-20 - 0.11.0 - feat(ollama)
support defaultOptions and defaultTimeout for ollama provider
- Added ollama.defaultOptions object with fields: num_ctx, temperature, top_k, top_p, repeat_penalty, num_predict, stop, seed
- Added ollama.defaultTimeout option
- Pass defaultOptions and defaultTimeout into OllamaProvider constructor when initializing the provider
- Non-breaking change: existing behavior preserved if new fields are undefined
## 2026-01-20 - 0.10.1 - fix()
no changes detected — no release necessary