No articles match
Getting started2 months ago
Setup an LLM provider | Basic prompting | Prompt wraps | answer_as: Retrieving output in a specific format | JSON output | answer_by: Adding a reasoning mode to the LLM | answer_using: Have the LLM work with tools and code | Tools (function-calling) | Code generation and evaluation | Creating custom prompt wraps | Provider-level prompt wraps
Streaming LLM responses to Shiny apps6 months ago
Example
Creating prompt wraps1 years ago
Breaking out of the evaluation loop | Extraction versus validation functions | Prompt wrap types and order of application | Configuring a LLM provider with a prompt wrap | Configuring a prompt wrap based on the LLM provider or HTTP responses | Configuring a prompt wrap based on other prompt wraps | Handler functions
Sentiment analysis in R with a LLM and 'tidyprompt'2 years ago