mirror of
https://github.com/sudoxreboot/groqd
synced 2026-04-14 11:36:49 +00:00
Compare commits
3 commits
61f0030f33
...
a28b4ee672
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a28b4ee672 | ||
|
|
84ee01f4ca | ||
|
|
50a6a152c4 |
2 changed files with 2 additions and 9 deletions
|
|
@ -49,7 +49,7 @@
|
||||||
## Quick Start
|
## Quick Start
|
||||||
- Create a new groqd entry.
|
- Create a new groqd entry.
|
||||||
- Set your Groq API key.
|
- Set your Groq API key.
|
||||||
- Pick a model (default: `meta-llama/llama-4-maverick-17b-128e-instruct`).
|
- Pick a model (default: `meta-llama/llama-4-scout-17b-16e-instruct`).
|
||||||
- Set a personality prompt if you want tone/style changes.
|
- Set a personality prompt if you want tone/style changes.
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
@ -62,13 +62,6 @@ Open **groqd → Options** to configure:
|
||||||
- Auto-fetch URLs in user messages
|
- Auto-fetch URLs in user messages
|
||||||
- Time format (12h / 24h)
|
- 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
|
## Notes
|
||||||
- TTS/STT are handled by Home Assistant and other integrations.
|
- TTS/STT are handled by Home Assistant and other integrations.
|
||||||
- Web search is optional and only used if enabled.
|
- Web search is optional and only used if enabled.
|
||||||
|
|
|
||||||
|
|
@ -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