A medical scribe capable of creating SOAP notes running Whisper and Kobold based on conversation with a patient
GNU General Public License v3.0
0
stars
0
forks
source link
**issue (complexity):** Consider extracting post-processing logic into a separate helper function and flattening the control flow #30
Open
ItsSimko opened 2 days ago
The
on_proceed()
function has become overly nested with duplicated post-processing logic. We can simplify this without losing functionality by:Here's how:
This refactoring:
_Originally posted by @sourcery-ai[bot] in https://github.com/ClinicianFOCUS/FreeScribe/pull/28#discussion_r1822703900_