Files
doctate/server
Brummel 44ed5e8333 Refactor ollama transcription prompts
The system prompt for the transcription Ollama LLM has been updated to
improve robustness and clarity, especially for handling empty or
non-medical transcripts.

The prompt has been refactored to:
- Use English for instructions to improve robustness with smaller LLMs.
- Clearly define the behavior for empty or non-medical transcripts,
  requiring an empty string response.
- Reduce the maximum character limit from 120 to 60 to better fit
  smartwatch displays.
- Ensure the output is German, adhering to the original language
  requirement for the output.
- Add an explicit instruction to correct transcription errors in the
  input dictation for the consolidation LLM.
2026-04-16 15:30:45 +02:00
..
2026-04-16 15:30:45 +02:00
2026-04-13 12:20:11 +02:00
2026-04-15 21:31:21 +02:00