Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,8 @@ from sentence_transformers import SentenceTransformer
|
|
12 |
from concurrent.futures import ThreadPoolExecutor
|
13 |
|
14 |
# Configuration
|
15 |
-
GROQ_API_KEY = "
|
16 |
-
MODEL_NAME = "
|
17 |
CHUNK_SIZE = 512
|
18 |
MAX_TOKENS = 4096
|
19 |
MODEL = SentenceTransformer(MODEL_NAME)
|
|
|
12 |
from concurrent.futures import ThreadPoolExecutor
|
13 |
|
14 |
# Configuration
|
15 |
+
GROQ_API_KEY = "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" # π REPLACE WITH YOUR ACTUAL KEY
|
16 |
+
MODEL_NAME = "groq-llama3"
|
17 |
CHUNK_SIZE = 512
|
18 |
MAX_TOKENS = 4096
|
19 |
MODEL = SentenceTransformer(MODEL_NAME)
|