From 3d0642dca31bc5e555010f30cd798b3560814dd9 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 14 Feb 2023 13:44:47 +0000 Subject: [PATCH] remove key... --- application/app.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/app.py b/application/app.py index ce64815..4154956 100644 --- a/application/app.py +++ b/application/app.py @@ -73,8 +73,6 @@ def api_answer(): # loading the index and the store and the prompt template docsearch = FAISS.load_local(vectorstore, OpenAIEmbeddings(openai_api_key=api_key)) - - #docsearch = FAISS(OpenAIEmbeddings(openai_api_key="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"), index, store) # create a prompt template c_prompt = PromptTemplate(input_variables=["summaries", "question"], template=template) # create a chain with the prompt template and the store