ravimohan19 commited on
Commit
517982e
Β·
verified Β·
1 Parent(s): 782d340

Upload config.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -12,7 +12,7 @@ TAVILY_API_KEY = os.getenv("TAVILY_API_KEY", "")
12
  HF_TOKEN = os.getenv("HF_TOKEN", "")
13
 
14
  # ── LLM Settings ─────────────────────────────────────────────────────────────
15
- HF_MODEL_ID = os.getenv("HF_MODEL_ID", "meta-llama/Meta-Llama-3.1-8B-Instruct")
16
  LLM_MAX_NEW_TOKENS = 4096
17
  LLM_TEMPERATURE = 0.1 # Low temperature for structured extraction
18
 
 
12
  HF_TOKEN = os.getenv("HF_TOKEN", "")
13
 
14
  # ── LLM Settings ─────────────────────────────────────────────────────────────
15
+ HF_MODEL_ID = os.getenv("HF_MODEL_ID", "meta-llama/Llama-3.3-70B-Instruct")
16
  LLM_MAX_NEW_TOKENS = 4096
17
  LLM_TEMPERATURE = 0.1 # Low temperature for structured extraction
18