Spaces:
Sleeping
Sleeping
github-actions
feat: add USE_LORA environment variable to toggle LoRA application at startup (#8)
4bfeba1 | # LoRA (Low-Rank Adaptation) adapter application toggle | |
| # Set to "true" to use the LoRA adapter (hiroyuki-style responses) | |
| # Set to "false" to use only the base model (default Qwen2.5-0.5B-Instruct responses) | |
| USE_LORA=true | |