Skip to content

Releases: NPC-Worldwide/npcpy

v0.2.18

07 Jan 04:49
62c0ed8
Compare
Choose a tag to compare

-added reattach when initializing spool

v0.2.17

06 Jan 03:10
875c70d
Compare
Choose a tag to compare

-added ollama and openai function output

v0.2.16

06 Jan 01:56
29aad96
Compare
Choose a tag to compare

-added a /flush macro and a /rehash macro.
-flush flushes context. defaults to all but can set n_last. will eventually add n_start and n_last.
-rehash sends the most recent specified message.

v0.2.15

05 Jan 18:08
a8bbe54
Compare
Choose a tag to compare

-added in pipeline examples to readme and built out pipelinerunner functionalities
-fixed saving location for image generation to be in ~/.npcsh/images

v0.2.14

31 Dec 05:27
01e2cbd
Compare
Choose a tag to compare

-fixed screencap_tool issues

v0.2.13

29 Dec 23:26
a720553
Compare
Choose a tag to compare

-added more python examples to the readme. fixed up some code in order for them to work

v0.2.12

24 Dec 15:40
cd660f0
Compare
Choose a tag to compare

-added substantial updates to the readme, including some more images and example outputs for npcsh prompts and macros
-fixed some issues with image generation for stable diffusion
-fixed some issues with tools not working properly (search, image generation, screen cap seem to work well now)

v0.2.11

08 Dec 23:09
Compare
Choose a tag to compare

-added in file inclusion to spool mode so you can have threaded conversations with raggable text from a pdf.
-you can include an alternative rag_similarity threshold (default is 0.3) by specificying it in the /spool command.
=you can also specify the device (gpu or cpu) tho this isnt yet implemented yet in the rag search.

v0.2.10

06 Dec 22:16
Compare
Choose a tag to compare

-fixed a message duplication in execute_llm_question.
-fixed a model overriding issuee wherein nones were being passed for the provider and model to check llm command because the model override was finding nothing. so now if there is a model override it takes precedent over the env variable defined ones.

v0.2.9

06 Dec 03:46
1840f13
Compare
Choose a tag to compare

-fixed npc query error