Skip to content

Commit fe9301a

Browse files
committed
docs(vignette): update LLM model from gpt-4o-mini to gpt-5-nano for improved performance
1 parent faeffd7 commit fe9301a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "gpt-4o-mini", stream = getOption("tidyprompt.stream", TRUE)),
33+
parameters = list(model = "gpt-5-nano", stream = getOption("tidyprompt.stream", TRUE)),
3434
verbose = getOption("tidyprompt.verbose", TRUE),
3535
url = "https://api.openai.com/v1/chat/completions",
3636
api_key = Sys.getenv("OPENAI_API_KEY")

0 commit comments

Comments
 (0)