LLM Connections
These settings are stored locally in this browser and are not
included in shared URLs.
Fetched from your configured providers and cached locally.
Environment Variables
Define local secrets or variables as key=value pairs.
Reference them in cells as {{ ENV["MY_KEY"] }}.
Tips
-
Each prompt cell can override the notebook’s default LLM, or you
can leave it as “Use notebook default”.
-
In prompts you can reference other cells with
{{name}}, {{#1}}, or
{{cell_abc}}.