feat(ollama): support defaultOptions and defaultTimeout for ollama provider
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user