Compare commits

..

No commits in common. "a28b4ee672b01f9c8e1664097741f4fed5d6b0da" and "61f0030f33676ebf87019b2676464076316fc251" have entirely different histories.

2 changed files with 9 additions and 2 deletions

View file

@ -49,7 +49,7 @@
## Quick Start
- Create a new groqd entry.
- Set your Groq API key.
- Pick a model (default: `meta-llama/llama-4-scout-17b-16e-instruct`).
- Pick a model (default: `meta-llama/llama-4-maverick-17b-128e-instruct`).
- Set a personality prompt if you want tone/style changes.
## Options
@ -62,6 +62,13 @@ Open **groqd → Options** to configure:
- Auto-fetch URLs in user messages
- Time format (12h / 24h)
## Recommended Prompt Additions
To make tone warmer and lyrical:
"""
Be warm, playful, and a bit lyrical. If the user quotes lyrics, continue one line then respond empathetically.
"""
## Notes
- TTS/STT are handled by Home Assistant and other integrations.
- Web search is optional and only used if enabled.

View file

@ -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-scout-17b-16e-instruct"
DEFAULT_CHAT_MODEL = "meta-llama/llama-4-maverick-17b-128e-instruct"
DEFAULT_CONTEXT_MESSAGES = 20
DEFAULT_MAX_TOKENS = 4096
DEFAULT_TEMPERATURE = 1.0