Skip to content

Releases: NPC-Worldwide/npcpy

v0.2.8

06 Dec 03:29
f859c4a
Compare
Choose a tag to compare

-fixed an ots bug
-set up model pipeline to work
-set up npcsql operations and an example to generate the models and team
-changed plain english to natural

v0.2.7

01 Dec 05:59
Compare
Choose a tag to compare

added in generate_image_hf_diffusion to use stable-diffusion with /vixynt by attaching the @runwayml/stable-diffusion-v1-5 to the command.

v0.2.6

29 Nov 21:48
95f0a89
Compare
Choose a tag to compare

-fixing a generate_image import
-changed the returns from generate_image_anthropic, generate_image_ollama, generate_image_openai_like so they dont raise an error.

v0.2.5

29 Nov 04:56
199d7b6
Compare
Choose a tag to compare

-fixed multi line input that accidentally got commented out (seemingly by cursor compose?)
-added googlesearch-python to requirements
-updated some of the tools to no longer use render_markdown and the imports for the refactored code.
-added /vixynt back to the help.

v0.2.4

28 Nov 08:38
e5dfb3a
Compare
Choose a tag to compare

-added in tab autocomplete
-added in ability to switch models in a conversational turn with @
-refactored code to be more organized.
-added separate files for search, video, audio, images, cli_helpers
-removed modes
-fixed the markdown rendering for the code blocks

v0.2.3

22 Nov 19:07
Compare
Choose a tag to compare
trying again

v0.2.2

22 Nov 19:04
Compare
Choose a tag to compare
version number

v0.2.1

22 Nov 18:52
Compare
Choose a tag to compare
trying to fix deploy

v0.1.37

20 Nov 21:32
Compare
Choose a tag to compare

the last of v0.1!
the core features and tools all appear to be working. there is of course work to be done on improving the npc compilation and pipelines but in v0.2!

i will also note here that each sub stage will be 37 versions.

v0.1.36

17 Nov 22:26
7cc42db
Compare
Choose a tag to compare
Merge pull request #17 from cagostino/chris/local_search

local search (rag-like) tool!