Spaces:
Runtime error
Runtime error
logging fix
Browse files- AICoreAGIX_with_TB.py +1 -1
- __pycache__/self_trust_core.cpython-311.pyc +0 -0
- codette.log +1 -0
AICoreAGIX_with_TB.py
CHANGED
|
@@ -24,7 +24,7 @@ from ethical_filter import EthicalFilter
|
|
| 24 |
from codette_openai_fallback import query_codette_with_fallback
|
| 25 |
from CodriaoCore.federated_learning import FederatedAI
|
| 26 |
from utils.database import Database
|
| 27 |
-
from utils.logger import
|
| 28 |
from codriao_tb_module import CodriaoHealthModule
|
| 29 |
from fail_safe_system import AIFailsafeSystem
|
| 30 |
from quarantine_engine import QuarantineEngine
|
|
|
|
| 24 |
from codette_openai_fallback import query_codette_with_fallback
|
| 25 |
from CodriaoCore.federated_learning import FederatedAI
|
| 26 |
from utils.database import Database
|
| 27 |
+
from utils.logger import logging
|
| 28 |
from codriao_tb_module import CodriaoHealthModule
|
| 29 |
from fail_safe_system import AIFailsafeSystem
|
| 30 |
from quarantine_engine import QuarantineEngine
|
__pycache__/self_trust_core.cpython-311.pyc
CHANGED
|
Binary files a/__pycache__/self_trust_core.cpython-311.pyc and b/__pycache__/self_trust_core.cpython-311.pyc differ
|
|
|
codette.log
CHANGED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
2025-04-10 10:57:21,739 - WARNING - [CodetteFallback] Local fallback unavailable: 'added_tokens'
|