Upload groq_client.py
Browse files- scripts/groq_client.py +1 -1
scripts/groq_client.py
CHANGED
@@ -4,7 +4,7 @@ import logging
|
|
4 |
|
5 |
class GroqClient:
|
6 |
def __init__(self, plm):
|
7 |
-
os.environ["GROQ_API_KEY"] = '
|
8 |
# Fetch API Key from environment variables for security
|
9 |
api_key = os.getenv("GROQ_API_KEY") # Fetch from environment
|
10 |
if not api_key:
|
|
|
4 |
|
5 |
class GroqClient:
|
6 |
def __init__(self, plm):
|
7 |
+
#os.environ["GROQ_API_KEY"] = ''
|
8 |
# Fetch API Key from environment variables for security
|
9 |
api_key = os.getenv("GROQ_API_KEY") # Fetch from environment
|
10 |
if not api_key:
|