
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
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.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.