Spaces:
Runtime error
Runtime error
changed a lot
Browse files- .gitignore +1 -0
- __pycache__/AICoreAGIX_with_TB.cpython-310.pyc +0 -0
- __pycache__/HuggingFaceHelper.cpython-310.pyc +0 -0
- __pycache__/codette_openai_fallback.cpython-310.pyc +0 -0
- __pycache__/codriao_tb_module.cpython-310.pyc +0 -0
- __pycache__/ethical_filter.cpython-310.pyc +0 -0
- __pycache__/fail_safe.cpython-310.pyc +0 -0
- __pycache__/self_trust_core.cpython-310.pyc +0 -0
- components/CodriaoCore/__pycache__/__init__.cpython-310.pyc +0 -0
- components/CodriaoCore/__pycache__/federated_learning.cpython-310.pyc +0 -0
- components/__pycache__/__init__.cpython-310.pyc +0 -0
- components/__pycache__/multi_model_analyzer.cpython-310.pyc +0 -0
- components/__pycache__/neuro_symbolic_engine.cpython-310.pyc +0 -0
- components/__pycache__/real_time_data.cpython-310.pyc +0 -0
- components/__pycache__/self_improving_ai.cpython-310.pyc +0 -0
- components/__pycache__/sentiment_analysis.cpython-310.pyc +0 -0
- modules/__pycache__/__init__.cpython-310.pyc +0 -0
- modules/__pycache__/secure_memory_loader.cpython-310.pyc +0 -0
- modules/__pycache__/tb_audio_processor.cpython-310.pyc +0 -0
- modules/__pycache__/tb_image_processor.cpython-310.pyc +0 -0
- utils/__pycache__/__init__.cpython-310.pyc +0 -0
- utils/__pycache__/database.cpython-310.pyc +0 -0
- utils/__pycache__/logger.cpython-310.pyc +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
config.json
|
__pycache__/AICoreAGIX_with_TB.cpython-310.pyc
ADDED
Binary file (11.4 kB). View file
|
|
__pycache__/HuggingFaceHelper.cpython-310.pyc
ADDED
Binary file (2.23 kB). View file
|
|
__pycache__/codette_openai_fallback.cpython-310.pyc
ADDED
Binary file (2.07 kB). View file
|
|
__pycache__/codriao_tb_module.cpython-310.pyc
ADDED
Binary file (2.3 kB). View file
|
|
__pycache__/ethical_filter.cpython-310.pyc
ADDED
Binary file (1.36 kB). View file
|
|
__pycache__/fail_safe.cpython-310.pyc
ADDED
Binary file (2.56 kB). View file
|
|
__pycache__/self_trust_core.cpython-310.pyc
ADDED
Binary file (2.92 kB). View file
|
|
components/CodriaoCore/__pycache__/__init__.cpython-310.pyc
ADDED
Binary file (142 Bytes). View file
|
|
components/CodriaoCore/__pycache__/federated_learning.cpython-310.pyc
ADDED
Binary file (2 kB). View file
|
|
components/__pycache__/__init__.cpython-310.pyc
ADDED
Binary file (130 Bytes). View file
|
|
components/__pycache__/multi_model_analyzer.cpython-310.pyc
ADDED
Binary file (1.06 kB). View file
|
|
components/__pycache__/neuro_symbolic_engine.cpython-310.pyc
ADDED
Binary file (1.41 kB). View file
|
|
components/__pycache__/real_time_data.cpython-310.pyc
ADDED
Binary file (2.2 kB). View file
|
|
components/__pycache__/self_improving_ai.cpython-310.pyc
ADDED
Binary file (918 Bytes). View file
|
|
components/__pycache__/sentiment_analysis.cpython-310.pyc
ADDED
Binary file (1.27 kB). View file
|
|
modules/__pycache__/__init__.cpython-310.pyc
ADDED
Binary file (127 Bytes). View file
|
|
modules/__pycache__/secure_memory_loader.cpython-310.pyc
ADDED
Binary file (1.21 kB). View file
|
|
modules/__pycache__/tb_audio_processor.cpython-310.pyc
ADDED
Binary file (1.7 kB). View file
|
|
modules/__pycache__/tb_image_processor.cpython-310.pyc
ADDED
Binary file (2.65 kB). View file
|
|
utils/__pycache__/__init__.cpython-310.pyc
ADDED
Binary file (125 Bytes). View file
|
|
utils/__pycache__/database.cpython-310.pyc
ADDED
Binary file (840 Bytes). View file
|
|
utils/__pycache__/logger.cpython-310.pyc
ADDED
Binary file (227 Bytes). View file
|
|