Spaces:
Runtime error
Runtime error
Update AICoreAGIX_with_TB.py
Browse files- AICoreAGIX_with_TB.py +2 -2
AICoreAGIX_with_TB.py
CHANGED
@@ -9,7 +9,7 @@ from typing import List, Dict, Any
|
|
9 |
from cryptography.fernet import Fernet
|
10 |
from jwt import encode, decode, ExpiredSignatureError
|
11 |
from datetime import datetime, timedelta
|
12 |
-
import blockchain_module
|
13 |
import speech_recognition as sr
|
14 |
import pyttsx3
|
15 |
import os
|
@@ -86,7 +86,7 @@ class AICoreAGIX:
|
|
86 |
|
87 |
final_response = f"{model_response}\n\n{agent_response}\n\n{self_reflection}\n\nAR Insights: {ar_data}\n\nLogic: {neural_reasoning}"
|
88 |
self.database.log_interaction(user_id, query, final_response)
|
89 |
-
blockchain_module.store_interaction(user_id, query, final_response)
|
90 |
self._speak_response(final_response)
|
91 |
|
92 |
return {
|
|
|
9 |
from cryptography.fernet import Fernet
|
10 |
from jwt import encode, decode, ExpiredSignatureError
|
11 |
from datetime import datetime, timedelta
|
12 |
+
import #blockchain_module
|
13 |
import speech_recognition as sr
|
14 |
import pyttsx3
|
15 |
import os
|
|
|
86 |
|
87 |
final_response = f"{model_response}\n\n{agent_response}\n\n{self_reflection}\n\nAR Insights: {ar_data}\n\nLogic: {neural_reasoning}"
|
88 |
self.database.log_interaction(user_id, query, final_response)
|
89 |
+
#blockchain_module.store_interaction(user_id, query, final_response)
|
90 |
self._speak_response(final_response)
|
91 |
|
92 |
return {
|