Greg Thompson commited on
Commit
284b919
1 Parent(s): 7c00589

Add Supabase import to conversation_manager

Browse files
mathtext_fastapi/conversation_manager.py CHANGED
@@ -7,7 +7,7 @@ import requests
7
  from dotenv import load_dotenv
8
  from mathtext_fastapi.nlu import evaluate_message_with_nlu
9
  from mathtext_fastapi.math_quiz_fsm import MathQuizFSM
10
-
11
  from transitions import Machine
12
 
13
  load_dotenv()
 
7
  from dotenv import load_dotenv
8
  from mathtext_fastapi.nlu import evaluate_message_with_nlu
9
  from mathtext_fastapi.math_quiz_fsm import MathQuizFSM
10
+ from supabase import create_client
11
  from transitions import Machine
12
 
13
  load_dotenv()