usmanyousaf commited on
Commit
aab3cd1
·
verified ·
1 Parent(s): 2020dda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from groq import Groq
6
  import io
7
 
8
  # Set up the Groq client
9
- os.environ["GROQ_API_KEY"] = "your_groq_api_key_here"
10
  client = Groq(api_key=os.environ["GROQ_API_KEY"])
11
 
12
  # Initialize FastAPI app and template engine
 
6
  import io
7
 
8
  # Set up the Groq client
9
+ os.environ["GROQ_API_KEY"] = "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"
10
  client = Groq(api_key=os.environ["GROQ_API_KEY"])
11
 
12
  # Initialize FastAPI app and template engine