Spaces:
Build error
Build error
| # ββ LLM endpoints (OpenAI-compatible vLLM servers on Modal) ββ | |
| PHI_URL=https://<account>--phi-4-mini-instruct-qa-vllm-serve.modal.run/v1 | |
| QWEN_URL=https://<account>--qwen-0-6b-qa-vllm-serve.modal.run/v1 | |
| API_KEY=your-llm-api-key | |
| # ββ Embedding endpoint βββββββββββββββββββββββββββββββββββββββ | |
| EMBEDS_URL=https://<account>--intfloat-multilingual-e5-large-instruct-embeddings-embed.modal.run | |
| EMBEDS_API_KEY=your-embedding-api-key | |
| # ββ Defaults pre-selected in the UI ββββββββββββββββββββββββββ | |
| DEFAULT_MODEL=microsoft/Phi-4-mini-instruct | |
| DEFAULT_EMBEDDING=intfloat/multilingual-e5-large-instruct-modal | |
| # ββ GROBID services ββββββββββββββββββββββββββββββββββββββββββ | |
| GROBID_URL=https://your-grobid-url | |
| GROBID_QUANTITIES_URL=https://your-grobid-quantities-url/ # optional (measurements NER) | |
| GROBID_MATERIALS_URL=https://your-grobid-superconductors-url/ # optional (materials NER) | |