Spaces:
Sleeping
Sleeping
| # Environment Variables for Bug Report Structuring Inference | |
| # Copy this file to .env and fill in your actual values | |
| # LLM API Configuration | |
| # For Together AI, Hugging Face Inference, or vLLM | |
| API_BASE_URL=https://api.together.xyz/v1 | |
| # or for local vLLM: http://localhost:8000/v1 | |
| # or for HF Inference: https://api-inference.huggingface.co/v1 | |
| # Model identifier | |
| MODEL_NAME=meta-llama/Llama-3.1-8B-Instruct | |
| # Other options: | |
| # - meta-llama/Llama-3.2-70B-Instruct | |
| # - meta-llama/Llama-2-13b-chat | |
| # - mistralai/Mistral-7B-Instruct-v0.3 | |
| # Hugging Face API Token | |
| # Get this from https://huggingface.co/settings/tokens | |
| HF_TOKEN=hf_your_token_here | |
| # Optional: Custom environment URL | |
| ENV_URL=https://rahul-13-bug-report-structuring-env.hf.space | |