mujtabarizvi commited on
Commit
cfce637
·
verified ·
1 Parent(s): cc67291

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import re # For parsing LLM output
8
  # --- HF Inference API for LLM ---
9
  from huggingface_hub import InferenceClient
10
 
11
- LLM_MODEL = "HuggingFaceH4/zephyr-7b-beta"
12
 
13
  try:
14
  hf_token = os.getenv("HF_TOKEN")
 
8
  # --- HF Inference API for LLM ---
9
  from huggingface_hub import InferenceClient
10
 
11
+ LLM_MODEL = "mistralai/Mixtral-8x7B-Instruct-v0.1"
12
 
13
  try:
14
  hf_token = os.getenv("HF_TOKEN")