simonw / llm

Access large language models from the command-line
https://llm.datasette.io
Apache License 2.0
4.85k stars 272 forks source link

Keys in environment should precede static configuration #618

Open kfet opened 2 weeks ago

kfet commented 2 weeks ago

This allows more specific methods to override more general ones. One can override persistent configurations (files) with temporary ones (env vars), and override both with one-time CLI parameters.