Update app.py
Browse files
app.py
CHANGED
@@ -22,15 +22,17 @@ FILE_EMOJIS = {
|
|
22 |
}
|
23 |
URLS = {
|
24 |
"Lumiere": "https://lumiere-video.github.io/",
|
25 |
-
"
|
|
|
|
|
|
|
26 |
"World Health Organization": "https://www.who.int/",
|
27 |
-
"UHCProvider - United Health and Optum": "https://www.uhcprovider.com/",
|
28 |
"CMS - Centers for Medicare & Medicaid Services": "https://www.cms.gov/",
|
29 |
"Mayo Clinic": "https://www.mayoclinic.org/",
|
30 |
-
"WebMD": "https://www.webmd.com/",
|
31 |
"MedlinePlus": "https://medlineplus.gov/",
|
32 |
"Healthline": "https://www.healthline.com/",
|
33 |
"CDC - Centers for Disease Control and Prevention": "https://www.cdc.gov/",
|
|
|
34 |
"Johns Hopkins Medicine": "https://www.hopkinsmedicine.org/"
|
35 |
}
|
36 |
|
|
|
22 |
}
|
23 |
URLS = {
|
24 |
"Lumiere": "https://lumiere-video.github.io/",
|
25 |
+
"ChatDev": "https://github.com/OpenBMB/ChatDev",
|
26 |
+
"Autogen": "https://microsoft.github.io/autogen/",
|
27 |
+
"Mixtral": "https://github.com/open-compass/MixtralKit",
|
28 |
+
|
29 |
"World Health Organization": "https://www.who.int/",
|
|
|
30 |
"CMS - Centers for Medicare & Medicaid Services": "https://www.cms.gov/",
|
31 |
"Mayo Clinic": "https://www.mayoclinic.org/",
|
|
|
32 |
"MedlinePlus": "https://medlineplus.gov/",
|
33 |
"Healthline": "https://www.healthline.com/",
|
34 |
"CDC - Centers for Disease Control and Prevention": "https://www.cdc.gov/",
|
35 |
+
"UHCProvider - UHC Provider": "https://www.uhcprovider.com/",
|
36 |
"Johns Hopkins Medicine": "https://www.hopkinsmedicine.org/"
|
37 |
}
|
38 |
|