bstraehle commited on
Commit
fcdc77d
·
1 Parent(s): 03e3607

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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