mirror of
https://github.com/sudoxreboot/groqd
synced 2026-04-14 03:26:35 +00:00
Update const.py
This commit is contained in:
parent
61f0030f33
commit
50a6a152c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue