Releases: narenaryan/promptml-cli
Releases · narenaryan/promptml-cli
Add missing package dependency
Changes
- Fix the missing project dependency: click
Launching support for local LLM models
Major Changes
- Add support for running PromptML (.pml) scripts with local OLLAMA models
Breaking changes
- Rename
promptml-cli
toprocli
for reducing typing.
Other changes
- Migrate argparse to click
Make copying easy for console output
Changes
- Remove panel to easily copy from console output of commands
Support for streaming responses
Description
- Support for
--stream
and--raw
flags
v0.1.0
Changes
- Support for OpenAI & Google AI studio models
- Usage Documentation