dynamic-learning-model 3.4.2__tar.gz → 3.5.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dynamic-learning-model
3
- Version: 3.4.2
3
+ Version: 3.5.0
4
4
  Summary: A Dynamic Learning Model for processing NLP queries using hybrid AI and reasoning.
5
5
  Home-page: https://github.com/VigneshT24/Dynamic_Learning_Model
6
6
  Author: Vignesh Thondikulam
@@ -585,7 +585,7 @@ class DLM:
585
585
  - Uses colorized terminal output and a loading animation to simulate reflective thought.
586
586
  """
587
587
  if display_thought:
588
- print("\nThought Process (Yellow):")
588
+ print("\nThought Process:")
589
589
  if filtered_query is None or filtered_query == "":
590
590
  print(
591
591
  f"I couldn't pick out any context or clear topic. If I see a match in my database I will respond with that, or else I have no clue!")