Story Published at: May 15, 2023 at 03:29PM
Anthropic’s 100k context is now available in the web UI
Show HN: A ChatGPT TUI with custom bots
Hi HN! We just shipped a full-featured TUI (Text User Interface) for chatting with your Marvin bots, powered by GPT 4 or GPT-3.5. Like all of Marvin, it’s fully open-source and we hope you find it useful. To launch it, upgrade and run `marvin chat`. The TUI is built with Textual ( https://github.com/textualize/textual/ ) and uses some of its newest […]
Show HN: Marvin – build AI functions that use an LLM as a runtime
Hey HN! We’re excited to share our new open-source project, Marvin. Marvin is a high-level library for building AI-powered software. We developed it to address the challenges of integrating LLMs into more traditional applications. One of the biggest issues is the fact that LLMs only deal with strings (and conversational strings at that), so using them to process structured data […]