From 2b9a1bbc50ce28da70ae17ec0bead76a19a7fd9b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 22 Jan 2025 20:39:01 -0800 Subject: [PATCH] Fixed broken link --- docs/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 5295d8a..6a2ecd6 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ (v0_20)= ## 0.20 (2025-01-22) -- New model, `o1`. This model does not yet support streaming. [#676](https://github.com/simonw/lm/issues/676) +- New model, `o1`. This model does not yet support streaming. [#676](https://github.com/simonw/llm/issues/676) - `o1-preview` and `o1-mini` models now support streaming. - New model, `gpt-4o-audio-preview`. [#677](https://github.com/simonw/llm/issues/677) - `llm prompt -x/--extract` option, which returns just the content of the first fenced code block in the response. Try `llm prompt -x 'Python function to reverse a string'`. [#681](https://github.com/simonw/llm/issues/681)