aient 1.0.61__py3-none-any.whl → 1.0.63__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.
- aient/core/request.py +9 -0
- {aient-1.0.61.dist-info → aient-1.0.63.dist-info}/METADATA +1 -1
- {aient-1.0.61.dist-info → aient-1.0.63.dist-info}/RECORD +6 -6
- {aient-1.0.61.dist-info → aient-1.0.63.dist-info}/WHEEL +0 -0
- {aient-1.0.61.dist-info → aient-1.0.63.dist-info}/licenses/LICENSE +0 -0
- {aient-1.0.61.dist-info → aient-1.0.63.dist-info}/top_level.txt +0 -0
aient/core/request.py
CHANGED
@@ -683,6 +683,9 @@ async def get_gpt_payload(request, engine, provider, api_key=None):
|
|
683
683
|
# request.stream = False
|
684
684
|
payload.pop("stream_options", None)
|
685
685
|
|
686
|
+
if "api.x.ai" in url:
|
687
|
+
payload.pop("stream_options", None)
|
688
|
+
|
686
689
|
if "o3-mini" in original_model:
|
687
690
|
if request.model.endswith("high"):
|
688
691
|
payload["reasoning_effort"] = "high"
|
@@ -691,6 +694,12 @@ async def get_gpt_payload(request, engine, provider, api_key=None):
|
|
691
694
|
else:
|
692
695
|
payload["reasoning_effort"] = "medium"
|
693
696
|
|
697
|
+
if "grok-3-mini" in original_model:
|
698
|
+
if request.model.endswith("high"):
|
699
|
+
payload["reasoning_effort"] = "high"
|
700
|
+
elif request.model.endswith("low"):
|
701
|
+
payload["reasoning_effort"] = "low"
|
702
|
+
|
694
703
|
if "o3-mini" in original_model or "o1" in original_model:
|
695
704
|
if "temperature" in payload:
|
696
705
|
payload.pop("temperature")
|
@@ -3,7 +3,7 @@ aient/core/.git,sha256=lrAcW1SxzRBUcUiuKL5tS9ykDmmTXxyLP3YYU-Y-Q-I,45
|
|
3
3
|
aient/core/__init__.py,sha256=NxjebTlku35S4Dzr16rdSqSTWUvvwEeACe8KvHJnjPg,34
|
4
4
|
aient/core/log_config.py,sha256=kz2_yJv1p-o3lUQOwA3qh-LSc3wMHv13iCQclw44W9c,274
|
5
5
|
aient/core/models.py,sha256=_1wYZg_n9kb2A3C8xCboyqleH2iHc9scwOvtx9DPeok,7582
|
6
|
-
aient/core/request.py,sha256=
|
6
|
+
aient/core/request.py,sha256=sXAZwek-JtuCYheuaQiLizBSJRij_xZmTdf0-91N0AE,49986
|
7
7
|
aient/core/response.py,sha256=6Fq-EIL7ua1zeT6GMc1fgQeRs_MCP6UST_pL0tM3f3I,27879
|
8
8
|
aient/core/utils.py,sha256=DFpFU8Y-8lzgQlhaDUnao8HmviGoh3-oN8jZR3Dha7E,26150
|
9
9
|
aient/core/test/test_base_api.py,sha256=CjfFzMG26r8C4xCPoVkKb3Ac6pp9gy5NUCbZJHoSSsM,393
|
@@ -35,8 +35,8 @@ aient/prompt/agent.py,sha256=h39WOoafv0_lh2coBCiG9k-VWa3Yi9HRZV0hnvsc4gs,23598
|
|
35
35
|
aient/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
36
36
|
aient/utils/prompt.py,sha256=UcSzKkFE4-h_1b6NofI6xgk3GoleqALRKY8VBaXLjmI,11311
|
37
37
|
aient/utils/scripts.py,sha256=n0jR5eXCBIK12W4bIx-xU1FVl1hZ4zDC7hq_BWQHYJU,27537
|
38
|
-
aient-1.0.
|
39
|
-
aient-1.0.
|
40
|
-
aient-1.0.
|
41
|
-
aient-1.0.
|
42
|
-
aient-1.0.
|
38
|
+
aient-1.0.63.dist-info/licenses/LICENSE,sha256=XNdbcWldt0yaNXXWB_Bakoqnxb3OVhUft4MgMA_71ds,1051
|
39
|
+
aient-1.0.63.dist-info/METADATA,sha256=zJjuTFRPWNJkgDHUcrWXhbKL3p8oDwojqK1wT9wWBuU,4973
|
40
|
+
aient-1.0.63.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
41
|
+
aient-1.0.63.dist-info/top_level.txt,sha256=3oXzrP5sAVvyyqabpeq8A2_vfMtY554r4bVE-OHBrZk,6
|
42
|
+
aient-1.0.63.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|