Spaces:
Sleeping
Sleeping
Ron Vallejo
commited on
Update app.py
Browse files
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
|
@@ -25,6 +25,10 @@ model_info ={
|
|
25 |
{'description':"""The Llama (3.1) model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
|
26 |
\nIt was created by the [**Meta's AI**](https://llama.meta.com/) team and has over **8 billion parameters.** \n""",
|
27 |
'logo':'BlueLogoBox.jpg'},
|
|
|
|
|
|
|
|
|
28 |
}
|
29 |
|
30 |
|
|
|
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
|
|
|
25 |
{'description':"""The Llama (3.1) model is a **Large Language Model (LLM)** that's able to have question and answer interactions.\n \
|
26 |
\nIt was created by the [**Meta's AI**](https://llama.meta.com/) team and has over **8 billion parameters.** \n""",
|
27 |
'logo':'BlueLogoBox.jpg'},
|
28 |
+
"Mistral-7B-Instruct-v0.3":
|
29 |
+
{'description':"""The Mistral-7B-Instruct-v0.3 Large Language Model (LLM) is an instruct fine-tuned version of the Mistral-7B-v0.3.\n \
|
30 |
+
\nIt was created by the [**Mistral AI**](https://mistral.ai/news/announcing-mistral-7b/) team as has over **7 billion parameters.** \n""",
|
31 |
+
'logo':'https://mistral.ai/images/logo_hubc88c4ece131b91c7cb753f40e9e1cc5_2589_256x0_resize_q97_h2_lanczos_3.webp'},
|
32 |
}
|
33 |
|
34 |
|