6 Commits

Author SHA1 Message Date
126e9b239b feat(OllamaProvider): add model options, streaming support, and thinking tokens
- Add IOllamaModelOptions interface for runtime options (num_ctx, temperature, etc.)
- Extend IOllamaProviderOptions with defaultOptions and defaultTimeout
- Add IOllamaChatOptions for per-request overrides
- Add IOllamaStreamChunk and IOllamaChatResponse interfaces
- Add chatStreamResponse() for async iteration with options
- Add collectStreamResponse() for streaming with progress callback
- Add chatWithOptions() for non-streaming with full options
- Update chat() to use defaultOptions and defaultTimeout
2026-01-20 00:02:45 +00:00
e4dc81edc9 feat(mistral): add Mistral provider with native PDF OCR and chat integration 2026-01-18 22:11:52 +00:00
158d49fa95 fix(core): update 2024-04-27 12:47:49 +02:00
92c382c16e fix(core): update 2024-04-25 10:49:07 +02:00
04d505d29e fix(core): update 2024-04-04 02:47:44 +02:00
f2685164e5 fix(core): update 2024-03-31 01:32:37 +01:00