NexusInstruments commited on
Commit
10aae39
·
verified ·
1 Parent(s): 92ddd7d

Create .env

Browse files
Files changed (1) hide show
  1. .env +11 -0
.env ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ─── Hugging Face Inference API ───────────────────────────────
2
+ # Token from https://huggingface.co/settings/tokens
3
+ HF_API_TOKEN=your_hf_token_here
4
+ HF_MODEL=mistralai/Mistral-7B-Instruct-v0.3
5
+
6
+ # ─── Ollama Local Backend ─────────────────────────────────────
7
+ # Model must be pulled locally (e.g., `ollama pull llama2`)
8
+ OLLAMA_MODEL=llama2
9
+
10
+ # ─── OpenAI (optional, disabled by default) ───────────────────
11
+ # OPENAI_API_KEY=sk-...