Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ from groq import Groq
|
|
5 |
|
6 |
# Set up the Groq client
|
7 |
|
8 |
-
GROQ_API_KEY
|
9 |
-
client =
|
10 |
|
11 |
# Function to request pattern generation from Groq API
|
12 |
def get_pattern_from_groq(body_measurements, garment_type):
|
|
|
5 |
|
6 |
# Set up the Groq client
|
7 |
|
8 |
+
GROQ_API_KEY="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"
|
9 |
+
client = (api_key=GROQ_API_KEY)
|
10 |
|
11 |
# Function to request pattern generation from Groq API
|
12 |
def get_pattern_from_groq(body_measurements, garment_type):
|