ccm commited on
Commit
a816dca
·
verified ·
1 Parent(s): 72d7263

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +4 -3
main.py CHANGED
@@ -13,9 +13,10 @@ import transformers # to load an LLM
13
 
14
  # Constants
15
  GREETING = (
16
- "Howdy! I'm an AI agent that uses a [retrieval-augmented generation]("
17
- "https://en.wikipedia.org/wiki/Retrieval-augmented_generation) pipeline to answer questions about published at [ASME IDETC](https://asmedigitalcollection.asme.org/IDETC-CIE). And the best part is that I always cite my sources! What"
18
- " can I tell you about today?"
 
19
  )
20
  EXAMPLE_QUERIES = [
21
  "What's the difference between a markov chain and a hidden markov model?",
 
13
 
14
  # Constants
15
  GREETING = (
16
+ "Howdy! I'm an AI agent that uses [retrieval-augmented generation](https://en.wikipedia.org/wiki/Retrieval-augmented_generation)"
17
+ "to answer questions about published at [ASME IDETC](https://asmedigitalcollection.asme.org/IDETC-CIE). "
18
+ "I always try to cite my sources, but sometimes things get a little weird. "
19
+ "What can I tell you about today?"
20
  )
21
  EXAMPLE_QUERIES = [
22
  "What's the difference between a markov chain and a hidden markov model?",