Spaces:
Running
on
Zero
Running
on
Zero
Typo correction
Browse files
main.py
CHANGED
@@ -15,7 +15,7 @@ import transformers # to load an LLM
|
|
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 research by the "
|
18 |
-
"Design Research Collective. And the best part is that I always cite my
|
19 |
)
|
20 |
EMBEDDING_MODEL_NAME = "allenai-specter"
|
21 |
# LLM_MODEL_NAME = "Qwen/Qwen2-7B-Instruct"
|
|
|
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 research by the "
|
18 |
+
"Design Research Collective. And the best part is that I always cite my sources! What can I tell you about today?"
|
19 |
)
|
20 |
EMBEDDING_MODEL_NAME = "allenai-specter"
|
21 |
# LLM_MODEL_NAME = "Qwen/Qwen2-7B-Instruct"
|