Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,8 +6,8 @@ import faiss
|
|
| 6 |
import numpy as np
|
| 7 |
|
| 8 |
# Set the Hugging Face API Key
|
| 9 |
-
|
| 10 |
-
client
|
| 11 |
|
| 12 |
# Supported Microcontrollers/Processors
|
| 13 |
devices = {
|
|
|
|
| 6 |
import numpy as np
|
| 7 |
|
| 8 |
# Set the Hugging Face API Key
|
| 9 |
+
GrOQ_API_KEY= "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"
|
| 10 |
+
client=Groq(api_key=GrOQ_API_KEY)
|
| 11 |
|
| 12 |
# Supported Microcontrollers/Processors
|
| 13 |
devices = {
|