Spaces:
Running
on
Zero
Running
on
Zero
Update main.py
Browse files
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 = [
|