Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from groq import Groq
|
3 |
|
4 |
# Groq API Key (replace with your actual API key)
|
5 |
-
groq_api_key = "
|
6 |
|
7 |
# Initialize Groq client
|
8 |
client = Groq(api_key=groq_api_key)
|
|
|
2 |
from groq import Groq
|
3 |
|
4 |
# Groq API Key (replace with your actual API key)
|
5 |
+
groq_api_key = "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" # Replace with your Groq API key
|
6 |
|
7 |
# Initialize Groq client
|
8 |
client = Groq(api_key=groq_api_key)
|