We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20121b commit 9d93cf7Copy full SHA for 9d93cf7
docs/index.md
@@ -204,6 +204,8 @@ Let's start with the first step. Click on the tabs to find the right LM for you.
204
205
To make persistent, use "Environment Variables" in System Properties.
206
207
+ Alternatively, you can use a `.env` file with [python-dotenv](https://pypi.org/project/python-dotenv/).
208
+
209
??? info "Type hints in python"
210
211
In case you're wondering about the `list[dict[str, str]]` and the `-> str` in the
0 commit comments