danjel145 commited on
Commit
e7be204
·
verified ·
1 Parent(s): 6e941ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ CHROMA_PATH = "chroma"
16
  os.environ["OPENAI_API_KEY"] = os.getenv("OPENAI_API_KEY")
17
 
18
  PROMPT_TEMPLATE = """
19
- nswer the question based only on the following context:
20
  {context}
21
  ---
22
  Answer the question based on the above context: {question}
 
16
  os.environ["OPENAI_API_KEY"] = os.getenv("OPENAI_API_KEY")
17
 
18
  PROMPT_TEMPLATE = """
19
+ Answer the question based only on the following context:
20
  {context}
21
  ---
22
  Answer the question based on the above context: {question}