Skip to content

ollama_apps

ollama apps. python based apps.

source manual


Main entry point for the Ollama app.

OllamaApp(chat_with_document_handler=None, chat_with_model_handler=None, interface=None)

Main application class for the Ollama app. Initializes chat handlers and the Gradio interface.

run()

Launch the Gradio interface.

main()

Run the Ollama app.