aient 1.2.48__py3-none-any.whl → 1.2.49__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/models/chatgpt.py +1 -1
- {aient-1.2.48.dist-info → aient-1.2.49.dist-info}/METADATA +1 -1
- {aient-1.2.48.dist-info → aient-1.2.49.dist-info}/RECORD +6 -6
- {aient-1.2.48.dist-info → aient-1.2.49.dist-info}/WHEEL +0 -0
- {aient-1.2.48.dist-info → aient-1.2.49.dist-info}/licenses/LICENSE +0 -0
- {aient-1.2.48.dist-info → aient-1.2.49.dist-info}/top_level.txt +0 -0
aient/models/chatgpt.py
CHANGED
@@ -824,7 +824,7 @@ class chatgpt(BaseLLM):
|
|
824
824
|
self.logger.warning(f"All tools are missing required parameters: {e}. Retrying with corrective prompt.")
|
825
825
|
need_done_prompt = [
|
826
826
|
{"role": "assistant", "content": e.response_text},
|
827
|
-
{"role": "user", "content": f"{e
|
827
|
+
{"role": "user", "content": f"{str(e)},请重新输出"}
|
828
828
|
]
|
829
829
|
continue
|
830
830
|
except EmptyResponseError as e:
|
@@ -17,7 +17,7 @@ aient/core/test/test_payload.py,sha256=8jBiJY1uidm1jzL-EiK0s6UGmW9XkdsuuKFGrwFhF
|
|
17
17
|
aient/models/__init__.py,sha256=ZTiZgbfBPTjIPSKURE7t6hlFBVLRS9lluGbmqc1WjxQ,43
|
18
18
|
aient/models/audio.py,sha256=FNW4lxG1IhxOU7L8mvcbaeC1nXk_lpUZQlg9ijQ0h_Q,1937
|
19
19
|
aient/models/base.py,sha256=HWIGfa2A7OTccvHK0wG1-UlHB-yaWRC7hbi4oR1Mu1Y,7228
|
20
|
-
aient/models/chatgpt.py,sha256
|
20
|
+
aient/models/chatgpt.py,sha256=-IjW8sCSBuZXbyKzC9n7l7hzsF77OGKX0HLv4I8RAjg,44733
|
21
21
|
aient/plugins/__init__.py,sha256=p3KO6Aa3Lupos4i2SjzLQw1hzQTigOAfEHngsldrsyk,986
|
22
22
|
aient/plugins/arXiv.py,sha256=yHjb6PS3GUWazpOYRMKMzghKJlxnZ5TX8z9F6UtUVow,1461
|
23
23
|
aient/plugins/config.py,sha256=TGgZ5SnNKZ8MmdznrZ-TEq7s2ulhAAwTSKH89bci3dA,7079
|
@@ -33,8 +33,8 @@ aient/plugins/websearch.py,sha256=aPsBjUQ3zQ4gzNrbVq7BMh28ENj9h_fSAeJFF2h9TNk,15
|
|
33
33
|
aient/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
34
34
|
aient/utils/prompt.py,sha256=ZvGAt_ImJ_CGbDnWgpsWskfSV5fCkpFKRpNQjYL7M7s,11100
|
35
35
|
aient/utils/scripts.py,sha256=D_-BCLHV_PS9r6SLXsdEAyey4bVWte-jMMJJKSx0Pcg,42530
|
36
|
-
aient-1.2.
|
37
|
-
aient-1.2.
|
38
|
-
aient-1.2.
|
39
|
-
aient-1.2.
|
40
|
-
aient-1.2.
|
36
|
+
aient-1.2.49.dist-info/licenses/LICENSE,sha256=XNdbcWldt0yaNXXWB_Bakoqnxb3OVhUft4MgMA_71ds,1051
|
37
|
+
aient-1.2.49.dist-info/METADATA,sha256=hzmb4grtaMHkeFVHYfuwqYdr-HsXtT7VXQOzQb0KcCc,4842
|
38
|
+
aient-1.2.49.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
39
|
+
aient-1.2.49.dist-info/top_level.txt,sha256=3oXzrP5sAVvyyqabpeq8A2_vfMtY554r4bVE-OHBrZk,6
|
40
|
+
aient-1.2.49.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|