# Requires running Ollama server and gemma4:e4b model
if (FALSE) {
llm <- create_Ollama(
"gemma4:e4b",
system_prompt = "Convert color to hex code using the format #FFFFFF"
)
x <- c("ocean teal", "california poppy orange", "bougainvillea pink")
hex <- map(x, llm)
hex
}
Run the code above in your browser using DataLab