Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -11,11 +11,10 @@ from dotenv import load_dotenv
|
|
11 |
|
12 |
load_dotenv()
|
13 |
|
14 |
-
from rag import retrieval_augmented_qa_pipeline
|
15 |
-
|
16 |
# Add path to the root of the repo to the system path
|
17 |
sys.path.append(".")
|
18 |
|
|
|
19 |
|
20 |
# ChatOpenAI Templates
|
21 |
system_template = """You are a helpful assistant who always speaks in a pleasant tone!
|
|
|
11 |
|
12 |
load_dotenv()
|
13 |
|
|
|
|
|
14 |
# Add path to the root of the repo to the system path
|
15 |
sys.path.append(".")
|
16 |
|
17 |
+
from rag import retrieval_augmented_qa_pipeline
|
18 |
|
19 |
# ChatOpenAI Templates
|
20 |
system_template = """You are a helpful assistant who always speaks in a pleasant tone!
|