saherPervaiz commited on
Commit
3ac27c7
·
verified ·
1 Parent(s): 1ab5dc9

Update app.py

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