benspigel commited on
Commit
aa5d9fe
·
verified ·
1 Parent(s): 0538e0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ def load_document(file_path):
19
  return file.read()
20
 
21
  # Embed the document as part of system context
22
- reference_document = load_document("https://babson-my.sharepoint.com/:t:/g/personal/bspigel_babson_edu/EcHIGQWUnSVLnc7_I1ucOhsBwlTiWpkY-pQPxTyKpWWZiQ?e=yHRyjE&download=1")
23
 
24
  # Store conversation history
25
  conversation_history = []
 
19
  return file.read()
20
 
21
  # Embed the document as part of system context
22
+ reference_document = load_document("https://babson-my.sharepoint.com/personal/bspigel_babson_edu/Documents/Projects/ChatBot/Code/freyabot/Transcript.txt?ga=1")
23
 
24
  # Store conversation history
25
  conversation_history = []