pharma_agent / env.example
Arshdeep2k5's picture
Upload folder using huggingface_hub
8ab2ed3 verified
Raw
History Blame Contribute Delete
581 Bytes
# Rename this file to 'env' (no extension) and fill in your values
# python-dotenv will load it automatically
# Required: Your HuggingFace token (NOT an OpenAI key)
HF_TOKEN=hf_your_token_here
# Optional: Override the LLM endpoint (default is HF Router)
API_BASE_URL=https://router.huggingface.co/v1
# Optional: Override the model (default is Qwen2.5-72B)
MODEL_NAME=Qwen/Qwen2.5-72B-Instruct
# Optional: Override the environment server URL (default is localhost)
ENV_BASE_URL=http://localhost:8000
# Optional: Path to SQLite database
# DB_PATH=/path/to/your/drugbank_lite.db