Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ except Exception as e:
|
|
52 |
embedding_model = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
|
53 |
|
54 |
# OpenAI API key
|
55 |
-
openai.api_key = 'sk-proj-
|
56 |
|
57 |
# Function to create embeddings
|
58 |
def embed_text(text_list):
|
|
|
52 |
embedding_model = SentenceTransformer('sentence-transformers/all-MiniLM-L6-v2')
|
53 |
|
54 |
# OpenAI API key
|
55 |
+
openai.api_key = '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'
|
56 |
|
57 |
# Function to create embeddings
|
58 |
def embed_text(text_list):
|