Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -14,7 +14,7 @@ import transformers # to load an LLM
|
|
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 |
)
|
|
|
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 research published at [ASME IDETC](https://asmedigitalcollection.asme.org/IDETC-CIE) within the last 10 years or so. "
|
18 |
"I always try to cite my sources, but sometimes things get a little weird. "
|
19 |
"What can I tell you about today?"
|
20 |
)
|