ngebodh commited on
Commit
6ede2a7
1 Parent(s): 37621d3
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -25,7 +25,8 @@ client = OpenAI(
25
  #Create supported models
26
  model_links ={
27
  "Mistral":"mistralai/Mistral-7B-Instruct-v0.2",
28
- "Gemma":"google/gemma-7b-it"
 
29
 
30
  }
31
 
 
25
  #Create supported models
26
  model_links ={
27
  "Mistral":"mistralai/Mistral-7B-Instruct-v0.2",
28
+ "Gemma":"google/gemma-7b-it",
29
+ "Llama-2":"meta-llama/Llama-2-7b-chat-hf"
30
 
31
  }
32