Releases: NPC-Worldwide/npcpy
Releases · NPC-Worldwide/npcpy
v1.0.10
-fixed some bugs with serve and npc_compiler
-added a method in npc_compiler to get a system message for the npc, either as plain (their primary directive) or the npc-style "the ...... hello! "one
v1.0.9
-attachments added to get_llm_response
-adjusted system message parsing to be in get_llm_response rather than in the raw response functions which now primarily operate on prompt and messages.
-added an ocr pipeline example
v1.0.8
-alicanto upgrades and some bug fixes
v1.0.6
-model/provider order fix in get_llm_response
v1.0.5
-adjusted some server params so the onversation history is just created by the command_history initialization rather than the custom one that was in there and hadnt been updated.
v1.0.4
-fixed bug with keyword parsing in npc cli
-fixed bug in openai dall-e
-added test suite for npc cli
v1.0.3
-few more kuzu connection type bugs
v1.0.2
-some other typos from previous release when installing in fresh system