You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(f" - No relevant info found in chunk {i+1}.")
144
+
print(f" - ❌ No relevant info found in chunk {i+1}.")
145
145
146
146
print(f" (LocalLM response: '{result}')")
147
147
@@ -238,8 +238,8 @@ async def main():
238
238
print(" MINIONS Protocol Demo (Agent Framework)")
239
239
print("="*50)
240
240
241
-
user_query="what did Planck and Bohr contribute to quantum mechanics and who developed the relativistic description of the wavefunction?"
242
-
print(f"\nUser Query: {user_query}")
241
+
user_query="what did Planck and Bohr contribute to quantum mechanics and who developed the relativistic description of the wavefunction of an electron?"
0 commit comments