Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import numpy as np
|
|
| 7 |
from groq import Groq
|
| 8 |
|
| 9 |
# Initialize Groq Client
|
| 10 |
-
client = Groq(api_key=os.getenv("
|
| 11 |
|
| 12 |
# Load embedding model
|
| 13 |
embedding_model = SentenceTransformer("all-MiniLM-L6-v2")
|
|
|
|
| 7 |
from groq import Groq
|
| 8 |
|
| 9 |
# Initialize Groq Client
|
| 10 |
+
client = Groq(api_key=os.getenv("groq_api_key"))
|
| 11 |
|
| 12 |
# Load embedding model
|
| 13 |
embedding_model = SentenceTransformer("all-MiniLM-L6-v2")
|