From e15e1ad717580621aebc44fdd220bc599a44b993 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 11 Aug 2025 14:29:35 -0700 Subject: [PATCH] Credit James Sanford in changelog, refs #1218, #1232 --- docs/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.md b/docs/changelog.md index 1e2cedd..5dc077b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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)