Update app.py
Browse files
app.py
CHANGED
|
@@ -198,11 +198,11 @@ def display_glossary_entity(k):
|
|
| 198 |
roleplaying_glossary = {
|
| 199 |
"🤖 AI Concepts": {
|
| 200 |
"MoE (Mixture of Experts) 🧠": [
|
| 201 |
-
"
|
| 202 |
-
"
|
| 203 |
-
"
|
| 204 |
-
"
|
| 205 |
-
"
|
| 206 |
],
|
| 207 |
"Multi Agent Systems (MAS) 🤝": [
|
| 208 |
"Distributed AI systems",
|
|
@@ -571,7 +571,7 @@ def search_glossary(query): # 🔍Run------------------------------------------
|
|
| 571 |
|
| 572 |
# experimental 45 - - - - - - - - - - - - -<><><><><>
|
| 573 |
|
| 574 |
-
|
| 575 |
filename = generate_filename(responseAll, "md")
|
| 576 |
create_file(filename, query, responseAll, should_save)
|
| 577 |
|
|
|
|
| 198 |
roleplaying_glossary = {
|
| 199 |
"🤖 AI Concepts": {
|
| 200 |
"MoE (Mixture of Experts) 🧠": [
|
| 201 |
+
"What are Multi Agent Systems for Health",
|
| 202 |
+
"What is Mixture of Experts for Health",
|
| 203 |
+
"What are Semantic and Episodic Memory and what is Mirroring for Behavioral Health",
|
| 204 |
+
"What are Self Rewarding AI Systems for Health",
|
| 205 |
+
"How are AGI and AMI systems created using Multi Agent Systems and Mixture of Experts for Health"
|
| 206 |
],
|
| 207 |
"Multi Agent Systems (MAS) 🤝": [
|
| 208 |
"Distributed AI systems",
|
|
|
|
| 571 |
|
| 572 |
# experimental 45 - - - - - - - - - - - - -<><><><><>
|
| 573 |
|
| 574 |
+
responseAll = '# Query: ' + query + '# Summary: ' + str(response2) + '# Streamlit App Specifier: ' + str(response3) + '# Complete Streamlit App: ' + str(response4) + '# Scholarly Article Links References: ' + str(response1)
|
| 575 |
filename = generate_filename(responseAll, "md")
|
| 576 |
create_file(filename, query, responseAll, should_save)
|
| 577 |
|