Spaces:
Sleeping
Sleeping
Ron Vallejo
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,6 +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 |
}
|
| 20 |
|
| 21 |
#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
|