message_summary: Reorganize settings and secrets.

This allows arbitrary litellm-supported backends.
This commit is contained in:
Alex Vandiver
2025-01-28 20:27:49 +00:00
committed by Tim Abbott
parent 69524b48b5
commit 4dfb285b5b
7 changed files with 49 additions and 52 deletions

View File

@@ -219,3 +219,5 @@ RESOLVE_TOPIC_UNDO_GRACE_PERIOD_SECONDS = 5
# In a dev environment, 'zulipdev.com:9991' is used to access the landing page.
# See: https://zulip.readthedocs.io/en/latest/subsystems/realms.html#working-with-subdomains-in-development-environment
ROOT_DOMAIN_LANDING_PAGE = True
TOPIC_SUMMARIZATION_MODEL = "groq/llama-3.3-70b-versatile"