logasanjeev commited on
Commit
b997862
·
verified ·
1 Parent(s): 56b3140

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ if os.environ["HUGGINGFACEHUB_API_TOKEN"] == "default-token":
29
  # Model and embedding options
30
  LLM_MODELS = {
31
  "Balanced (Mixtral-8x7B)": "mistralai/Mixtral-8x7B-Instruct-v0.1",
32
- "Lightweight (Gemma-2B)": "google/gemma-2b-it",
33
  "High Accuracy (Llama-3-8B)": "meta-llama/Llama-3-8b-hf"
34
  }
35
 
 
29
  # Model and embedding options
30
  LLM_MODELS = {
31
  "Balanced (Mixtral-8x7B)": "mistralai/Mixtral-8x7B-Instruct-v0.1",
32
+ "Lightweight (Gemma-2B)": "google/gemma-2-2b-it",
33
  "High Accuracy (Llama-3-8B)": "meta-llama/Llama-3-8b-hf"
34
  }
35