aient 1.0.71__py3-none-any.whl → 1.0.73__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 +3 -3
- {aient-1.0.71.dist-info → aient-1.0.73.dist-info}/METADATA +1 -1
- {aient-1.0.71.dist-info → aient-1.0.73.dist-info}/RECORD +6 -6
- {aient-1.0.71.dist-info → aient-1.0.73.dist-info}/WHEEL +1 -1
- {aient-1.0.71.dist-info → aient-1.0.73.dist-info}/licenses/LICENSE +0 -0
- {aient-1.0.71.dist-info → aient-1.0.73.dist-info}/top_level.txt +0 -0
aient/core/request.py
CHANGED
@@ -940,9 +940,9 @@ async def get_gpt_payload(request, engine, provider, api_key=None):
|
|
940
940
|
payload.pop("tools", None)
|
941
941
|
payload.pop("tool_choice", None)
|
942
942
|
|
943
|
-
if "models.inference.ai.azure.com" in url:
|
944
|
-
|
945
|
-
|
943
|
+
# if "models.inference.ai.azure.com" in url:
|
944
|
+
# payload["stream"] = False
|
945
|
+
# payload.pop("stream_options", None)
|
946
946
|
|
947
947
|
if "api.x.ai" in url:
|
948
948
|
payload.pop("stream_options", None)
|
@@ -4,7 +4,7 @@ aient/core/.gitignore,sha256=5JRRlYYsqt_yt6iFvvzhbqh2FTUQMqwo6WwIuFzlGR8,13
|
|
4
4
|
aient/core/__init__.py,sha256=NxjebTlku35S4Dzr16rdSqSTWUvvwEeACe8KvHJnjPg,34
|
5
5
|
aient/core/log_config.py,sha256=kz2_yJv1p-o3lUQOwA3qh-LSc3wMHv13iCQclw44W9c,274
|
6
6
|
aient/core/models.py,sha256=_1wYZg_n9kb2A3C8xCboyqleH2iHc9scwOvtx9DPeok,7582
|
7
|
-
aient/core/request.py,sha256=
|
7
|
+
aient/core/request.py,sha256=84GysWqkt5PNTYQ4VLK1z2GK66WIFs-691oHgHDBH1A,60773
|
8
8
|
aient/core/response.py,sha256=CSAOQmybBu3i2Yq2YUyi91dZWTN1tmtJEBTI8RFwj_s,30594
|
9
9
|
aient/core/utils.py,sha256=R4oKj1oVsdfePdQReaW-ZU4VRTCetvdCKPz_OOTOU_w,26072
|
10
10
|
aient/core/test/test_base_api.py,sha256=pWnycRJbuPSXKKU9AQjWrMAX1wiLC_014Qc9hh5C2Pw,524
|
@@ -36,8 +36,8 @@ aient/prompt/agent.py,sha256=ssZREegzmkWNW20dxzGO92J8Y5v7yjRTR9znTPDjo5Q,23681
|
|
36
36
|
aient/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
37
37
|
aient/utils/prompt.py,sha256=UcSzKkFE4-h_1b6NofI6xgk3GoleqALRKY8VBaXLjmI,11311
|
38
38
|
aient/utils/scripts.py,sha256=n0jR5eXCBIK12W4bIx-xU1FVl1hZ4zDC7hq_BWQHYJU,27537
|
39
|
-
aient-1.0.
|
40
|
-
aient-1.0.
|
41
|
-
aient-1.0.
|
42
|
-
aient-1.0.
|
43
|
-
aient-1.0.
|
39
|
+
aient-1.0.73.dist-info/licenses/LICENSE,sha256=XNdbcWldt0yaNXXWB_Bakoqnxb3OVhUft4MgMA_71ds,1051
|
40
|
+
aient-1.0.73.dist-info/METADATA,sha256=AbzvJgdd4WI-zPZlKj4uTWcIaRVqPMihbRSrkLe1Pm0,5000
|
41
|
+
aient-1.0.73.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
42
|
+
aient-1.0.73.dist-info/top_level.txt,sha256=3oXzrP5sAVvyyqabpeq8A2_vfMtY554r4bVE-OHBrZk,6
|
43
|
+
aient-1.0.73.dist-info/RECORD,,
|
File without changes
|
File without changes
|