Abhaykumar04 commited on
Commit
9a92262
·
verified ·
1 Parent(s): d9f07c4

Update llm_retrieval_conversation_rerank.py

Browse files
llm_retrieval_conversation_rerank.py CHANGED
@@ -13,8 +13,8 @@ import cohere
13
  load_dotenv()
14
 
15
 
16
- API_FILE_PATH = r".\API.yml"
17
- COURSES_FILE_PATH = r".\courses.json"
18
 
19
  # Global list to store conversation history
20
  conversation_history: List[Dict[str, str]] = []
 
13
  load_dotenv()
14
 
15
 
16
+ API_FILE_PATH = r"API.yml"
17
+ COURSES_FILE_PATH = r"courses.json"
18
 
19
  # Global list to store conversation history
20
  conversation_history: List[Dict[str, str]] = []