mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
settings: Remove unused setting.
Since TOPIC_SUMMARIZATION_MODEL is already defined in dev_settings to a groq model, this is not used.
This commit is contained in:
@@ -701,7 +701,4 @@ 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