Update app.py
Browse files
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}")]
|