Ron Vallejo commited on
Commit
b81ad51
·
verified ·
1 Parent(s): fc22938

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ client = OpenAI(
15
 
16
  #Create supported models
17
  model_links ={
18
- "Meta-Llama-3.1-8B":"meta-llama/Meta-Llama-3.1-8B-Instruct"
19
- "Mistral-7B-Instruct-v0.3":"mistralai/Mistral-7B-Instruct-v0.3"
20
  }
21
 
22
  #Pull info about the model to display
 
15
 
16
  #Create supported models
17
  model_links ={
18
+ "Meta-Llama-3.1-8B": "meta-llama/Meta-Llama-3.1-8B-Instruct",
19
+ "Mistral-7B-Instruct-v0.3": "mistralai/Mistral-7B-Instruct-v0.3"
20
  }
21
 
22
  #Pull info about the model to display