Spaces:
Sleeping
Sleeping
| # βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # Environment Variables for OmniTech Customer Support | |
| # βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # | |
| # IMPORTANT: On HuggingFace Spaces, set these as "Repository secrets" in Settings | |
| # | |
| # DO NOT commit actual values to git! This file is just documentation. | |
| # | |
| # βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
| # HuggingFace API Token (REQUIRED) | |
| # Get your token from: https://huggingface.co/settings/tokens | |
| # This is used to call the LLM for generating responses | |
| HF_TOKEN=your_huggingface_token_here | |
| # Optional: Override the default LLM model | |
| # Default: meta-llama/Llama-3.1-8B-Instruct | |
| # HF_MODEL=meta-llama/Llama-3.1-8B-Instruct | |