saherPervaiz commited on
Commit
1829428
·
verified ·
1 Parent(s): 5733740

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import requests
4
  from groq import Groq
5
 
6
  # Set the API key directly or from environment variable
7
- api_key = "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" # Replace with your actual demo API key
8
 
9
  # Initialize the Groq client with the API key
10
  client = Groq(api_key=api_key)
 
4
  from groq import Groq
5
 
6
  # Set the API key directly or from environment variable
7
+ api_key = "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" # Replace with your actual demo API key
8
 
9
  # Initialize the Groq client with the API key
10
  client = Groq(api_key=api_key)