code2prompt is a command-line tool (CLI) that converts your codebase into a single LLM prompt with a source tree, prompt templating, and token counting.
CoPa is a CLI tool for creating structured prompts for Large Language Models using file references, offering features like processing LLM prompt templates, copying file contents, and built-in token counting.
A ruby script calculates VRAM requirements for large language models (LLMs) based on model, bits per weight, and context length. It can determine required VRAM, maximum context length, or best bpw given available VRAM.
Pinboard is a command-line utility for managing file references during raw language model development. It aids in streamlining codebase workflows, offering efficient context-aware file updates.
Noema Research introduces Pinboard, a developer tool for improved productivity. Pinboard, a command-line tool, efficiently manages files and terminal references, enhancing development workflows. Key features include flexible pinning, contextual updates, clipboard integration, an interactive shell, and undo functionality.
Comparative chart of various greplike tools (ack, ag, git-grep, GNU grep, and ripgrep) focusing on their features and differences in areas like regular expressions, parallelism, case-sensitivity, output formatting, and more. Each tool is listed with details on project page, language, license, and supported features. Ack is the copyright of Andy Lester and licensed under the Artistic License v2.0.
Simon Willison recently delivered a talk during the Mastering LLMs: A Conference For Developers & Data Scientists, which was a six-week long online event. The talk centered around Simon's LLM Python command-line utility and its plugins, emphasizing how they can be utilized to explore Large Language Models (LLMs) and perform various tasks. Last week, he discussed accessing LLMs from the command-line, sharing valuable insights and techniques with the audience.
A CLI tool for interacting with local or remote LLMs to retrieve information about files, execute queries, and perform other tasks in a Retrieval-Augmented Generation (RAG) fashion.
A minimalist bash program that prints markdown files in a terminal.
MarCLIdown is a minimalist bash program that prints a markdown file in a formatted text output in a Linux terminal. It can handle various elements, such as headers, emphasis and strong emphasis, strikethrough, linebreaks, unordered lists, ordered lists, hyperlinks, images, urls/mails, checkboxes, checkboxes as items on a list, tables, horizontal lines, blockquotes, nested blockquotes, formatted elements inside Blockquotes/Notes, notes, footnotes, footnote with multiple paragraphs, inline code, code blocks, formatting escape, collapsible section, subscript/superscript, other HTML tags, and HTML collapsible sections. The project is unlicensed and can be installed using the provided install script.
A Python API and CLI for displaying images in terminal, works with iTerm2 and can also be used inside tmux. Provides image support for matplotlib. It also has a MPLBACKEND module, an IPython magic, and more.