Spaces:
Runtime error
Runtime error
Update main.py
Browse files
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
|
17 |
-
"
|
18 |
-
"
|
|
|
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?",
|