gourisankar85 commited on
Commit
52fec6b
·
verified ·
1 Parent(s): c4058e0

Upload groq_client.py

Browse files
Files changed (1) hide show
  1. 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"] = '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'
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: