Spaces:
Sleeping
Sleeping
Update groq_api.py
Browse files- groq_api.py +1 -1
groq_api.py
CHANGED
|
@@ -2,7 +2,7 @@ import os
|
|
| 2 |
import requests
|
| 3 |
|
| 4 |
# Set your Groq API Key
|
| 5 |
-
GROQ_API_KEY = "
|
| 6 |
|
| 7 |
def summarize_match(job_description, cv_names, cv_snippets):
|
| 8 |
if not GROQ_API_KEY:
|
|
|
|
| 2 |
import requests
|
| 3 |
|
| 4 |
# Set your Groq API Key
|
| 5 |
+
GROQ_API_KEY = ""
|
| 6 |
|
| 7 |
def summarize_match(job_description, cv_names, cv_snippets):
|
| 8 |
if not GROQ_API_KEY:
|