dumant/env.in
2025-07-13 09:46:56 -07:00

14 lines
658 B
Text

# Set this to the valid phone number associated with your Signal account
SIGNAL_ID=+12345678901
# Accept DMS from this list of users only (space-separated)
SIGNAL_USER_ALLOWLIST="+12345678901 +12345678901 +12345678901 +12345678901 +12345678901"
# Accept messages from anyone in these groups
SIGNAL_GROUP_ALLOWLIST="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefg1234567890= ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefg1234567890="
# Use this LLM.
# Visit https://huggingface.co/models?pipeline_tag=text-generation&sort=trending and try to use an "instruct" model
# The one listed here by default is a rather small one but adequate for now
MODEL_ID="Gensyn/Qwen2.5-0.5B-Instruct"