
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
A clean, elegant command-line interface for chatting with local AI models via Ollama, featuring real-time Markdown rendering.
pip install haiku-ollama
Make sure you have Ollama installed and running before using Haiku.
Start a conversation with the default model (llama3.1:8b):
haiku
Option | Description |
---|---|
--model | Specify which Ollama model to use (default: llama3.1:8b) |
--keep-context, -k | Maintain full conversation history between prompts |
--system, -s | Set a custom system prompt to guide the model's behavior |
--temperature, -t | Set temperature (0.0-1.0) - lower values are more deterministic |
--save | Save the conversation to a specified file |
Using a specific model:
haiku --model mistral:7b
Preserving conversation context:
haiku --keep-context
Setting a system prompt:
haiku --system "You are an expert programmer who explains code concisely"
Adjusting temperature:
haiku --temperature 0.2
Saving your conversation:
haiku --save conversation.md
Combining multiple options:
haiku --model codellama --keep-context --system "You write Python code" --temperature 0.3 --save coding_session.md
To exit the program, simply type exit or bye, or press Ctrl+C.
Contributions are welcome! Feel free to submit issues or pull requests.
MIT License
FAQs
A command-line interface for interacting with Ollama AI models
We found that haiku-ollama demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.