saherPervaiz commited on
Commit
e19314e
·
verified ·
1 Parent(s): 7863c7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import asyncio
6
 
7
  # Ensure you have the correct API URL for Groq and the key is set
8
  GROQ_API_URL = "https://api.groq.com/v1/completions" # Replace with the actual endpoint if different
9
- API_KEY = os.environ.get("GROQ_API_KEY")
10
 
11
  if not API_KEY:
12
  raise ValueError("API key is missing. Make sure to set the GROQ_API_KEY environment variable.")
 
6
 
7
  # Ensure you have the correct API URL for Groq and the key is set
8
  GROQ_API_URL = "https://api.groq.com/v1/completions" # Replace with the actual endpoint if different
9
+ API_KEY = os.environ.get("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")
10
 
11
  if not API_KEY:
12
  raise ValueError("API key is missing. Make sure to set the GROQ_API_KEY environment variable.")