saherPervaiz commited on
Commit
9297b67
·
verified ·
1 Parent(s): 37c12fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import requests
5
  from groq import Groq
6
 
7
  # Fetch the GROQ API key from the environment variable
8
- groq_api_key = os.getenv("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")
9
 
10
  # Check if the API key is available
11
  if not groq_api_key:
 
5
  from groq import Groq
6
 
7
  # Fetch the GROQ API key from the environment variable
8
+ groq_api_key = os.getenv("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")
9
 
10
  # Check if the API key is available
11
  if not groq_api_key: