import streamlit as st from groq import Groq client = Groq( api_key=st.secrets["GROQ_API_KEY"] )