Releases: NPC-Worldwide/npcpy
Releases · NPC-Worldwide/npcpy
v0.2.8
-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
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
-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
-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
-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.1.37
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
Merge pull request #17 from cagostino/chris/local_search
local search (rag-like) tool!