Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from groq import Groq
|
3 |
|
4 |
# β
Set your Groq API key here (replace with your actual key)
|
5 |
-
|
6 |
|
7 |
# Initialize Groq client
|
8 |
client = Groq(api_key="GROQ_API_KEY")
|
|
|
2 |
from groq import Groq
|
3 |
|
4 |
# β
Set your Groq API key here (replace with your actual key)
|
5 |
+
GROQ_API_KEY = "KEY1" # π Replace this with your real key
|
6 |
|
7 |
# Initialize Groq client
|
8 |
client = Groq(api_key="GROQ_API_KEY")
|