Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
|
|
2 |
from groq import Groq
|
3 |
|
4 |
# Set up the Groq client
|
5 |
-
client = Groq(api_key="
|
6 |
|
7 |
# Set the system prompt
|
8 |
system_prompt = """You are a helpful, respectful and professional assistant.
|
|
|
2 |
from groq import Groq
|
3 |
|
4 |
# Set up the Groq client
|
5 |
+
client = Groq(api_key="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")
|
6 |
|
7 |
# Set the system prompt
|
8 |
system_prompt = """You are a helpful, respectful and professional assistant.
|