unique_toolkit 0.6.8__py3-none-any.whl → 0.6.9__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- unique_toolkit/language_model/infos.py +10 -6
- {unique_toolkit-0.6.8.dist-info → unique_toolkit-0.6.9.dist-info}/METADATA +4 -1
- {unique_toolkit-0.6.8.dist-info → unique_toolkit-0.6.9.dist-info}/RECORD +5 -5
- {unique_toolkit-0.6.8.dist-info → unique_toolkit-0.6.9.dist-info}/LICENSE +0 -0
- {unique_toolkit-0.6.8.dist-info → unique_toolkit-0.6.9.dist-info}/WHEEL +0 -0
@@ -16,9 +16,10 @@ class LanguageModelName(StrEnum):
|
|
16
16
|
AZURE_GPT_4o_2024_0513 = "AZURE_GPT_4o_2024_0513"
|
17
17
|
AZURE_GPT_4o_2024_0806 = "AZURE_GPT_4o_2024_0806"
|
18
18
|
AZURE_GPT_4o_MINI_2024_0718 = "AZURE_GPT_4o_MINI_2024_0718"
|
19
|
-
|
20
|
-
|
21
|
-
|
19
|
+
AZURE_o1_PREVIEW_2024_0912 = "AZURE_o1_PREVIEW_2024_0912"
|
20
|
+
AZURE_o1_2024_1217 = "AZURE_o1_2024_1217"
|
21
|
+
AZURE_o1_MINI_2024_0912 = "AZURE_o1_MINI_2024_0912"
|
22
|
+
AZURE_o3_MINI_2025_0131 = "AZURE_o3_MINI_2025_0131"
|
22
23
|
|
23
24
|
|
24
25
|
class EncoderName(StrEnum):
|
@@ -215,7 +216,7 @@ class LanguageModelInfo(BaseModel):
|
|
215
216
|
info_cutoff_at=date(2023, 10, 1),
|
216
217
|
published_at=date(2024, 7, 18),
|
217
218
|
)
|
218
|
-
case LanguageModelName.
|
219
|
+
case LanguageModelName.AZURE_o1_2024_1217:
|
219
220
|
return cls(
|
220
221
|
name=model_name,
|
221
222
|
capabilities=[
|
@@ -234,7 +235,10 @@ class LanguageModelInfo(BaseModel):
|
|
234
235
|
info_cutoff_at=date(2023, 10, 1),
|
235
236
|
published_at=date(2024, 12, 17),
|
236
237
|
)
|
237
|
-
case
|
238
|
+
case (
|
239
|
+
LanguageModelName.AZURE_o1_MINI_2024_0912
|
240
|
+
| LanguageModelName.AZURE_o1_PREVIEW_2024_0912
|
241
|
+
):
|
238
242
|
return cls(
|
239
243
|
name=model_name,
|
240
244
|
capabilities=[
|
@@ -253,7 +257,7 @@ class LanguageModelInfo(BaseModel):
|
|
253
257
|
info_cutoff_at=date(2023, 10, 1),
|
254
258
|
published_at=date(2024, 9, 12),
|
255
259
|
)
|
256
|
-
case LanguageModelName.
|
260
|
+
case LanguageModelName.AZURE_o3_MINI_2025_0131:
|
257
261
|
return cls(
|
258
262
|
name=model_name,
|
259
263
|
capabilities=[
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: unique_toolkit
|
3
|
-
Version: 0.6.
|
3
|
+
Version: 0.6.9
|
4
4
|
Summary:
|
5
5
|
License: Proprietary
|
6
6
|
Author: Martin Fadler
|
@@ -111,6 +111,9 @@ All notable changes to this project will be documented in this file.
|
|
111
111
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
112
112
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
113
113
|
|
114
|
+
## [0.6.9] - 2025-03-11
|
115
|
+
- Add o1-preview as part of the language model info, make the name consistent across board.
|
116
|
+
|
114
117
|
## [0.6.8] - 2025-03-11
|
115
118
|
- Add `verify_request_and_construct_event` to `verification.py`
|
116
119
|
|
@@ -48,7 +48,7 @@ unique_toolkit/language_model/__init__.py,sha256=jWko_vQj48wjnpTtlkg8iNdef0SMI3F
|
|
48
48
|
unique_toolkit/language_model/builder.py,sha256=_lUL2shMN1Je2LLYu2PiehOvfWtn5pg1yUuYyiw3f_c,2710
|
49
49
|
unique_toolkit/language_model/constants.py,sha256=B-topqW0r83dkC_25DeQfnPk3n53qzIHUCBS7YJ0-1U,119
|
50
50
|
unique_toolkit/language_model/functions.py,sha256=I5jHhHsKoq7GwEQyTrM8LXB2n_6dvMAk7UklenjuHSY,7945
|
51
|
-
unique_toolkit/language_model/infos.py,sha256=
|
51
|
+
unique_toolkit/language_model/infos.py,sha256=HRdQLG3oetwc-bPHtsXvDRRLsK7fSsC1q8FubvxLMsw,16459
|
52
52
|
unique_toolkit/language_model/prompt.py,sha256=JSawaLjQg3VR-E2fK8engFyJnNdk21zaO8pPIodzN4Q,3991
|
53
53
|
unique_toolkit/language_model/schemas.py,sha256=rrwzUgKANFOrdehCULW8Hh03uRW3tsE5dXpWqxmClfg,8618
|
54
54
|
unique_toolkit/language_model/service.py,sha256=GupYD4uDZjy1TfVQW3jichmgQwiSgQCj350FtL4O0W4,5569
|
@@ -58,7 +58,7 @@ unique_toolkit/short_term_memory/constants.py,sha256=698CL6-wjup2MvU19RxSmQk3gX7
|
|
58
58
|
unique_toolkit/short_term_memory/functions.py,sha256=3WiK-xatY5nh4Dr5zlDUye1k3E6kr41RiscwtTplw5k,4484
|
59
59
|
unique_toolkit/short_term_memory/schemas.py,sha256=OhfcXyF6ACdwIXW45sKzjtZX_gkcJs8FEZXcgQTNenw,1406
|
60
60
|
unique_toolkit/short_term_memory/service.py,sha256=gdsVzoNqTXmLoBR_-p_lJlZDBo8L7Cr5EKchTNVJg1Q,5233
|
61
|
-
unique_toolkit-0.6.
|
62
|
-
unique_toolkit-0.6.
|
63
|
-
unique_toolkit-0.6.
|
64
|
-
unique_toolkit-0.6.
|
61
|
+
unique_toolkit-0.6.9.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
|
62
|
+
unique_toolkit-0.6.9.dist-info/METADATA,sha256=x6rRwyHVnMSaaQ2uzBaVrRua8gr234_exrWDG0ybbQY,20274
|
63
|
+
unique_toolkit-0.6.9.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
64
|
+
unique_toolkit-0.6.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|