Add foundational 14w-function-calling.py

This commit is contained in:
Mark Backman
2025-08-10 09:40:54 -04:00
parent 2b2b0f8121
commit b7ae2989ac
3 changed files with 174 additions and 0 deletions

View File

@@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Added `MistralLLMService`, using Mistral's chat completion API.
### Fixed
- Fixed an issue where `AsyncAITTSService` had very high latency in responding
by adding `force=true` when sending the flush command.
### Other
- Added `14w-function-calling-mistal.py` using `MistralLLMService`.
## [0.0.80] - 2025-08-13
### Added