Spaces:
Runtime error
Runtime error
| """Pinned production baseline for deploy verification. | |
| Bump ``BASELINE_GIT_SHA`` when intentionally changing the default generation stack. | |
| """ | |
| BASELINE_GIT_SHA = "e561e67" | |
| BASELINE_LABEL = "standard-rag-llm" | |
| BASELINE_DESCRIPTION = ( | |
| "RAG upload sanitisation + standard fixed pipeline (expand → retrieve → " | |
| "LLM adapt). Agentic HeadAgent is opt-in only." | |
| ) | |