aient 1.1.19__py3-none-any.whl → 1.1.21__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/models.py +2 -0
- aient/plugins/excute_command.py +7 -7
- {aient-1.1.19.dist-info → aient-1.1.21.dist-info}/METADATA +1 -1
- {aient-1.1.19.dist-info → aient-1.1.21.dist-info}/RECORD +7 -7
- {aient-1.1.19.dist-info → aient-1.1.21.dist-info}/WHEEL +0 -0
- {aient-1.1.19.dist-info → aient-1.1.21.dist-info}/licenses/LICENSE +0 -0
- {aient-1.1.19.dist-info → aient-1.1.21.dist-info}/top_level.txt +0 -0
aient/core/models.py
CHANGED
@@ -91,6 +91,8 @@ class RequestModel(BaseRequest):
|
|
91
91
|
include_usage: Optional[bool] = None
|
92
92
|
temperature: Optional[float] = 0.5
|
93
93
|
top_p: Optional[float] = 1.0
|
94
|
+
top_k: Optional[int] = None
|
95
|
+
min_p: Optional[float] = None
|
94
96
|
max_tokens: Optional[int] = None
|
95
97
|
max_completion_tokens: Optional[int] = None
|
96
98
|
presence_penalty: Optional[float] = 0.0
|
aient/plugins/excute_command.py
CHANGED
@@ -178,13 +178,13 @@ def excute_command(command):
|
|
178
178
|
if line.strip() == "":
|
179
179
|
continue
|
180
180
|
# aaa = last_line.strip()
|
181
|
-
is_same = compare_line(repr(line.strip()))
|
182
|
-
if not is_same:
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
181
|
+
# is_same = compare_line(repr(line.strip()))
|
182
|
+
# if not is_same:
|
183
|
+
# # print(f"{repr(aaa)}", flush=True)
|
184
|
+
# # print(f"{repr(line.strip())}", flush=True)
|
185
|
+
# # print(f"is_same: {is_same}", flush=True)
|
186
|
+
# # print(f"\n\n\n", flush=True)
|
187
|
+
new_output_lines.append(line)
|
188
188
|
# 限制输出行数
|
189
189
|
if len(new_output_lines) > 500:
|
190
190
|
new_output_lines = new_output_lines[:250] + new_output_lines[-250:]
|
@@ -3,7 +3,7 @@ aient/core/.git,sha256=lrAcW1SxzRBUcUiuKL5tS9ykDmmTXxyLP3YYU-Y-Q-I,45
|
|
3
3
|
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
|
-
aient/core/models.py,sha256=
|
6
|
+
aient/core/models.py,sha256=g6rUcNwSTHwmBzt1epsu_2Re8YRFKVCSXRUIFJZpAb4,7432
|
7
7
|
aient/core/request.py,sha256=qKj_w9UpXZePCGhhMuE-rX7rCPUdCx8GJ-HUXiurBho,66589
|
8
8
|
aient/core/response.py,sha256=YphzhA9jtQKzWb3L4XGTp9xJZ2FOzHr1aAMTsi896FQ,33201
|
9
9
|
aient/core/utils.py,sha256=zidsBUBd3KskzcxQcPB1y5x1RhtWcbZeWvmgb4LAadA,27318
|
@@ -23,7 +23,7 @@ aient/models/vertex.py,sha256=qVD5l1Q538xXUPulxG4nmDjXE1VoV4yuAkTCpIeJVw0,16795
|
|
23
23
|
aient/plugins/__init__.py,sha256=p3KO6Aa3Lupos4i2SjzLQw1hzQTigOAfEHngsldrsyk,986
|
24
24
|
aient/plugins/arXiv.py,sha256=yHjb6PS3GUWazpOYRMKMzghKJlxnZ5TX8z9F6UtUVow,1461
|
25
25
|
aient/plugins/config.py,sha256=Vp6CG9ocdC_FAlCMEGtKj45xamir76DFxdJVvURNtog,6539
|
26
|
-
aient/plugins/excute_command.py,sha256=
|
26
|
+
aient/plugins/excute_command.py,sha256=i5AUSfnYe05cS4YZuNIhuCy-Cfxil7RJG372YwzteXs,10691
|
27
27
|
aient/plugins/get_time.py,sha256=Ih5XIW5SDAIhrZ9W4Qe5Hs1k4ieKPUc_LAd6ySNyqZk,654
|
28
28
|
aient/plugins/image.py,sha256=ZElCIaZznE06TN9xW3DrSukS7U3A5_cjk1Jge4NzPxw,2072
|
29
29
|
aient/plugins/list_directory.py,sha256=JZVuImecMSfEv6jLqii-0uQJ1UCsrpMNmYlwW3PEDg4,1374
|
@@ -38,8 +38,8 @@ aient/prompt/agent.py,sha256=ZNsbgXRyvYzAFTRRziAnNVqcTyAnxrGcsGfGrt72j6k,25427
|
|
38
38
|
aient/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
39
39
|
aient/utils/prompt.py,sha256=UcSzKkFE4-h_1b6NofI6xgk3GoleqALRKY8VBaXLjmI,11311
|
40
40
|
aient/utils/scripts.py,sha256=LD8adnfuRrJoY2tWKseXOPJXaxbrUmz4czsnUvHswNY,29096
|
41
|
-
aient-1.1.
|
42
|
-
aient-1.1.
|
43
|
-
aient-1.1.
|
44
|
-
aient-1.1.
|
45
|
-
aient-1.1.
|
41
|
+
aient-1.1.21.dist-info/licenses/LICENSE,sha256=XNdbcWldt0yaNXXWB_Bakoqnxb3OVhUft4MgMA_71ds,1051
|
42
|
+
aient-1.1.21.dist-info/METADATA,sha256=3Rzf90m825Zde0m1eUa7LP7P7Zfx5MK4LgixfbYcJos,4968
|
43
|
+
aient-1.1.21.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
44
|
+
aient-1.1.21.dist-info/top_level.txt,sha256=3oXzrP5sAVvyyqabpeq8A2_vfMtY554r4bVE-OHBrZk,6
|
45
|
+
aient-1.1.21.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|