Simon Willison’s Weblog

Subscribe

Saturday, 1st April 2023

textual-mandelbrot (via) I love this: run “pipx install textual-mandelbrot” and then “mandelexp” to get an interactive Mandelbrot fractal exploration interface right there in your terminal, built on top of Textual. The code for this is only 250 lines of Python and delightfully easy to follow.

# 7:23 pm / mandelbrot, python, textual

TIL Using the ChatGPT streaming API from Python — I wanted to stream the results from the ChatGPT API as they were generated, rather than waiting for the entire thing to complete before displaying anything.
Release llm 0.1 — Access large language models from the command-line
Release llm 0.2 — Access large language models from the command-line
Friday, 31st March 2023
Sunday, 2nd April 2023