# Requires running Ollama server and gemma4:e4b model
if (FALSE) {
llm <- create_Ollama(
model_name = "gemma4:e4b",
system_prompt = "You are professor of Drum and Bass at the Institute of Advanced Beat Studies.",
temperature = 1.0
)
generate(llm, "What is your name and who made you?")
}
Run the code above in your browser using DataLab