Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from groq import Groq
|
|
| 9 |
import numpy as np
|
| 10 |
|
| 11 |
# API key for Groq
|
| 12 |
-
API_KEY = "
|
| 13 |
client = Groq(api_key=API_KEY)
|
| 14 |
|
| 15 |
# Initialize the embedding model
|
|
|
|
| 9 |
import numpy as np
|
| 10 |
|
| 11 |
# API key for Groq
|
| 12 |
+
API_KEY = "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"
|
| 13 |
client = Groq(api_key=API_KEY)
|
| 14 |
|
| 15 |
# Initialize the embedding model
|