dhorvath commited on
Commit
68155e3
·
verified ·
1 Parent(s): 43ce80c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ with st.sidebar:
25
  """
26
  **Under the hood:**
27
 
28
- Large language models like ChatGPT excel at general queries but can falter on specialized topics. Our service uses LlamaIndex for Retrieval Augmented Generation (RAG), pulling data directly from trusted sources like the US Department of Transportation (DOT) and airline customer service documents. This ensures a more reliable chatbot that provides accurate information tailored to your specific needs, rather than relying on broad internet data.
29
 
30
  """
31
  )
 
25
  """
26
  **Under the hood:**
27
 
28
+ Large language models like ChatGPT excel at general queries but can falter on specialized topics. This tool uses LlamaIndex for Retrieval Augmented Generation (RAG), pulling data directly from trusted sources like the US Department of Transportation (DOT) and airline customer service documents. This ensures a more reliable chatbot that provides accurate information tailored to your specific needs, rather than relying on broad internet data.
29
 
30
  """
31
  )