promptlayer 0.2.5__py3-none-any.whl → 0.2.6__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.

@@ -30,7 +30,7 @@ def get_prompt(
30
30
  if langchain:
31
31
  if "_type" not in prompt["prompt_template"]:
32
32
  prompt["prompt_template"]["_type"] = "prompt"
33
- elif prompt["prompt_template"]["_type"] == CHAT_PROMPTLAYER_LANGCHAIN:
33
+ if prompt["prompt_template"]["_type"] == CHAT_PROMPTLAYER_LANGCHAIN:
34
34
  prompt_template = to_prompt(prompt["prompt_template"])
35
35
  else:
36
36
  prompt_template = load_prompt_from_config(prompt["prompt_template"])
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: promptlayer
3
- Version: 0.2.5
3
+ Version: 0.2.6
4
4
  Summary: PromptLayer is a package to keep track of your GPT models training
5
5
  License: Apache-2.0
6
6
  Author: Magniv
@@ -2,14 +2,14 @@ promptlayer/__init__.py,sha256=clHkOQ6X2Z4WxhHDNyCqRoWPwXgImr9l_a53MvEQuGI,924
2
2
  promptlayer/promptlayer.py,sha256=SFN_7iKPqFU-dF7qJlwNCgZfyvMhYQMzBUOtB7F1Uno,3085
3
3
  promptlayer/prompts/__init__.py,sha256=grp4oTduHc1yQqWa48e6QR5V9j1a7nIfPh4RsFjv4l0,205
4
4
  promptlayer/prompts/chat.py,sha256=3pqA7h03E0r040kGn12bt6tfIye8ImlrSCS9I8uMMRc,2212
5
- promptlayer/prompts/prompts.py,sha256=LXKNTsq-v3xDOcurxXp5cCGEBMvb8ZULBcIYo2kR4z4,2790
5
+ promptlayer/prompts/prompts.py,sha256=3ZVtrpLsdiWJ-G80sVJsJDMAeBARKqlaZN2mxY9wtBU,2788
6
6
  promptlayer/resources/__init__.py,sha256=dkATeypsnR8cWmkldWPikdG3AkZDZAuKDFpjnKbHtqw,63
7
7
  promptlayer/resources/base.py,sha256=dxDN9XiyXWroKuMQ-CxL8ld0yavloofcuZGv0GiJLVc,421
8
8
  promptlayer/resources/prompt.py,sha256=K2Xgor8wuPUfiySAX1iNTmn79wS5WwVrxeqA4a-_Wz0,220
9
9
  promptlayer/track/__init__.py,sha256=WirpJk9w4XPMKWC3N4DxCIJjNW5fWf-_BrqnhShACFQ,59
10
10
  promptlayer/track/track.py,sha256=gZuVha6gfzmzE54p_OscOTW3-LXU_YuUA53RiW1CCu8,1239
11
11
  promptlayer/utils.py,sha256=lr7MHCVVX4iZsu9gA0SGpiulUdPXE4_2IKYKEZFSMPE,13655
12
- promptlayer-0.2.5.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
13
- promptlayer-0.2.5.dist-info/METADATA,sha256=XsnxnIJ5fMNpLoU_wf7xHlle18uGS4msZQxquJJsfQo,4428
14
- promptlayer-0.2.5.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
15
- promptlayer-0.2.5.dist-info/RECORD,,
12
+ promptlayer-0.2.6.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
13
+ promptlayer-0.2.6.dist-info/METADATA,sha256=C27hzBeEXovGugrhm_2cndz6tvSrjtq5h6CYSPYTuXY,4428
14
+ promptlayer-0.2.6.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
15
+ promptlayer-0.2.6.dist-info/RECORD,,