saherPervaiz commited on
Commit
ca5bef8
·
verified ·
1 Parent(s): 9599e52

Update app.py

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