{ config, pkgs, ... }: { xdg.configFile."tenere/config.toml".text = '' llm = "chatgpt" [chatgpt] openai_api_key = $(${pkgs.coreutils}/bin/cat ${config.age.secrets.openai_auth_token.path}) model = "gpt-4.1" url = "https://api.openai.com/v1/chat/completions" ''; }