Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,8 +7,8 @@ import requests
|
|
7 |
from stl import mesh
|
8 |
from pathlib import Path
|
9 |
|
10 |
-
#
|
11 |
-
GROQ_API_KEY =
|
12 |
GROQ_API_URL = "https://api.groq.com/v1/query"
|
13 |
|
14 |
# Function to generate a technical report using the AI model (Groq API)
|
|
|
7 |
from stl import mesh
|
8 |
from pathlib import Path
|
9 |
|
10 |
+
# Directly assign the Groq API key (without using secrets)
|
11 |
+
GROQ_API_KEY = "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"
|
12 |
GROQ_API_URL = "https://api.groq.com/v1/query"
|
13 |
|
14 |
# Function to generate a technical report using the AI model (Groq API)
|