Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
|
|
3 |
from groq import Groq
|
4 |
|
5 |
# Set the Groq API key
|
6 |
-
os.environ["GROQ_API_KEY"] = "
|
7 |
|
8 |
# Initialize Groq client
|
9 |
client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
|
|
|
3 |
from groq import Groq
|
4 |
|
5 |
# Set the Groq API key
|
6 |
+
os.environ["GROQ_API_KEY"] = "key"
|
7 |
|
8 |
# Initialize Groq client
|
9 |
client = Groq(api_key=os.environ.get("GROQ_API_KEY"))
|