5 lines
211 B
Bash
5 lines
211 B
Bash
# Example environment. Copy to `.env` for local dev. Never commit `.env`.
|
|
# WhispAssist is local-only; the only network target is a LOCAL LLM endpoint.
|
|
WA_LLM_ENDPOINT=http://localhost:11434
|
|
WA_LLM_MODEL=llama3
|