Launches a shiny app for interacting with the Ollama API to perform text-based chat.
Details
The app provides a user-friendly interface for chatting with LLMs using Ollama, including model selection, message sending, and chat history export.
Examples
if (interactive()) {
run_app()
}