47829b953ce294eb86cf4f7b88dfe2e19e8cce2e
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.
Description
No description provided
Languages
Rust
74%
Kotlin
12.7%
HTML
4.9%
Python
4.1%
Shell
3.8%
Other
0.5%