ppsingh commited on
Commit
94b7c81
·
verified ·
1 Parent(s): 3a073bb

Update auditqa/utils.py

Browse files
Files changed (1) hide show
  1. auditqa/utils.py +4 -0
auditqa/utils.py CHANGED
@@ -5,6 +5,10 @@ from langchain.schema import (
5
  HumanMessage,
6
  SystemMessage,
7
  )
 
 
 
 
8
 
9
  def save_logs(scheduler, JSON_DATASET_PATH, logs) -> None:
10
  """ Every interaction with app saves the log of question and answer,
 
5
  HumanMessage,
6
  SystemMessage,
7
  )
8
+ import requests
9
+ from datetime import datetime
10
+ from uuid import uuid4
11
+ import random
12
 
13
  def save_logs(scheduler, JSON_DATASET_PATH, logs) -> None:
14
  """ Every interaction with app saves the log of question and answer,