Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from groq import Groq
|
3 |
|
4 |
# Initialize the Groq client with your API key
|
5 |
-
client = Groq(api_key="
|
6 |
|
7 |
# Define the system message for the model
|
8 |
system_message = {
|
|
|
2 |
from groq import Groq
|
3 |
|
4 |
# Initialize the Groq client with your API key
|
5 |
+
client = Groq(api_key="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")
|
6 |
|
7 |
# Define the system message for the model
|
8 |
system_message = {
|