Skip to contents

Launches a shiny app for interacting with the Ollama API to perform text-based chat.

Usage

run_app()

Value

No return value, called for side effects.

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()
}