CoolFace
Apppublic

Nephalem/llama-cpp-telegram_bot

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
.env.example10 linesDownload Raw Back to root
1# Example environment variables2TELEGRAM_TOKEN=your-telegram-token3HF_TOKEN=your-hf-token # required for private or gated Hugging Face models4HF_SPACE=your-username/your-space5MODEL_REF=your-repo-or-path # path or repo_id:filename6# Optional directory for downloaded models (defaults to /tmp/model_cache)7MODEL_DIR=8# Directory holding model reference files9MODELS_DIR=10