# Requires running Ollama server and gemma4:e4b model
if (FALSE) {
llmapply(
c("burgundy", "crimson", "maroon", "ruby", "scarlet"),
"gemma4:e4b",
system_prompt = "Return the hexadecimal code for the color provided in format #FFFFFF",
temperature = 0.2
) |> responses()
}
Run the code above in your browser using DataLab