Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
from groq import Groq
|
| 4 |
|
| 5 |
# Initialize Groq client
|
| 6 |
-
client = Groq(api_key="
|
| 7 |
|
| 8 |
# Chat function
|
| 9 |
def chat_with_groq(user_input):
|
|
|
|
| 3 |
from groq import Groq
|
| 4 |
|
| 5 |
# Initialize Groq client
|
| 6 |
+
client = Groq(api_key="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")
|
| 7 |
|
| 8 |
# Chat function
|
| 9 |
def chat_with_groq(user_input):
|