ccm commited on
Commit
de0bd83
·
verified ·
1 Parent(s): f23e0a7

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -3
main.py CHANGED
@@ -12,10 +12,10 @@ import transformers # to load an LLM
12
 
13
  # Constants
14
  GREETING = (
15
- "Howdy!"
16
  "I'm an AI agent that uses [retrieval-augmented generation](https://en.wikipedia.org/wiki/Retrieval-augmented_generation) pipeline to answer questions about research by the [Design Research Collective](https://cmudrc.github.io/). "
17
- "And the best part is that I always try to cite my sources!"
18
- "I still make some mistakes though."
19
  "What can I tell you about today?"
20
  )
21
  EXAMPLE_QUERIES = [
 
12
 
13
  # Constants
14
  GREETING = (
15
+ "Howdy! "
16
  "I'm an AI agent that uses [retrieval-augmented generation](https://en.wikipedia.org/wiki/Retrieval-augmented_generation) pipeline to answer questions about research by the [Design Research Collective](https://cmudrc.github.io/). "
17
+ "And the best part is that I always try to cite my sources! "
18
+ "I still make some mistakes though. "
19
  "What can I tell you about today?"
20
  )
21
  EXAMPLE_QUERIES = [