diff --git a/custom_components/groqd/const.py b/custom_components/groqd/const.py index 7b05c6e..b0b8623 100644 --- a/custom_components/groqd/const.py +++ b/custom_components/groqd/const.py @@ -30,7 +30,7 @@ CONF_SEARXNG_LANGUAGE = "searxng_language" CONF_AUTO_FETCH_URLS = "auto_fetch_urls" CONF_TIME_FORMAT = "time_format" -DEFAULT_CHAT_MODEL = "meta-llama/llama-4-maverick-17b-128e-instruct" +DEFAULT_CHAT_MODEL = "meta-llama/llama-4-scout-17b-16e-instruct" DEFAULT_CONTEXT_MESSAGES = 20 DEFAULT_MAX_TOKENS = 4096 DEFAULT_TEMPERATURE = 1.0