Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -72,7 +72,6 @@ def init_db():
|
|
72 |
conversations: Dict[str, List[Dict[str, str]]] = {}
|
73 |
last_activity: Dict[str, float] = {}
|
74 |
|
75 |
-
from aiclient import AIClient
|
76 |
client = AIClient()
|
77 |
|
78 |
def update_db(user_id, conversation_id, message, response):
|
|
|
72 |
conversations: Dict[str, List[Dict[str, str]]] = {}
|
73 |
last_activity: Dict[str, float] = {}
|
74 |
|
|
|
75 |
client = AIClient()
|
76 |
|
77 |
def update_db(user_id, conversation_id, message, response):
|