Spaces:
Sleeping
Sleeping
Ron Vallejo
commited on
Update app.py
Browse files
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
|