Credit James Sanford in changelog, refs #1218, #1232

This commit is contained in:
Simon Willison 2025-08-11 14:29:35 -07:00
parent e4c1a46d90
commit e15e1ad717

View file

@ -18,6 +18,7 @@ This release adds support for the new **GPT-5 family** of models from OpenAI. It
### Bug fixes and documentation
- Fix for various bugs with different formats of streaming function responses for OpenAI-compatible models. Thanks, [James Sanford](https://github.com/jamessanford). [#1218](https://github.com/simonw/llm/pull/1218)
- The `register_embedding_models` hook is [now documented](https://llm.datasette.io/en/stable/plugins/plugin-hooks.html#register-embedding-models-register). [#1049](https://github.com/simonw/llm/issues/1049)
- Show visible stack trace for `llm templates show invalid-template-name`. [#1053](https://github.com/simonw/llm/issues/1053)
- Handle invalid tool names more gracefully in `llm chat`. [#1104](https://github.com/simonw/llm/issues/1104)