Shreyas094 commited on
Commit
3654925
·
verified ·
1 Parent(s): 9328d2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -13,6 +13,8 @@ huggingface_token = os.environ.get("HUGGINGFACE_TOKEN")
13
  MODELS = [
14
  "mistralai/Mistral-7B-Instruct-v0.3",
15
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
 
 
16
  "mistralai/Mistral-Nemo-Instruct-2407"
17
  ]
18
 
 
13
  MODELS = [
14
  "mistralai/Mistral-7B-Instruct-v0.3",
15
  "mistralai/Mixtral-8x7B-Instruct-v0.1",
16
+ "meta-llama/Meta-Llama-3.1-8B-Instruct",
17
+ "meta-llama/Meta-Llama-3.1-70B-Instruct",
18
  "mistralai/Mistral-Nemo-Instruct-2407"
19
  ]
20