Show HN: GPT–LLM native macOS app with time travel, versioning, search Hey everyone! I made a Mac app for exploring large language models. It’s fast, small, has a tiny memory footprint. It’s immutable by design with both immediate time travel and automatic versioning as foundational elements. The app is written in Swift and a bit of Rust for the tokenizer. I used SwiftUI for structure and animations and Cocoa for advanced behavior. All storage is SQLite and local-only. You can go through the database as needed and backup it as well. The app has support for variants, which is the `n` parameter in the OpenAI chat completion API—equivalent to the drafts feature in Bard. It shows model- and ChatML-aware tokens and cost, and it dynamically adjusts response length in function of prompt length and context length. It supports hiding runs that are not useful, marking the ones that are notable, and going through the ancestry of the current run. It also has support for examples, as specified in ChatML, conversation names and personal and local-only notes. The full-text search works across all stored text and it has support for `all`, `any`, `prefix` and `phrase` matching; the results are time-ordered rather than ranked for the time being. There are several shortcuts and more are coming so that the app can be used entirely by keyboard. You can export to JSON and all data is exported. The app is sandboxed and notarized. The API keys are stored securely in the Keychain. Next I plan to implement combinatorial runs (mixing multiple values of the same parameter and multiple models as well) and full Markdown support. Currently only OpenAI’s conversational models are supported (GPT 3.5, GPT 4 8K, GPT 4 32K), but I’ll be adding support for local models and custom ChatML endpoints as soon as possible. Give it a try. Any and all feedback welcome! Thoughts and questions as well! William https://thellm.app April 11, 2023 at 11:34PM
Show HN: GPT–LLM native macOS app with time travel, versioning, search https://ift.tt/RUAEZib
Related Articles
Show HN: PyTorch search engine https://ift.tt/j7bkNqyShow HN: PyTorch search engine https://ift.tt/1n2LU7K October 7, 2022 … Read More
Show HN: Build data pipelines visually and with code https://ift.tt/fMiUeHkShow HN: Build data pipelines visually and with code https://ift.tt/p9… Read More
Show HN: WebVM – x86 VM in WebAssembly, now with networking (via Tailscale) https://ift.tt/kzgO4MbShow HN: WebVM – x86 VM in WebAssembly, now with networking (via Tails… Read More
Show HN: I made an app to test how good people are at identifying AI art https://ift.tt/IcfPS7lShow HN: I made an app to test how good people are at identifying AI a… Read More
Show HN: Another Darn To-Do List App https://ift.tt/yS0dR5AShow HN: Another Darn To-Do List App Hi guys, This is my first time bu… Read More
Show HN: Sksql a Database Engine in TypeScript https://ift.tt/ka9oqxEShow HN: Sksql a Database Engine in TypeScript Hi! I wanted to underst… Read More
Show HN: Academic personal page in pure HTML and CSS https://ift.tt/fNyt3pxShow HN: Academic personal page in pure HTML and CSS https://ift.tt/Jz… Read More
Show HN: Earn 9.62% on US Treasury I Bonds on Yotta https://ift.tt/c8PYgMZShow HN: Earn 9.62% on US Treasury I Bonds on Yotta Hey all My name is… Read More
0 Comments: