unique_sdk 0.10.28__py3-none-any.whl → 0.10.29__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.

Potentially problematic release.


This version of unique_sdk might be problematic. Click here for more details.

@@ -23,7 +23,6 @@ class SearchString(APIResource["SearchString"]):
23
23
  "AZURE_GPT_4_0613",
24
24
  "AZURE_GPT_4_32K_0613",
25
25
  "AZURE_GPT_4_TURBO_1106",
26
- "AZURE_GPT_35_TURBO_INSTRUCT_0914",
27
26
  ]
28
27
  ]
29
28
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_sdk
3
- Version: 0.10.28
3
+ Version: 0.10.29
4
4
  Summary:
5
5
  License: MIT
6
6
  Author: Martin Fadler
@@ -827,7 +827,7 @@ Send a prompt to an AI model supported by Unique Unique AI and receive a result.
827
827
  chat_completion = unique_sdk.ChatCompletion.create(
828
828
  company_id=company_id,
829
829
  user_id=user_id
830
- model="AZURE_GPT_35_TURBO",
830
+ model="AZURE_GPT_4o_2024_1120",
831
831
  messages=[
832
832
  {"role": "system", "content": "You are a helpful assistant."},
833
833
  {"role": "user", "content": "Hello!"},
@@ -1662,6 +1662,9 @@ All notable changes to this project will be documented in this file.
1662
1662
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1663
1663
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
1664
1664
 
1665
+ ## [0.10.29] - 2025-10-06
1666
+ - Switch default model used from `GPT-3.5-turbo (0125)` to `GPT-4o (1120)`
1667
+
1665
1668
  ## [0.10.28] - 2025-10-03
1666
1669
  - Use non blocking versions of `Space.get_latest_message` and `Message.retrieve` in `send_message_and_wait_for_completion`.
1667
1670
 
@@ -28,7 +28,7 @@ unique_sdk/api_resources/_message_assessment.py,sha256=SSfx6eW7zb_GKe8cFJzCqW-t-
28
28
  unique_sdk/api_resources/_message_execution.py,sha256=qQH9NS8sdWLr55Yzc8pvPpYdfpewtSh6fy2alJjEoZk,4444
29
29
  unique_sdk/api_resources/_message_log.py,sha256=gV8hhzR_fgS28Ofpir6BjzuSyH6hXZgm8Pt3u0Onv2M,3658
30
30
  unique_sdk/api_resources/_search.py,sha256=GQItZKoGNOVZfkLLltBmsRZYBIreRKU0lGW8Kgpj1_Q,1959
31
- unique_sdk/api_resources/_search_string.py,sha256=4Idw6exgZdA8qksz9WkiA68k1hTU-7yFkgT_OLU_GkE,1662
31
+ unique_sdk/api_resources/_search_string.py,sha256=LZz2_QPZXV1NXucRR06dnDC2miK7J8XBY7dXX2xoDY4,1610
32
32
  unique_sdk/api_resources/_short_term_memory.py,sha256=vPRN-Y0WPx74E6y-A3LocGc0TxJdzT-xGL66WzZwKRg,2820
33
33
  unique_sdk/api_resources/_space.py,sha256=Z84k8blttHS5OjHIahZdddTL-HvYZGBolfCANwETaDE,4994
34
34
  unique_sdk/utils/chat_history.py,sha256=5UqL9hF1O9pV7skbNOlEibF5rHdYsmG3m5-YEPUowOs,3037
@@ -36,7 +36,7 @@ unique_sdk/utils/chat_in_space.py,sha256=cdjETBLnjv-OE8qsQpm626ks5yBdfQG_KBeG0WI
36
36
  unique_sdk/utils/file_io.py,sha256=sJS-dJLjogG65mLukDO9pGDpKVTP4LhIgiZASnCvjNI,4330
37
37
  unique_sdk/utils/sources.py,sha256=DoxxhMLcLhmDfNarjXa41H4JD2GSSDywr71hiC-4pYc,4952
38
38
  unique_sdk/utils/token.py,sha256=AzKuAA1AwBtnvSFxGcsHLpxXr_wWE5Mj4jYBbOz2ljA,1740
39
- unique_sdk-0.10.28.dist-info/LICENSE,sha256=EJCWoHgrXVBUb47PnjeV4MFIEOR71MAdCOIgv61J-4k,1065
40
- unique_sdk-0.10.28.dist-info/METADATA,sha256=xSt35YXI3FhcdCs6hNcuGZKodthsnpweKFKrAuR9KNY,57863
41
- unique_sdk-0.10.28.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
42
- unique_sdk-0.10.28.dist-info/RECORD,,
39
+ unique_sdk-0.10.29.dist-info/LICENSE,sha256=EJCWoHgrXVBUb47PnjeV4MFIEOR71MAdCOIgv61J-4k,1065
40
+ unique_sdk-0.10.29.dist-info/METADATA,sha256=r3qX4jguspyysAKlven1OVWN7GEwvI_JjO9iyiu9OAE,57969
41
+ unique_sdk-0.10.29.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
42
+ unique_sdk-0.10.29.dist-info/RECORD,,