From 9c3f2a6df3146a6d7904e6f7f217614e1bc63d54 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 31 Oct 2024 16:33:44 -0400 Subject: [PATCH] Refactor Anthropic provider and add tests for structured response and llm_model in structured_response --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fcb1c1..0a45167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ Release History - Add `Plugin` syntax sugar. - Improvements to Anthropic provider, related to max tokens. +- General improvements. +- Add tests for structured response. +- Add `llm_model` to `structured_response`. ## 0.1.5 (2024-10-31)