Skip to content

Commit 4833726

Browse files
committed
fix: update LLM provider model to use openai/gpt-5.4-nano in vignette
1 parent a631fa1 commit 4833726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vignettes/Visualizing_data_with_LLMs.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This vignette demonstrates how to use the `scplotter` package to visualize data
3030
```{r, eval = api_key_set}
3131
# Set up LLM provider
3232
provider <- tidyprompt::llm_provider_openai(
33-
parameters = list(model = "qwen/qwen-2.5-7b-instruct", stream =
33+
parameters = list(model = "openai/gpt-5.4-nano", stream =
3434
getOption("tidyprompt.stream", TRUE)),
3535
verbose = getOption("tidyprompt.verbose", TRUE),
3636
url = "https://openrouter.ai/api/v1/chat/completions",

0 commit comments

Comments
 (0)