Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import re
|
|
10 |
import hashlib
|
11 |
|
12 |
# Set Mistral API Key
|
13 |
-
MISTRAL_API_KEY = "
|
14 |
|
15 |
# Initialize SBERT model
|
16 |
sbert_model = SentenceTransformer("paraphrase-MiniLM-L6-v2")
|
|
|
10 |
import hashlib
|
11 |
|
12 |
# Set Mistral API Key
|
13 |
+
MISTRAL_API_KEY = "VblmlGe1ROVcFpraMchfapRp4QvFacqf"
|
14 |
|
15 |
# Initialize SBERT model
|
16 |
sbert_model = SentenceTransformer("paraphrase-MiniLM-L6-v2")
|