Skip to content

Make summary prompt and Ollama timeout configurable - #8

Open
r0m1-b wants to merge 2 commits into
peteonrails:mainfrom
r0m1-b:feature/minor_improvements
Open

Make summary prompt and Ollama timeout configurable#8
r0m1-b wants to merge 2 commits into
peteonrails:mainfrom
r0m1-b:feature/minor_improvements

Conversation

@r0m1-b

@r0m1-b r0m1-b commented Aug 11, 2026

Copy link
Copy Markdown

Summary

This PR adds two small configuration options for HushNote summarization:

  • SUMMARY_PROMPT_FILE: allows loading a custom summarization prompt from a file.
  • SUMMARY_TIMEOUT: allows overriding the Ollama request timeout.

Motivation

The summarization prompt and Ollama request timeout are currently hardcoded.

Making them configurable allows HushNote to support different workflows
without requiring users to modify the source code.

For example, a custom prompt can be used for meeting notes, study notes,
transcript cleanup, or other use cases.

Compatibility

The existing behavior is preserved when these options are not configured.

r0m1-b added 2 commits August 11, 2026 21:35
- Add  option `SUMMARY_PROMPT_FILE` in .hushnoterc
- Fallback to the default prompt if no prompt file is configured
- add a parameter SUMMARY_TIMEOUT in .hushnoterc
- default value stays 300s (5 min)
@r0m1-b
r0m1-b force-pushed the feature/minor_improvements branch from fa544b3 to 36db849 Compare August 11, 2026 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant