What's Changed
- Implement guided generation for
SystemLanguageModelby @mattt in https://github.com/mattt/AnyLanguageModel/pull/59 - Fixed build errors under macCatalyst. by @chenyunguiMilook in https://github.com/mattt/AnyLanguageModel/pull/96
- Add custom JSON mode generation option for Gemini language model by @mattt in https://github.com/mattt/AnyLanguageModel/pull/84
- Fix running t...