ajalisatgi commited on
Commit
61ab7e5
Β·
verified Β·
1 Parent(s): 80ac8cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ model_name = "intfloat/e5-small"
10
  embedding_model = HuggingFaceEmbeddings(model_name=model_name)
11
 
12
  # βœ… Set up OpenAI API Key (Replace with your own API key)
13
- openai.api_key = os.getenv("OPENAI_API_KEY") # Add in Hugging Face Secrets
14
 
15
  # βœ… Load ChromaDB with RunGalileo Dataset
16
  persist_directory = "./docs/chroma/"
 
10
  embedding_model = HuggingFaceEmbeddings(model_name=model_name)
11
 
12
  # βœ… Set up OpenAI API Key (Replace with your own API key)
13
+ openai.api_key = os.getenv("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") # Add in Hugging Face Secrets
14
 
15
  # βœ… Load ChromaDB with RunGalileo Dataset
16
  persist_directory = "./docs/chroma/"