| print.llm_config | R Documentation |
Configurations never print their key: a literal key shows as
<llmr_secret: literal> and an environment reference as
<llmr_secret: env:VARNAME>, so configs are safe to print in scripts,
logs, and rendered documents.
## S3 method for class 'llm_config'
print(x, ...)
## S3 method for class 'llm_config'
format(x, ...)
x |
An |
... |
Ignored. |
x invisibly (for print); a character vector (for format).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.