Spaces:
Build error
Build error
File size: 1,115 Bytes
6f06d5d 916dea4 6f06d5d 916dea4 6f06d5d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # ββ 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)
|