/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

til.simonwillison.net
| | llm.datasette.io
8.5 parsecs away

Travel
| | [AI summary] This page explains the setup, installation, and configuration options for the LLM command-line tool, including instructions for managing API keys and integrating custom model plugins.
| | zenn.dev
7.2 parsecs away

Travel
| |
| | simonwillison.net
4.8 parsecs away

Travel
| | I introduced datasette-secrets two weeks ago. The core idea is to provide a way for end-users to store secrets such as API keys in Datasette, allowing other plugins to access ...
| | janakiev.com
24.3 parsecs away

Travel
| Python's built-in venv module makes it easy to create virtual environments for your Python projects. Virtual environments are isolated spaces where your Python packages and their dependencies live. This means that each project can have its own dependencies, regardless of what other projects are doing.