use cached prompt generation (#768)
Co-authored-by: Shuchang Zheng <wintonzheng0325@gmail.com>
This commit is contained in:
@@ -77,6 +77,9 @@ class Settings(BaseSettings):
|
||||
BITWARDEN_TIMEOUT_SECONDS: int = 60
|
||||
BITWARDEN_MAX_RETRIES: int = 1
|
||||
|
||||
# task generation settings
|
||||
PROMPT_CACHE_WINDOW_HOURS: int = 24
|
||||
|
||||
#####################
|
||||
# LLM Configuration #
|
||||
#####################
|
||||
|
||||
Reference in New Issue
Block a user