From dd11f6ecd90af9ebbee5d3a970273c3bfc136117 Mon Sep 17 00:00:00 2001 From: Nick Heiner Date: Mon, 17 Jul 2023 09:54:17 -0400 Subject: [PATCH] Changelog --- packages/docs/docs/changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/docs/docs/changelog.md b/packages/docs/docs/changelog.md index d61012dbb..edf4c8b48 100644 --- a/packages/docs/docs/changelog.md +++ b/packages/docs/docs/changelog.md @@ -1,6 +1,10 @@ # Changelog -## 0.5.10 +## 0.5.11 +- Make JIT UI stream rather than appear all at once. +- Use `openai-edge` instead of `@nick.heiner/openai-edge` + +## [0.5.10](https://github.com/fixie-ai/ai-jsx/commit/e2735fde8c33e3019a074c29824206d9725eed64) - Update logging to log the output of every component. - Update [`UseTools`](./api/modules/batteries_use_tools.md) to use [OpenAI function calls](https://openai.com/blog/function-calling-and-other-api-updates) if you're using a model that supports them.