2 hours ago · Tech · 0 comments

summarizer is a command-line tool that uses large language models (LLMs) to summarize text or any content from a URL. It currently supports Anthropic (Claude), OpenAI (GPT), Google (Gemini), and local Ollama models. You can configure it to use your preferred provider/model or even direct it to your on-device models. Source Code To install realpacific/summarizer, uv tool install git+https://github.com/realpacific/summarizer After installation, you need to run a one-time setup to configure the tool with your preferred provider and model. summarizer init#? Choose a provider: Anthropic (Claude)#? Choose a model: claude-haiku-4-5#? Enter your Anthropic (Claude) API key: *********************************** Re-run it anytime to switch providers or models. You can even configure it to use your locally running models. Make sure you have Ollama running and serving your desired model, then point the summarizer to it during initialization. ollama serveollama list# NAME SIZE MODIFIED #…

No comments yet. Log in to reply on the Fediverse. Comments will appear here.