AashitaK commited on
Commit
23bcd94
·
verified ·
1 Parent(s): b67baa2

Update utils/chatbot.py

Browse files
Files changed (1) hide show
  1. utils/chatbot.py +2 -2
utils/chatbot.py CHANGED
@@ -1,8 +1,8 @@
1
  import pandas as pd
2
  import numpy as np
3
  from utils.openai_api import get_response
4
- from document_retrieval import select_document_section_by_query_similarity
5
- from file_utils import load_file
6
 
7
  # Load the prompt from a file
8
  META_PROMPT = load_file("data/meta_prompt.txt")
 
1
  import pandas as pd
2
  import numpy as np
3
  from utils.openai_api import get_response
4
+ from utils.document_retrieval import select_document_section_by_query_similarity
5
+ from utils.file_utils import load_file
6
 
7
  # Load the prompt from a file
8
  META_PROMPT = load_file("data/meta_prompt.txt")