|
You are here |
til.simonwillison.net | ||
| | | | |
llm.datasette.io
|
|
| | | | | [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
|
|
| | | | | ||
| | | | |
simonwillison.net
|
|
| | | | | 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
|
|
| | | 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. | ||