47829b953c
Introduces a new module `ollama` to handle communication with an Ollama LLM for generating concise, one-line summaries of medical transcripts. This module includes: - `generate_oneliner`: The main function to interact with the Ollama API. - `normalize`: A pure function for cleaning and formatting the LLM's output according to specific rules. - Error handling for API communication and response parsing. - Unit tests for the normalization logic.