markchiang commited on
Commit
098f01b
·
1 Parent(s): 6acd129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -9,7 +9,6 @@ from threading import Lock
9
  from langchain.vectorstores.faiss import FAISS
10
  from langchain.embeddings import OpenAIEmbeddings
11
 
12
-
13
  def set_openai_api_key(api_key: str):
14
  """Set the api key and return chain.
15
  If no api_key, then None is returned.
 
9
  from langchain.vectorstores.faiss import FAISS
10
  from langchain.embeddings import OpenAIEmbeddings
11
 
 
12
  def set_openai_api_key(api_key: str):
13
  """Set the api key and return chain.
14
  If no api_key, then None is returned.