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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ client = OpenAI(
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
 
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