mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
message_summary: Reorganize settings and secrets.
This allows arbitrary litellm-supported backends.
This commit is contained in:
committed by
Tim Abbott
parent
69524b48b5
commit
4dfb285b5b
@@ -696,3 +696,10 @@ MAX_WEB_DATA_IMPORT_SIZE_MB = 1024
|
||||
# delete an active organization.
|
||||
MIN_DEACTIVATED_REALM_DELETION_DAYS: int | None = 14
|
||||
MAX_DEACTIVATED_REALM_DELETION_DAYS: int | None = None
|
||||
|
||||
|
||||
TOPIC_SUMMARIZATION_MODEL: str | None = None
|
||||
if not PRODUCTION:
|
||||
TOPIC_SUMMARIZATION_MODEL = "huggingface/meta-llama/Meta-Llama-3-8B-Instruct"
|
||||
|
||||
TOPIC_SUMMARIZATION_PARAMETERS: dict[str, object] = {}
|
||||
|
||||
Reference in New Issue
Block a user