Sarthak005 commited on
Commit
2b5e319
·
verified ·
1 Parent(s): 165166b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -159,7 +159,6 @@ async def query(request: QueryRequest):
159
  f"Ensure no introductory or ending texts are included. Give max 30 results"
160
  "Context: {context}"
161
  )
162
- print(os.environ["OPENAI_API_KEY"])
163
 
164
  prompt = ChatPromptTemplate.from_messages(
165
  [("system", system_prompt), ("user", "{input}")]
 
159
  f"Ensure no introductory or ending texts are included. Give max 30 results"
160
  "Context: {context}"
161
  )
 
162
 
163
  prompt = ChatPromptTemplate.from_messages(
164
  [("system", system_prompt), ("user", "{input}")]