Add Ollama function calling example 14u

This commit is contained in:
Mark Backman
2025-07-21 17:52:16 -04:00
parent 698d60f3ae
commit b623face03
2 changed files with 165 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added foundational example `14u-function-calling-ollama.py` for Ollama
function calling.
- Added `LocalSmartTurnAnalyzerV2`, which supports local on-device inference
with the new `smart-turn-v2` turn detection model.