The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
LLMR 0.6.0
Breaking changes
- Returns and objects:
- call_llm() in generative mode now returns an llmr_response object by
default. Use as.character(x) to extract text; print(x) shows a concise
status line; helpers include finish_reason(), tokens(), and
is_truncated().
- Legacy json= arguments are removed. Generative calls always return
an llmr_response.
New
- Improved API key handling.
- You can give the key name instead of actual token
- Even if actual token is provided, it is immediately turned into a
system variable and not stored directly
- json output and fixed structure are now possible.
- llm_mutate can inject multiple pieces of text from columns.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.