todo-sqlite3 v0.1
I wrote a spec for a SQLite-based todo database and just release version 0.1.
I wrote a spec for a SQLite-based todo database and just release version 0.1.
#python #llm #embeddings #release #simonwillison
I just released version 0.1 of a plugin for Simon Willison's llm
called llm-questioncache
. It lets you send questions to your default LLM with a system prompt that elicits short, to-the-point answers. It also maintains a cache of answers locally so that you only have to hit the LLM once for each bit of esoteric knowledge.
#tiddlywiki #rust #selfhosting #release
I just published the first (v0.1.0) release of tiddly-wiki-server, which implements the TiddlyWiki WebServer API in Rust using Axum, SerDe, and TiddlyWiki.