pvanand commited on
Commit
c77ce16
·
verified ·
1 Parent(s): ec025e9

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -1
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):