Update const.py

This commit is contained in:
sudoxreboot 2026-03-11 21:38:00 -05:00 committed by GitHub
parent 61f0030f33
commit 50a6a152c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ CONF_SEARXNG_LANGUAGE = "searxng_language"
CONF_AUTO_FETCH_URLS = "auto_fetch_urls" CONF_AUTO_FETCH_URLS = "auto_fetch_urls"
CONF_TIME_FORMAT = "time_format" 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_CONTEXT_MESSAGES = 20
DEFAULT_MAX_TOKENS = 4096 DEFAULT_MAX_TOKENS = 4096
DEFAULT_TEMPERATURE = 1.0 DEFAULT_TEMPERATURE = 1.0