Pywayne Chat Ollama Gradio This module provides a Gradio-based web chat interface for Ollama models with multi-session support. Quick Start Configuration | Parameter | Default | Description | |-----------|---------|-------------| | | | Ollama API base URL | | | | Server host name | | | | Server port | | | | Root path for reverse proxy | | | | API key (for Ollama compatibility) | Model Discovery Automatically discovers available Ollama models by running : - Excludes models with 'embed' in the name - Falls back to if no models found Session Management Creating New Sessions Switching Sessions AP…