saherPervaiz commited on
Commit
8d3b68e
·
verified ·
1 Parent(s): ca18edf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from groq import Client
4
 
5
  # Function to initialize Groq client
6
  def get_groq_client():
7
- api_key = os.getenv("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")
8
  if not api_key:
9
  st.error("API key is missing. Please set the GROQ_API_KEY environment variable.")
10
  return None
 
4
 
5
  # Function to initialize Groq client
6
  def get_groq_client():
7
+ api_key = "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"
8
  if not api_key:
9
  st.error("API key is missing. Please set the GROQ_API_KEY environment variable.")
10
  return None