promptlayer 1.0.66__py3-none-any.whl → 1.0.67__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 promptlayer might be problematic. Click here for more details.
- promptlayer/__init__.py +1 -1
- promptlayer/promptlayer.py +2 -0
- {promptlayer-1.0.66.dist-info → promptlayer-1.0.67.dist-info}/METADATA +1 -1
- {promptlayer-1.0.66.dist-info → promptlayer-1.0.67.dist-info}/RECORD +6 -6
- {promptlayer-1.0.66.dist-info → promptlayer-1.0.67.dist-info}/LICENSE +0 -0
- {promptlayer-1.0.66.dist-info → promptlayer-1.0.67.dist-info}/WHEEL +0 -0
promptlayer/__init__.py
CHANGED
promptlayer/promptlayer.py
CHANGED
|
@@ -326,6 +326,7 @@ class PromptLayer(PromptLayerMixin):
|
|
|
326
326
|
function_name: str = "",
|
|
327
327
|
score: int = 0,
|
|
328
328
|
prompt_id: Union[int, None] = None,
|
|
329
|
+
score_name: Union[str, None] = None,
|
|
329
330
|
):
|
|
330
331
|
return util_log_request(
|
|
331
332
|
self.api_key,
|
|
@@ -347,6 +348,7 @@ class PromptLayer(PromptLayerMixin):
|
|
|
347
348
|
function_name=function_name,
|
|
348
349
|
score=score,
|
|
349
350
|
prompt_id=prompt_id,
|
|
351
|
+
score_name=score_name,
|
|
350
352
|
)
|
|
351
353
|
|
|
352
354
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
promptlayer/__init__.py,sha256=
|
|
1
|
+
promptlayer/__init__.py,sha256=RzFSknxhW5-pfU0yRrfepqjQrkoYD3c45M8gIMpHxLE,140
|
|
2
2
|
promptlayer/groups/__init__.py,sha256=xhOAolLUBkr76ZHvJr29OwjCIk1V9qKQXjZCuyTJUIY,429
|
|
3
3
|
promptlayer/groups/groups.py,sha256=YPROicy-TzpkrpA8vOpZS2lwvJ6VRtlbQ1S2oT1N0vM,338
|
|
4
|
-
promptlayer/promptlayer.py,sha256=
|
|
4
|
+
promptlayer/promptlayer.py,sha256=HOb6pxWBCooXyEuaPlhCqGYjwmzxixfW4HPwr2y5Yhw,22896
|
|
5
5
|
promptlayer/promptlayer_base.py,sha256=jOgXzNZlV1LKOOsXSSAOgn8o4hXn_EV0oY9Nf3Bsu_s,6872
|
|
6
6
|
promptlayer/promptlayer_mixins.py,sha256=xgDwpr8D4Hl_n0OidlzeEWZtHfrhRQDIDx6a_z5Iy48,13930
|
|
7
7
|
promptlayer/span_exporter.py,sha256=Pc1-zWAcjVCSykh-4rYPqiEZvzkG9xaYLVoHFY_TWaQ,2410
|
|
@@ -16,7 +16,7 @@ promptlayer/types/__init__.py,sha256=xJcvQuOk91ZBBePb40-1FDNDKYrZoH5lPE2q6_UhprM
|
|
|
16
16
|
promptlayer/types/prompt_template.py,sha256=blkVBhh4u5pMhgX_Dsn78sN7Rv2Vy_zhd1-NERLXTpM,5075
|
|
17
17
|
promptlayer/types/request_log.py,sha256=xU6bcxQar6GaBOJlgZTavXUV3FjE8sF_nSjPu4Ya_00,174
|
|
18
18
|
promptlayer/utils.py,sha256=RAiYZPWai6BOmlXTdxF4o3m9NhfZf--bHo7_Qc9X7eo,60269
|
|
19
|
-
promptlayer-1.0.
|
|
20
|
-
promptlayer-1.0.
|
|
21
|
-
promptlayer-1.0.
|
|
22
|
-
promptlayer-1.0.
|
|
19
|
+
promptlayer-1.0.67.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
20
|
+
promptlayer-1.0.67.dist-info/METADATA,sha256=UfliH2klLgyPbRpwHoMUgcvyR7D_Y3yqGLiLPaCb5KI,4819
|
|
21
|
+
promptlayer-1.0.67.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
22
|
+
promptlayer-1.0.67.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|