NexusInstruments's picture
Create .env
10aae39 verified
raw
history blame contribute delete
621 Bytes
# ─── Hugging Face Inference API ───────────────────────────────
# Token from https://huggingface.co/settings/tokens
HF_API_TOKEN=your_hf_token_here
HF_MODEL=mistralai/Mistral-7B-Instruct-v0.3
# ─── Ollama Local Backend ─────────────────────────────────────
# Model must be pulled locally (e.g., `ollama pull llama2`)
OLLAMA_MODEL=llama2
# ─── OpenAI (optional, disabled by default) ───────────────────
# OPENAI_API_KEY=sk-...