Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,9 @@ from sentence_transformers import SentenceTransformer
|
|
12 |
from concurrent.futures import ThreadPoolExecutor
|
13 |
import os
|
14 |
|
|
|
15 |
# Configuration - Get API key from environment variables
|
16 |
-
GEMINI_API_KEY =
|
17 |
MODEL_NAME = "all-MiniLM-L6-v2"
|
18 |
CHUNK_SIZE = 1024
|
19 |
MAX_TOKENS = 4096
|
|
|
12 |
from concurrent.futures import ThreadPoolExecutor
|
13 |
import os
|
14 |
|
15 |
+
# os.environ.get()
|
16 |
# Configuration - Get API key from environment variables
|
17 |
+
GEMINI_API_KEY = "AIzaSyAPF8eVHU2jRWrQfwD8J9HPz4DrfIWK4GQ"
|
18 |
MODEL_NAME = "all-MiniLM-L6-v2"
|
19 |
CHUNK_SIZE = 1024
|
20 |
MAX_TOKENS = 4096
|