Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
@@ -440,7 +440,7 @@ LLM_DATABASE = {
|
|
440 |
{ "name": "Goat-13B", "size": "7.2GB", "description": "Arithmetic reasoning specialist" },
|
441 |
{ "name": "OpenOrca-Platypus-13B", "size": "7.3GB", "description": "Combined reasoning model" }
|
442 |
|
443 |
-
]
|
444 |
"multilingual": [
|
445 |
{ name: "Qwen-14B", size: "7.8GB", description: "Alibaba's large multilingual" },
|
446 |
{ name: "Baichuan2-13B", size: "7.5GB", description: "Large Chinese-English model" },
|
|
|
440 |
{ "name": "Goat-13B", "size": "7.2GB", "description": "Arithmetic reasoning specialist" },
|
441 |
{ "name": "OpenOrca-Platypus-13B", "size": "7.3GB", "description": "Combined reasoning model" }
|
442 |
|
443 |
+
],
|
444 |
"multilingual": [
|
445 |
{ name: "Qwen-14B", size: "7.8GB", description: "Alibaba's large multilingual" },
|
446 |
{ name: "Baichuan2-13B", size: "7.5GB", description: "Large Chinese-English model" },
|