Chris4K commited on
Commit
1c92e3b
·
verified ·
1 Parent(s): 55561a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ def get_response(message, history=[]):
185
  # Index URLs on app startup
186
  @app.on_event("startup")
187
  async def startup():
188
- domain_url = 'https://www.bofrost.de/faq/'
189
  links = get_all_links_from_domain(domain_url)
190
  print(links)
191
  retriever_chain = index_urls_in_rag(links)
 
185
  # Index URLs on app startup
186
  @app.on_event("startup")
187
  async def startup():
188
+ domain_url = 'https://www.bofrost.de/faq/service-infos-fuer-neukunden.html'
189
  links = get_all_links_from_domain(domain_url)
190
  print(links)
191
  retriever_chain = index_urls_in_rag(links)