npcpy 1.2.30__py3-none-any.whl → 1.2.31__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.
npcpy/gen/video_gen.py CHANGED
@@ -74,6 +74,7 @@ def generate_video_diffusers(
74
74
 
75
75
  def generate_video_veo3(
76
76
  prompt: str,
77
+ model: str,
77
78
  negative_prompt: str = "",
78
79
  output_path: str = "",
79
80
  ):
@@ -93,7 +94,7 @@ def generate_video_veo3(
93
94
  config.negative_prompt = negative_prompt
94
95
 
95
96
  operation = client.models.generate_videos(
96
- model="veo-3.0-generate-preview",
97
+ model=model,
97
98
  prompt=prompt,
98
99
  config=config,
99
100
  )
npcpy/llm_funcs.py CHANGED
@@ -105,6 +105,7 @@ def gen_video(
105
105
  try:
106
106
  output_path = generate_video_veo3(
107
107
  prompt=prompt,
108
+ model=model,
108
109
  negative_prompt=negative_prompt,
109
110
  output_path=output_path,
110
111
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: npcpy
3
- Version: 1.2.30
3
+ Version: 1.2.31
4
4
  Summary: npcpy is the premier open-source library for integrating LLMs and Agents into python systems.
5
5
  Home-page: https://github.com/NPC-Worldwide/npcpy
6
6
  Author: Christopher Agostino
@@ -1,5 +1,5 @@
1
1
  npcpy/__init__.py,sha256=9imxFtK74_6Rw9rz0kyMnZYl_voPb569tkTlYLt0Urg,131
2
- npcpy/llm_funcs.py,sha256=80vg6sEH3oGNPrxArQOVyNyfmvjsmS7xHuCFT540RkU,85499
2
+ npcpy/llm_funcs.py,sha256=GAvPwAvd8_-CpECJhqMUvgWjXYegQfWyCVE-M9MiaUc,85528
3
3
  npcpy/main.py,sha256=RWoRIj6VQLxKdOKvdVyaq2kwG35oRpeXPvp1CAAoG-w,81
4
4
  npcpy/npc_compiler.py,sha256=j3JYZPKPLi42HAEA_i3Cp5GBGGUcpzBk8OEzZEvxzY4,89458
5
5
  npcpy/npc_sysenv.py,sha256=QSLkkAsCeSiyE525yWMZCBwm5_UB8--A8O-8vgx5unY,35218
@@ -27,7 +27,7 @@ npcpy/gen/audio_gen.py,sha256=w4toESu7nmli1T5FOwRRCGC_QK9W-SMWknYYkbRv9jE,635
27
27
  npcpy/gen/embeddings.py,sha256=QStTJ2ELiC379OEZsLEgGGIIFD267Y8zQchs7HRn2Zg,2089
28
28
  npcpy/gen/image_gen.py,sha256=mAlLG9jo9RnuuMU0jJVV0CpIgHqdizU9sfC6A0w5kKE,15599
29
29
  npcpy/gen/response.py,sha256=btsfdoEYV1T6tEW31L7vh13eTB44Ykam7uJ5CmjKKLE,28944
30
- npcpy/gen/video_gen.py,sha256=JMp2s2qMp5uy0rOgv6BRZ7nkQI4vdT1hbJ2nSu4s-KA,3243
30
+ npcpy/gen/video_gen.py,sha256=RFi3Zcq_Hn3HIcfoF3mijQ6G7RYFZaM_9pjPTh-8E64,3239
31
31
  npcpy/memory/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
32
32
  npcpy/memory/command_history.py,sha256=2VdmNW5VRpMrOkbdrMsgn5p3mvuJHNnzGHnIUEM8XMI,46279
33
33
  npcpy/memory/kg_vis.py,sha256=TrQQCRh_E7Pyr-GPAHLSsayubAfGyf4HOEFrPB6W86Q,31280
@@ -47,8 +47,8 @@ npcpy/work/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
47
  npcpy/work/desktop.py,sha256=F3I8mUtJp6LAkXodsh8hGZIncoads6c_2Utty-0EdDA,2986
48
48
  npcpy/work/plan.py,sha256=QyUwg8vElWiHuoS-xK4jXTxxHvkMD3VkaCEsCmrEPQk,8300
49
49
  npcpy/work/trigger.py,sha256=P1Y8u1wQRsS2WACims_2IdkBEar-iBQix-2TDWoW0OM,9948
50
- npcpy-1.2.30.dist-info/licenses/LICENSE,sha256=j0YPvce7Ng9e32zYOu0EmXjXeJ0Nwawd0RA3uSGGH4E,1070
51
- npcpy-1.2.30.dist-info/METADATA,sha256=F1LvFSLkzAAFwYIj3ZRGyhsvblq9Izef8vp_MWBzcPo,29895
52
- npcpy-1.2.30.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
53
- npcpy-1.2.30.dist-info/top_level.txt,sha256=g1pbSvrOOncB74Bg5-J0Olg4V0A5VzDw-Xz5YObq8BU,6
54
- npcpy-1.2.30.dist-info/RECORD,,
50
+ npcpy-1.2.31.dist-info/licenses/LICENSE,sha256=j0YPvce7Ng9e32zYOu0EmXjXeJ0Nwawd0RA3uSGGH4E,1070
51
+ npcpy-1.2.31.dist-info/METADATA,sha256=R0NK9OHQiPruC5qKjxV9ISOBjbJ3MnbkpKfhwh-ltk8,29895
52
+ npcpy-1.2.31.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
53
+ npcpy-1.2.31.dist-info/top_level.txt,sha256=g1pbSvrOOncB74Bg5-J0Olg4V0A5VzDw-Xz5YObq8BU,6
54
+ npcpy-1.2.31.dist-info/RECORD,,
File without changes