Spaces:
Runtime error
Runtime error
Update Interface/chat_interface.py
Browse files
Interface/chat_interface.py
CHANGED
|
@@ -1,9 +1,3 @@
|
|
| 1 |
-
#!/usr/bin/env python3
|
| 2 |
-
"""
|
| 3 |
-
Interface de Chat Avancée pour Barouia-Cortex
|
| 4 |
-
Gestion des conversations avec mémoire contextuelle
|
| 5 |
-
"""
|
| 6 |
-
|
| 7 |
import asyncio
|
| 8 |
import json
|
| 9 |
import logging
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import asyncio
|
| 2 |
import json
|
| 3 |
import logging
|