We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc60909 commit 536aff3Copy full SHA for 536aff3
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
<!-- do not remove -->
4
5
+## 0.1.0
6
+
7
+### Breaking changes
8
9
+- Remove `Client.structured()`
10
11
+### New Features
12
13
+- Add `Chat.structured` property ([#21](https://github.com/AnswerDotAI/cosette/issues/21))
14
15
16
## 0.0.6
17
settings.ini
@@ -1,8 +1,8 @@
1
[DEFAULT]
repo = cosette
lib_name = cosette
-version = 0.0.7
-min_python = 3.8
+version = 0.1.0
+min_python = 3.9
license = apache2
black_formatting = False
requirements = fastcore>=1.5.33 openai>=1.88 msglm toolslm
0 commit comments