Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -22,8 +22,8 @@ template = """Use the following pieces of context to answer the question at the
|
|
22 |
|
23 |
QA_CHAIN_PROMPT = PromptTemplate(input_variables = ["context", "question"], template = template)
|
24 |
|
25 |
-
CHROMA_DIR = "docs/chroma
|
26 |
-
YOUTUBE_DIR = "docs/youtube
|
27 |
|
28 |
MODEL_NAME = "gpt-4"
|
29 |
|
|
|
22 |
|
23 |
QA_CHAIN_PROMPT = PromptTemplate(input_variables = ["context", "question"], template = template)
|
24 |
|
25 |
+
CHROMA_DIR = "docs/chroma"
|
26 |
+
YOUTUBE_DIR = "docs/youtube"
|
27 |
|
28 |
MODEL_NAME = "gpt-4"
|
29 |
|