Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from tqdm import tqdm
|
|
| 8 |
from google.cloud import vision
|
| 9 |
|
| 10 |
# Set up Groq API key (Replace "YOUR_GROQ_API_KEY" with actual API key)
|
| 11 |
-
GROQ_API_KEY = "
|
| 12 |
|
| 13 |
def call_groq_api(prompt):
|
| 14 |
url = "https://api.groq.com/v1/chat/completions"
|
|
|
|
| 8 |
from google.cloud import vision
|
| 9 |
|
| 10 |
# Set up Groq API key (Replace "YOUR_GROQ_API_KEY" with actual API key)
|
| 11 |
+
GROQ_API_KEY = "GROQ_API_KEY"
|
| 12 |
|
| 13 |
def call_groq_api(prompt):
|
| 14 |
url = "https://api.groq.com/v1/chat/completions"
|