mishiawan commited on
Commit
2f16b9c
·
verified ·
1 Parent(s): 0eee64a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from groq import Groq
3
  import gradio as gr
4
 
5
  # Set your API key
6
- os.environ["GROQ_API_KEY"] = "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"
7
 
8
  # Initialize the client
9
  client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
 
3
  import gradio as gr
4
 
5
  # Set your API key
6
+ os.environ["GROQ_API_KEY"] = "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"
7
 
8
  # Initialize the client
9
  client = Groq(api_key=os.environ.get("GROQ_API_KEY"))