send_ollama_message {shiny.ollama} | R Documentation |
Send message to Ollama API and get response
Description
Send message to Ollama API and get response
Usage
send_ollama_message(message, model)
Arguments
message |
Character string containing the user message |
model |
Character string specifying the model name |
Value
A list with elements 'success' (logical) and either 'response' (character) or 'error' (character)
[Package shiny.ollama version 0.1.1 Index]